CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
smpeg: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Sat, 15 May 2010 00:02:30 +0000 (02:02 +0200)
committerJose V Beneyto <sepen@crux.nu>
Sat, 15 May 2010 00:02:43 +0000 (02:02 +0200)
smpeg/.footprint [new file with mode: 0644]
smpeg/.md5sum [new file with mode: 0644]
smpeg/Pkgfile [new file with mode: 0644]
smpeg/README [new file with mode: 0644]

diff --git a/smpeg/.footprint b/smpeg/.footprint
new file mode 100644 (file)
index 0000000..cefea81
--- /dev/null
@@ -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 (file)
index 0000000..e69de29
diff --git a/smpeg/Pkgfile b/smpeg/Pkgfile
new file mode 100644 (file)
index 0000000..96fdb8f
--- /dev/null
@@ -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 (file)
index 0000000..d78a62c
--- /dev/null
@@ -0,0 +1,6 @@
+
+
+README for smpeg
+
+
+To build the port you'll need 'subversion' installed in your host