commit c8c725a359964cbb98c60af2d519553bc33a520a Author: Matt Housh <jaeger@crux.nu> Date: Thu Feb 22 10:07:43 2007 -0600 smpeg: disabled gtv, removed manpage diff --git a/smpeg/.footprint b/smpeg/.footprint index e1a6b3e..57ee7b6 100644 --- a/smpeg/.footprint +++ b/smpeg/.footprint @@ -24,7 +24,6 @@ lrwxrwxrwx root/root usr/lib/libsmpeg-0.4.so.0 -> libsmpeg-0.4.so.0.1.3 lrwxrwxrwx root/root usr/lib/libsmpeg.so -> libsmpeg-0.4.so.0.1.3 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/ diff --git a/smpeg/Pkgfile b/smpeg/Pkgfile index 13a69ac..b121a4a 100644 --- a/smpeg/Pkgfile +++ b/smpeg/Pkgfile @@ -5,15 +5,16 @@ name=smpeg version=0.4.4 -release=1 +release=2 source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.gz \ $name-mpegaudiosdl.patch) build() { cd $name-$version patch -p1 -i $SRC/$name-mpegaudiosdl.patch - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-gtk-player=no sed -i -e 's|\(libsmpeg_la_LDFLAGS = .*\)|\1 -lstdc++|' Makefile make make install DESTDIR=$PKG + rm -f $PKG/usr/man/man1/gtv.1 }