From 80394e8f0a33760436cac78a6dce4026c59ea22a Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sat, 15 May 2010 02:02:30 +0200 Subject: [PATCH] smpeg: initial import (verified compilation) --- smpeg/.footprint | 30 ++++++++++++++++++++++++++++++ smpeg/.md5sum | 0 smpeg/Pkgfile | 30 ++++++++++++++++++++++++++++++ smpeg/README | 6 ++++++ 4 files changed, 66 insertions(+) create mode 100644 smpeg/.footprint create mode 100644 smpeg/.md5sum create mode 100644 smpeg/Pkgfile create mode 100644 smpeg/README diff --git a/smpeg/.footprint b/smpeg/.footprint new file mode 100644 index 0000000..cefea81 --- /dev/null +++ b/smpeg/.footprint @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/plaympeg +-rwxr-xr-x root/root usr/bin/smpeg-config +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/smpeg/ +-rw-r--r-- root/root usr/include/smpeg/MPEG.h +-rw-r--r-- root/root usr/include/smpeg/MPEGaction.h +-rw-r--r-- root/root usr/include/smpeg/MPEGaudio.h +-rw-r--r-- root/root usr/include/smpeg/MPEGerror.h +-rw-r--r-- root/root usr/include/smpeg/MPEGfilter.h +-rw-r--r-- root/root usr/include/smpeg/MPEGlist.h +-rw-r--r-- root/root usr/include/smpeg/MPEGring.h +-rw-r--r-- root/root usr/include/smpeg/MPEGstream.h +-rw-r--r-- root/root usr/include/smpeg/MPEGsystem.h +-rw-r--r-- root/root usr/include/smpeg/MPEGvideo.h +-rw-r--r-- root/root usr/include/smpeg/smpeg.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libsmpeg-0.4.so.0 -> libsmpeg-0.4.so.0.1.4 +-rwxr-xr-x root/root usr/lib/libsmpeg-0.4.so.0.1.4 +-rw-r--r-- root/root usr/lib/libsmpeg.a +-rwxr-xr-x root/root usr/lib/libsmpeg.la +lrwxrwxrwx root/root usr/lib/libsmpeg.so -> libsmpeg-0.4.so.0.1.4 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/gtv.1.gz +-rw-r--r-- root/root usr/man/man1/plaympeg.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/smpeg.m4 diff --git a/smpeg/.md5sum b/smpeg/.md5sum new file mode 100644 index 0000000..e69de29 diff --git a/smpeg/Pkgfile b/smpeg/Pkgfile new file mode 100644 index 0000000..96fdb8f --- /dev/null +++ b/smpeg/Pkgfile @@ -0,0 +1,30 @@ +# Description: SMPEG command line MPEG audio/video player +# URL: http://icculus.org/smpeg/ +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: libsdl + +name=smpeg +version=0.4.5-r389 +release=1 +source=() + +build () { + svn co -r 389 svn://svn.icculus.org/$name/trunk $name-$version + cd $name-$version + + ./autogen.sh + + CFLAGS="$CFLAGS" \ + CXXFLAGS="$CXXFLAGS" \ + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man \ + --disable-opengl-player \ + --disable-gtk-player \ + --disable-sdltest \ + --with-sdl-prefix=$CLFS/usr \ + --with-x + make + make DESTDIR=$PKG install +} diff --git a/smpeg/README b/smpeg/README new file mode 100644 index 0000000..d78a62c --- /dev/null +++ b/smpeg/README @@ -0,0 +1,6 @@ + + +README for smpeg + + +To build the port you'll need 'subversion' installed in your host -- 2.26.2