summaryrefslogtreecommitdiffstats
path: root/rhythmbox/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-26 22:43:57 +0100
committerpiernov <piernov@piernov.org>2012-01-26 22:43:57 +0100
commit9778c5dc04f9d9dc0d62878eded6819df852118c (patch)
treeafebf927cdc17acd5854f0246528df4f354df3a5 /rhythmbox/Pkgfile
parentdd39f6045f03b4033c43aab793129a1ca89ba277 (diff)
downloadgnome3-9778c5dc04f9d9dc0d62878eded6819df852118c.tar.gz
gnome3-9778c5dc04f9d9dc0d62878eded6819df852118c.tar.bz2
gnome3-9778c5dc04f9d9dc0d62878eded6819df852118c.tar.xz
gnome3-9778c5dc04f9d9dc0d62878eded6819df852118c.zip
rhythmbox 2.95-1 màj port
Diffstat (limited to 'rhythmbox/Pkgfile')
-rw-r--r--rhythmbox/Pkgfile46
1 files changed, 24 insertions, 22 deletions
diff --git a/rhythmbox/Pkgfile b/rhythmbox/Pkgfile
index 5ae1b50..9b41e7c 100644
--- a/rhythmbox/Pkgfile
+++ b/rhythmbox/Pkgfile
@@ -2,31 +2,33 @@
# URL: http://www.rhythmbox.org
# Maintainer: NuTyX GNOME team
# Packager: fanch
-# Depends on: libsoup,gnome-media,totem-pl-parser,libmusicbrainz,libmtp,libnotify,desktop-file-utils,gst-python,gst-plugins-base,gst-plugins-good,pygtk,gvfs,hicolor-icon-theme
-# Run on: libsoup,gnome-media,totem-pl-parser,libmusicbrainz,libmtp,libnotify,desktop-file-utils,gst-python,gst-plugins-base,gst-plugins-good,pygtk,gvfs,hicolor-icon-theme
+# Depends on: libsoup,gnome-media,totem-pl-parser,libmusicbrainz,libmtp,libnotify,desktop-file-utils,gst-python,gst-plugins-base,gst-plugins-good,pygtk,gvfs,hicolor-icon-theme,tdb
+# Run on: libsoup,gnome-media,totem-pl-parser,libmusicbrainz,libmtp,libnotify,desktop-file-utils,gst-python,gst-plugins-base,gst-plugins-good,pygtk,gvfs,hicolor-icon-theme,tdb
name=rhythmbox
-version=0.13.3
+version=2.95
release=1
-source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.xz)
build() {
- cd $SRC/$name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/rhythmbox \
- --localstatedir=/var \
- --enable-python \
- --with-mdns=avahi \
- --disable-static \
- --disable-daap \
- --disable-gtk-doc \
- --disable-scrollkeeper
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/gtk-doc
+ cd $SRC/$name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/rhythmbox \
+ --localstatedir=/var \
+ --disable-schemas-compile \
+ --disable-schemas-install \
+ --disable-scrollkeeper \
+ --enable-python=yes \
+ --enable-vala \
+ --enable-browser-plugin \
+ --with-gudev \
+ --with-ipod \
+ --with-mtp \
+ --with-gnome-keyring \
+ --with-brasero \
+ --with-webkit
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
}
-
-
-
-