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 --- base/libfame/.footprint | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ base/libfame/.md5sum | 2 ++ base/libfame/Pkgfile | 21 ++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 base/libfame/.footprint create mode 100644 base/libfame/.md5sum create mode 100755 base/libfame/Pkgfile (limited to 'base') diff --git a/base/libfame/.footprint b/base/libfame/.footprint new file mode 100644 index 000000000..b3e9f3dfe --- /dev/null +++ b/base/libfame/.footprint @@ -0,0 +1,51 @@ +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/base/libfame/.md5sum b/base/libfame/.md5sum new file mode 100644 index 000000000..8c355a027 --- /dev/null +++ b/base/libfame/.md5sum @@ -0,0 +1,2 @@ +1c4823578b898342c005cc2d11f51030 libfame-0.9.1-gcc34-1.patch +880085761e17a3b4fc41f4f6f198fd3b libfame-0.9.1.tar.gz diff --git a/base/libfame/Pkgfile b/base/libfame/Pkgfile new file mode 100755 index 000000000..565861064 --- /dev/null +++ b/base/libfame/Pkgfile @@ -0,0 +1,21 @@ +# 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 + +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