summaryrefslogtreecommitdiffstats
path: root/banshee/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'banshee/Pkgfile')
-rwxr-xr-xbanshee/Pkgfile38
1 files changed, 38 insertions, 0 deletions
diff --git a/banshee/Pkgfile b/banshee/Pkgfile
new file mode 100755
index 0000000..348fd60
--- /dev/null
+++ b/banshee/Pkgfile
@@ -0,0 +1,38 @@
+# Description: Lecteur multimédia
+# URL: http://banshee.fm/
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: gtk, gstreamer, gst-plugins-base, mono, mono-addins, dbus-sharp-glib, mono-zeroconf, taglib-sharp, gtk-sharp, sqlite3, libgpod, gdata-sharp, libmtp
+# Run on: gtk,gstreamer,gst-plugins-base,mono,mono-addins,dbus-sharp-glib,mono-zeroconf,taglib-sharp,gtk-sharp,sqlite3,libgpod,gdata-sharp,libmtp
+
+name=banshee
+version=2.2.0
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2
+ fix-apple-track-size.patch)
+
+build() {
+ cd $name-$version
+ patch -p1 < ../fix-apple-track-size.patch
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-scrollkeeper \
+ --disable-schemas-install \
+ --disable-boo \
+ --with-vendor-build-id=NuTyX
+# --enable-gst-sharp \
+# --enable-karma \
+# --enable-gapless-playback \
+# --enable-release \
+# --enable-shave \
+# --with-x \
+# --with-vendor-build-id=NuTyX
+# --enable-soundmenu \
+# --enable-moonlight \
+# --enable-torrent \
+# --enable-clutter \
+
+ make
+ make DESTDIR=$PKG install
+}
+