From a7f498765635473d2c3b4b685c7474a19693cb01 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 23:03:58 +0100 Subject: libfame, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/libfame/.footprint | 51 ------------------------------------------------ extra/libfame/.md5sum | 2 -- extra/libfame/Pkgfile | 22 --------------------- 3 files changed, 75 deletions(-) delete mode 100644 extra/libfame/.footprint delete mode 100644 extra/libfame/.md5sum delete mode 100755 extra/libfame/Pkgfile (limited to 'extra/libfame') diff --git a/extra/libfame/.footprint b/extra/libfame/.footprint deleted file mode 100644 index b3e9f3dfe..000000000 --- a/extra/libfame/.footprint +++ /dev/null @@ -1,51 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/libfame-config -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/fame.h --rw-r--r-- root/root usr/include/fame_bitbuffer.h --rw-r--r-- root/root usr/include/fame_decoder.h --rw-r--r-- root/root usr/include/fame_decoder_mpeg.h --rw-r--r-- root/root usr/include/fame_encoder.h --rw-r--r-- root/root usr/include/fame_encoder_mpeg.h --rw-r--r-- root/root usr/include/fame_malloc.h --rw-r--r-- root/root usr/include/fame_monitor.h --rw-r--r-- root/root usr/include/fame_motion.h --rw-r--r-- root/root usr/include/fame_motion_fourstep.h --rw-r--r-- root/root usr/include/fame_motion_none.h --rw-r--r-- root/root usr/include/fame_motion_pmvfast.h --rw-r--r-- root/root usr/include/fame_profile.h --rw-r--r-- root/root usr/include/fame_profile_mpeg.h --rw-r--r-- root/root usr/include/fame_profile_mpeg1.h --rw-r--r-- root/root usr/include/fame_profile_mpeg4_shape.h --rw-r--r-- root/root usr/include/fame_profile_mpeg4_simple.h --rw-r--r-- root/root usr/include/fame_profile_stats.h --rw-r--r-- root/root usr/include/fame_rate.h --rw-r--r-- root/root usr/include/fame_rate_1param.h --rw-r--r-- root/root usr/include/fame_rate_simple.h --rw-r--r-- root/root usr/include/fame_shape.h --rw-r--r-- root/root usr/include/fame_syntax.h --rw-r--r-- root/root usr/include/fame_syntax_mpeg1.h --rw-r--r-- root/root usr/include/fame_syntax_mpeg4.h --rw-r--r-- root/root usr/include/fame_version.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libfame-0.9.so.1 -> libfame-0.9.so.1.0.0 --rwxr-xr-x root/root usr/lib/libfame-0.9.so.1.0.0 --rw-r--r-- root/root usr/lib/libfame.a --rwxr-xr-x root/root usr/lib/libfame.la -lrwxrwxrwx root/root usr/lib/libfame.so -> libfame-0.9.so.1.0.0 -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/aclocal/ --rw-r--r-- root/root usr/share/aclocal/libfame.m4 -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/fame_close.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_encode_frame.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_encode_slice.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_end_frame.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_get_object.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_init.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_open.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_register.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_start_frame.3.gz --rw-r--r-- root/root usr/share/man/man3/fame_unregister.3.gz diff --git a/extra/libfame/.md5sum b/extra/libfame/.md5sum deleted file mode 100644 index 8c355a027..000000000 --- a/extra/libfame/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -1c4823578b898342c005cc2d11f51030 libfame-0.9.1-gcc34-1.patch -880085761e17a3b4fc41f4f6f198fd3b libfame-0.9.1.tar.gz diff --git a/extra/libfame/Pkgfile b/extra/libfame/Pkgfile deleted file mode 100755 index 657086f88..000000000 --- a/extra/libfame/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Librairie pour l'encodage temps réel de MPEG1 ainsi que le MPEG-4 -# URL: http://fame.sourceforge.net/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=libfame -version=0.9.1 -release=1 -source=( http://downloads.sourceforge.net/fame/$name-$version.tar.gz\ - http://www.linuxfromscratch.org/patches/blfs/svn/libfame-0.9.1-gcc34-1.patch) - -build() { - cd $name-$version - patch -Np1 -i ../libfame-0.9.1-gcc34-1.patch - sed -i 's/$CC --version/$CC -dumpversion/' configure - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make - make DESTDIR=$PKG install -} -- cgit v1.2.3-70-g09d2