]> git.pld-linux.org Git - packages/avifile.git/commitdiff
ac3 support - not tested yet
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 14 Mar 2001 14:43:43 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile.spec -> 1.32

avifile.spec

index 6fc9d26ca5a74280742697cb2b55d5c8a94d459c..6553de63b49880c423eab01b6969f236b22f6c1e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Library and sample program for playing AVI files
 Summary(pl):   Biblioteka i przyk³adowy program do odtwarzania plików AVI
 Name:          avifile
 Version:       0.6.0
-Release:       0.beta4.3
+Release:       0.beta4
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Multimedia
@@ -21,6 +21,7 @@ BuildRequires:        SDL-devel >= 1.1.3
 BuildRequires: XFree86-devel
 BuildRequires: libjpeg-devel
 BuildRequires: arts-devel
+BuildRequires: ac3dec-devel >= 0.6.1
 BuildConflicts:        wine-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,7 +67,8 @@ CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -D_LARGEFILE64_SOURCE"; export
 CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -D_LARGEFILE64_SOURCE"; export CXXFLAGS
 %configure \
        --with-qt-includes=%{_includedir}/qt \
-       --enable-release
+       --enable-release \
+       --with-libac3-path=%{_prefix}
 
 touch lib/dummy.cpp
 %{__make}
This page took 0.03246 seconds and 4 git commands to generate.