1
0
forked from ports/contrib

libfame: moved from romsters repo

This commit is contained in:
Danny Rawlins 2007-06-25 18:02:42 +10:00
parent 0a26f80db7
commit cbe3eef912
3 changed files with 73 additions and 0 deletions

50
libfame/.footprint Normal file
View File

@ -0,0 +1,50 @@
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
-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

1
libfame/.md5sum Normal file
View File

@ -0,0 +1 @@
880085761e17a3b4fc41f4f6f198fd3b libfame-0.9.1.tar.gz

22
libfame/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Library for encoding MPEG content.
# URL: http://fame.sourceforge.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on:
name=libfame
version=0.9.1
release=1
source=(http://dl.sourceforge.net/sourceforge/fame/libfame-$version.tar.gz)
build() {
cd libfame-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}