From 9aa0b8caa3af38148a78433796e0707b2a26b8c2 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 21:13:23 +0100 Subject: Ajout de gnome-mplayer#0.9.9-1 --- gnome/gnome-mplayer/.footprint | 47 ++++++++++++++++++++++++++++++++++++++++++ gnome/gnome-mplayer/.md5sum | 1 + gnome/gnome-mplayer/Pkgfile | 24 +++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 gnome/gnome-mplayer/.footprint create mode 100644 gnome/gnome-mplayer/.md5sum create mode 100644 gnome/gnome-mplayer/Pkgfile (limited to 'gnome/gnome-mplayer') diff --git a/gnome/gnome-mplayer/.footprint b/gnome/gnome-mplayer/.footprint new file mode 100644 index 000000000..a510612a2 --- /dev/null +++ b/gnome/gnome-mplayer/.footprint @@ -0,0 +1,47 @@ +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/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/doc/ +drwxr-xr-x root/root usr/share/doc/gnome-mplayer/ +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/AUTHORS (EMPTY) +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/COPYING +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/ChangeLog +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/INSTALL +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/NEWS (EMPTY) +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/README +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/dbus.txt +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/keyboard_shortcuts.txt +-rw-r--r-- root/root usr/share/doc/gnome-mplayer/plugin-interaction.txt +drwxr-xr-x root/root usr/share/gnome-control-center/ +drwxr-xr-x root/root usr/share/gnome-control-center/default-apps/ +-rw-r--r-- root/root usr/share/gnome-control-center/default-apps/gnome-mplayer.xml +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 +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gnome-mplayer.mo +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gnome-mplayer.1.gz diff --git a/gnome/gnome-mplayer/.md5sum b/gnome/gnome-mplayer/.md5sum new file mode 100644 index 000000000..0d21b2acc --- /dev/null +++ b/gnome/gnome-mplayer/.md5sum @@ -0,0 +1 @@ +335918da07a62941778444e126ae5ede gnome-mplayer-0.9.9.tar.gz diff --git a/gnome/gnome-mplayer/Pkgfile b/gnome/gnome-mplayer/Pkgfile new file mode 100644 index 000000000..80475ba47 --- /dev/null +++ b/gnome/gnome-mplayer/Pkgfile @@ -0,0 +1,24 @@ +# Description: Lecteur multimedia pour gnome basé sur mplayer +# URL: http://gnome-mplayer.googlecode.com/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: mplayer, dbus-glib, libnotify, libgpod + +name=gnome-mplayer +version=0.9.9 +release=1 +source=(http://gnome-mplayer.googlecode.com/files/$name-$version.tar.gz) + +build() { + cd $SRC/$name-$version + ./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc \ + --disable-schemas-install --without-gconf + + make -j3 + make DESTDIR=$PKG install + sed -i 's@Exec=gnome-mplayer@Exec=gnome-mplayer %F@' $PKG/usr/share/applications/$name.desktop +} + + + + -- cgit v1.2.3-70-g09d2