]> git.pld-linux.org Git - packages/dirac.git/blobdiff - dirac.spec
- unified
[packages/dirac.git] / dirac.spec
index 16954702a10a64d476a2dd43dac7e6287602e856..aa57e24467f5553c07b5f4c23fa35a2894e66aa8 100644 (file)
@@ -1,19 +1,21 @@
 Summary:       General purpose video codec
 Summary(pl):   Kodek obrazu ogólnego przeznaczenia
 Name:          dirac
-Version:       0.4.1
+Version:       0.5.0
 Release:       1
-License:       Mozilla Public License
+License:       MPL
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 51ee8a1eeba6efb0748a8f32bcff1df8
-Patch0:                %{name}-shared.patch
+Source0:       http://dl.sourceforge.net/dirac/%{name}-%{version}.tar.gz
+# Source0-md5: 5874a2d2cdb74d3356483b1c47bb941e
+Patch0:                %{name}-am.patch
 URL:           http://www.bbc.co.uk/rd/projects/dirac/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-Buildrequires: doxygen
-BuildRequires: libtool
+BuildRequires: doxygen
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
 BuildRequires: perl-base
+BuildRequires: tetex-dvips
 BuildRequires: tetex-format-latex
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,13 +30,14 @@ wavelets, motion compensation and arithmetic coding.
 Dirac jest kodekiem ogólnego przeznaczenia dla obrazu o
 rozdzielczo¶ciach od QCIF (180x144) do HDTV (1920x1080). Kodek ten
 wykorzystuje fale elementarne (wavelets), kompensacjê ruchu (motion
-compensation) oraz kodowanie arytmentczne (arithmetic coding).
+compensation) oraz kodowanie arytmetyczne (arithmetic coding).
 
 %package devel
 Summary:       Header files for dirac library
 Summary(pl):   Pliki nag³ówkowe biblioteki dirac
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      libstdc++-devel
 
 %description devel
 Header files for dirac library.
@@ -68,18 +71,10 @@ Statyczna biblioteka dirac.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{name}.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
-
-%{__perl} -pi -e 's@libdirac_common/@@g' \
-       $RPM_BUILD_ROOT%{_includedir}/%{name}/*.h
-%{__perl} -pi -e 's@libdirac_motionest/@@g' \
-       $RPM_BUILD_ROOT%{_includedir}/%{name}/*.h
-
 rm -f doc/api/{Makefile*,dirac_api.doxygen,dirac_api_foot.html,dirac_api_head.html,html/{*.md5,graph_legend.dot}}
 
 %clean
This page took 0.082382 seconds and 4 git commands to generate.