# HG changeset patch # User Rohit Joshi # Date 1242668726 0 # Node ID f4cef882eac1cf56a810a91557911b9198a08c05 # Parent 0b54a70ec4b16f7a27a00e70b720600590b45d32 Add: gnome-mplayer (lightweight GTK mplayer gui) diff -r 0b54a70ec4b1 -r f4cef882eac1 gnome-mplayer/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-mplayer/receipt Mon May 18 17:45:26 2009 +0000 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="gnome-mplayer" +VERSION="0.9.5" +CATEGORY="multimedia" +SHORT_DESC="simple MPlayer GUI" +MAINTAINER="jozee@slitaz.org" +DEPENDS="mplayer-svn dbus-glib libnotify" +BUILD_DEPENDS="mplayer-svn dbus-glib-dev libnotify libnotify-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gnome-mplayer.googlecode.com/" +WGET_URL="$WEB_SITE/files/$TARBALL" +TAGS="player audio video movie mp3 ogg dvd" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --disable-schemas-install --without-gconf && + make && + make DESTDIR=$PWD/_pkg install + +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share $fs/usr/share/applications + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + sed -i 's|Exec=gnome-mplayer|Exec=gnome-mplayer %F|' $_pkg/usr/share/applications/$PACKAGE.desktop + + +}