]> git.pld-linux.org Git - packages/dirac.git/blobdiff - dirac.spec
- updated to 0.4.3
[packages/dirac.git] / dirac.spec
index 3b7b867c029ab82eea5a4c6d3ba5b585e220561c..b05ff4aa23499d307b3daa48154592680fc0ed9a 100644 (file)
@@ -1,18 +1,19 @@
 Summary:       General purpose video codec
 Summary(pl):   Kodek obrazu ogólnego przeznaczenia
 Name:          dirac
-Version:       0.3.1
+Version:       0.4.3
 Release:       1
 License:       Mozilla Public License
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 12d0c09b3128ea88d10b9491b56364e0
+# Source0-md5: b28f85349c09e6f82076f1cd0f75df3e
 Patch0:                %{name}-shared.patch
 URL:           http://www.bbc.co.uk/rd/projects/dirac/
 BuildRequires: autoconf
 BuildRequires: automake
 Buildrequires: doxygen
 BuildRequires: libtool
+BuildRequires: perl-base
 BuildRequires: tetex-format-latex
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,7 +28,7 @@ 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
@@ -74,6 +75,11 @@ install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
 
 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.047445 seconds and 4 git commands to generate.