]> git.pld-linux.org Git - packages/avifile.git/commitdiff
0.6.0 beta4. Added BuildConflicts: wine-devel (need to fix includes instead of
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 16 Feb 2001 22:40:17 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
this workaround). TODO: libac3 support.

Changed files:
    avifile.spec -> 1.26

avifile.spec

index e55ff5b719871f1a70f3c896338a8df1e6823bc7..c8edfd141912d20a126be6f7fc7c2d7917615a4e 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.beta3.1
+Release:       0.beta4
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Multimedia
@@ -21,6 +21,9 @@ BuildRequires:        xmps-devel
 BuildRequires: qt-devel
 BuildRequires: SDL-devel >= 1.1.3
 BuildRequires: XFree86-devel
+BuildRequires: libjpeg-devel
+BuildRequires: arts-devel
+BuildConflicts:        wine-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -58,9 +61,9 @@ libaviplay.
 %patch4 -p1
 
 %build
-aclocal
 libtoolize --copy --force
-automake -a -c
+aclocal
+automake -a -c --foreign
 autoconf
 CD_OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"; export CD_OPT
 %configure \
This page took 0.063198 seconds and 4 git commands to generate.