diff --git a/gnome-mplayer/.footprint b/gnome-mplayer/.footprint new file mode 100644 index 000000000..9daf209b2 --- /dev/null +++ b/gnome-mplayer/.footprint @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gnome-mplayer +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/gnome-mplayer.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/gnome-mplayer.desktop +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/gnome-mplayer.png +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/ +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/gnome-mplayer.png +drwxr-xr-x root/root usr/share/icons/hicolor/24x24/ +drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/gnome-mplayer.png +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/gnome-mplayer.png +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gnome-mplayer.png +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/gnome-mplayer.svg diff --git a/gnome-mplayer/.md5sum b/gnome-mplayer/.md5sum new file mode 100644 index 000000000..ede3d67d2 --- /dev/null +++ b/gnome-mplayer/.md5sum @@ -0,0 +1 @@ +540630654db044198c435f32c04b1b53 gnome-mplayer-0.9.8.tar.gz diff --git a/gnome-mplayer/Pkgfile b/gnome-mplayer/Pkgfile new file mode 100644 index 000000000..4e52d66f5 --- /dev/null +++ b/gnome-mplayer/Pkgfile @@ -0,0 +1,23 @@ +# Description: GTK2 interface to MPlayer (GNOME independent) +# URL: http://code.google.com/p/gnome-mplayer/ +# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl +# Packager: Fredrik Rinnestam, fredrik at obra dot se +# Depends on: gtk mplayer dbus-glib + +name=gnome-mplayer +version=0.9.8 +release=1 +source=(http://$name.googlecode.com/files/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --disable-schemas-install \ + --without-gconf + + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc + rm -rf $PKG/usr/share/locale +}