diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libfame | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'libfame')
-rw-r--r-- | libfame/.footprint | 51 | ||||
-rw-r--r-- | libfame/.md5sum | 2 | ||||
-rw-r--r-- | libfame/Pkgfile | 19 | ||||
-rw-r--r-- | libfame/libfame-0.9.1-gcc34.patch | 25 |
4 files changed, 97 insertions, 0 deletions
diff --git a/libfame/.footprint b/libfame/.footprint new file mode 100644 index 000000000..67b3ab345 --- /dev/null +++ b/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/man/ +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/fame_close.3.gz +-rw-r--r-- root/root usr/man/man3/fame_encode_frame.3.gz +-rw-r--r-- root/root usr/man/man3/fame_encode_slice.3.gz +-rw-r--r-- root/root usr/man/man3/fame_end_frame.3.gz +-rw-r--r-- root/root usr/man/man3/fame_get_object.3.gz +-rw-r--r-- root/root usr/man/man3/fame_init.3.gz +-rw-r--r-- root/root usr/man/man3/fame_open.3.gz +-rw-r--r-- root/root usr/man/man3/fame_register.3.gz +-rw-r--r-- root/root usr/man/man3/fame_start_frame.3.gz +-rw-r--r-- root/root usr/man/man3/fame_unregister.3.gz +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 diff --git a/libfame/.md5sum b/libfame/.md5sum new file mode 100644 index 000000000..316240e11 --- /dev/null +++ b/libfame/.md5sum @@ -0,0 +1,2 @@ +cd81071ae05cbb32c827b9c91b8e2ea4 libfame-0.9.1-gcc34.patch +880085761e17a3b4fc41f4f6f198fd3b libfame-0.9.1.tar.gz diff --git a/libfame/Pkgfile b/libfame/Pkgfile new file mode 100644 index 000000000..3173efc37 --- /dev/null +++ b/libfame/Pkgfile @@ -0,0 +1,19 @@ +# Description: library for encoding multimedia content +# URL: http://fame.sourceforge.net/ +# Maintainer: Matt Housh, jaeger at morpheus dot net +# Packager: Martin Opel, mo at obbl-net dot de +# Depends on: + +name=libfame +version=0.9.1 +release=2 +source=(http://dl.sourceforge.net/sourceforge/fame/$name-$version.tar.gz \ + $name-$version-gcc34.patch) + +build() { + cd $name-$version + patch -p1 < $SRC/$name-$version-gcc34.patch + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} diff --git a/libfame/libfame-0.9.1-gcc34.patch b/libfame/libfame-0.9.1-gcc34.patch new file mode 100644 index 000000000..0d4472713 --- /dev/null +++ b/libfame/libfame-0.9.1-gcc34.patch @@ -0,0 +1,25 @@ +diff -Naur libfame-0.9.1-orig/src/half_mmx.h libfame-0.9.1/src/half_mmx.h +--- libfame-0.9.1-orig/src/half_mmx.h 2002-04-30 18:04:02.000000000 +0000 ++++ libfame-0.9.1/src/half_mmx.h 2004-09-05 03:49:09.666845896 +0000 +@@ -18,7 +18,7 @@ + */ + /**************************** half-pixel interpolation ***********************/ + +-static short const _mmx_one[] = { 1, 1, 1, 1 }; ++const _mmx_one[] = { 1, 1, 1, 1 }; + + static void inline mmx_interpolate(unsigned char **ref, + int pitch, + +diff -Naur libfame-0.9.1-orig/src/half_sse.h libfame-0.9.1/src/half_sse.h +--- libfame-0.9.1-orig/src/half_sse.h 2002-01-27 02:24:56.000000000 +0000 ++++ libfame-0.9.1/src/half_sse.h 2004-09-05 03:49:39.894250632 +0000 +@@ -19,7 +19,7 @@ + */ + /**************************** half-pixel interpolation ***********************/ + +-static short const _mmx_one[] = { 1, 1, 1, 1 }; ++const _mmx_one[] = { 1, 1, 1, 1 }; + static unsigned char const _mmx_one_byte[] = {1,1,1,1,1,1,1,1}; + + |