]> git.pld-linux.org Git - packages/avifile.git/blobdiff - avifile.spec
cca76e3c2165b299dcc150d05db1a34b avifile-0.6-20010624.tar.gz
[packages/avifile.git] / avifile.spec
index 5885ef207a99d9d562b802ca3a90530ea80859d5..f0a4a5b3ec84df9a65470c4ed4ebb099a1aeae63 100644 (file)
@@ -1,14 +1,9 @@
-#
-# Conditional build:
-# _without_arts - without arts support
-#
-
-%define                snap    20010514
+%define                snap    20010624
 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
-Release:       1.%{snap}
+Release:       0.%{snap}.1
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Multimedia
@@ -19,14 +14,12 @@ Patch0:             %{name}-shareware.patch
 Patch1:                %{name}-deplib.patch
 Patch2:                %{name}-ac3.patch
 Patch3:                %{name}-mga.patch
-Patch4:                %{name}-libtool.patch
-Patch5:                %{name}-opt.patch
-Patch6:                %{name}-lt14.patch
+Patch4:                %{name}-opt.patch
+Patch5:                %{name}-stdio.patch
 BuildRequires: XFree86-devel
 BuildRequires: SDL-devel >= 1.2.0
 BuildRequires: ac3dec-devel >= 0.6.1
 BuildRequires: libjpeg-devel
-%{!?_without_arts:BuildRequires:       arts-devel}
 BuildRequires: unzip
 BuildRequires: qt-devel
 BuildConflicts:        wine-devel
@@ -63,12 +56,12 @@ libaviplay.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+# was broken and need fixing; without this xmms and avi plugin is broken
+# %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 rm -f missing
@@ -76,8 +69,6 @@ libtoolize --copy --force
 aclocal
 autoconf
 automake -a -c --foreign
-# don't always add "-g" - it's in CXXFLAGS in %debug version
-CPPFLAGS=" "; export CPPFLAGS
 %configure \
        --with-qt-includes=%{_includedir}/qt \
        --enable-release \
@@ -123,6 +114,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %dir %{_libdir}/avifile
 %attr(755,root,root) %{_libdir}/avifile/lib*.so*
+%attr(755,root,root) %{_libdir}/avifile/lib*.la
 %{_datadir}/%{name}
 
 %files devel
@@ -130,6 +122,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/README-DEVEL*
 %attr(755,root,root) %{_bindir}/avifile-config
 %attr(755,root,root) %{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/avifile/lib*.la
 %{_libdir}/lib*.so
 %{_includedir}/%{name}
This page took 0.032338 seconds and 4 git commands to generate.