]> git.pld-linux.org Git - packages/avifile.git/commitdiff
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'. PLD_1_0_freez
authorcvs2git <feedback@pld-linux.org>
Tue, 2 Oct 2001 21:00:14 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2001-10-02 21:00:14 UTC Jakub Bogusz <qboosh@pld-linux.org> '- amfix patch, pass AS=gcc to configure - fix for stubs.s'
Delete:
    avifile.spec

avifile.spec [deleted file]

diff --git a/avifile.spec b/avifile.spec
deleted file mode 100644 (file)
index c56141c..0000000
+++ /dev/null
@@ -1,133 +0,0 @@
-%define                snap    20010929
-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:       0.%{snap}.1
-Epoch:         3
-License:       GPL
-Group:         X11/Applications/Multimedia
-Group(de):     X11/Applikationen/Multimedia
-Group(pl):     X11/Aplikacje/Multimedia
-Source0:       http://divx.euro.ru/%{name}-%{version}-%{snap}.tar.gz
-Patch0:                %{name}-shareware.patch
-Patch1:                %{name}-deplib.patch
-Patch2:                %{name}-ac3.patch
-Patch3:                %{name}-size_t.patch
-Patch4:                %{name}-amfix.patch
-BuildRequires: XFree86-devel
-BuildRequires: SDL-devel >= 1.2.0
-BuildRequires: ac3dec-devel >= 0.6.1
-BuildRequires: libjpeg-devel
-BuildRequires: unzip
-BuildRequires: qt-devel
-BuildRequires: divx4linux-devel
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
-BuildConflicts:        wine-devel
-ExclusiveArch: %{ix86}
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-
-%description
-Library and sample program for playing AVI files. It can use windows
-codecs and parts of Wine (http://www.winehq.com) code to play some of
-them.
-
-%description -l pl
-Biblioteka i przyk³adowy program do odtwarzania plików AVI. Mo¿e
-wykorzystaæ dekompresory dla Windows oraz fragmenty kodu Wine
-(http://www.winehq.com) aby czê¶æ z nich odtworzyæ.
-
-%package devel
-Summary:       Header file required to build programs using libaviplay
-Summary(pl):   Pliki nag³ówkowe wymagane przez programy u¿ywaj±ce libaviplay
-Group:         X11/Development/Libraries
-Group(de):     X11/Entwicklung/Libraries
-Group(es):     X11/Desarrollo/Bibliotecas
-Group(fr):     X11/Development/Librairies
-Group(pl):     X11/Programowanie/Biblioteki
-Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
-Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
-Requires:      XFree86-devel
-
-%description devel
-Header files required to build programs using libaviplay.
-
-%description devel -l pl
-Pliki nag³ówkowe niezbêdne do kompilacji programów korzystaj±cych z
-libaviplay.
-
-%prep
-%setup -q -n avifile-%{version}
-%patch0 -p1
-# was broken and need fixing; without this xmms and avi plugin is broken
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-
-%build
-rm -f missing aclocal.m4
-libtoolize --copy --force
-aclocal
-autoconf
-autoheader
-automake -a -c --foreign
-%configure CPPFLAGS="-I/usr/include/divx" AS="%{__cc}" \
-       --with-qt-includes=%{_includedir}/qt \
-       --with-libac3-path=%{_prefix} \
-       --enable-release \
-       --enable-ffmpeg
-
-touch lib/dummy.cpp
-%{__make}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},/usr/lib/win32}
-
-# avoid relinking
-for f in plugins/*/lib*.la ; do
-       sed -e '/^relink_command/d' $f > $f.new
-       mv -f $f.new $f
-done
-       
-%{__make} install \
-       DESTDIR="$RPM_BUILD_ROOT"
-
-cp -f include/fourcc.h $RPM_BUILD_ROOT/%{_includedir}/%{name}
-
-gzip -9nf README doc/{CREDITS,EXCEPTIONS,KNOWN_BUGS,LICENSING} \
-       doc/{README-DEVEL,TODO,VIDEO-PERFORMANCE,WARNINGS}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
-
-%files
-%defattr(644,root,root,755)
-%doc *.gz doc/{CREDITS,EXCEPTIONS,KNOWN_BUGS,LICENSING}.gz
-%doc doc/{TODO,VIDEO-PERFORMANCE,WARNINGS}.gz
-%attr(755,root,root) %{_bindir}/avi[bcmprt]*
-%attr(755,root,root) %{_bindir}/kv4lsetup
-%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
-%defattr(644,root,root,755)
-%doc doc/README-DEVEL*
-%attr(755,root,root) %{_bindir}/avifile-config
-%attr(755,root,root) %{_bindir}/mmxnow-config
-%attr(755,root,root) %{_libdir}/lib*.la
-%{_libdir}/lib*.so
-%{_includedir}/%{name}
This page took 0.040087 seconds and 4 git commands to generate.