From adac5afd500d4ee3a65035e1cf5353ae236b4a61 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Mar 2012 00:01:22 +0000 Subject: Sat Mar 24 00:01:22 UTC 2012 --- extra/banshee/PKGBUILD | 15 +++++++-------- extra/live-media/PKGBUILD | 6 +++--- extra/mono-upnp/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 11 deletions(-) create mode 100644 extra/mono-upnp/PKGBUILD (limited to 'extra') diff --git a/extra/banshee/PKGBUILD b/extra/banshee/PKGBUILD index bb6007a14..42d31533b 100644 --- a/extra/banshee/PKGBUILD +++ b/extra/banshee/PKGBUILD @@ -3,25 +3,24 @@ # Contributor: György Balló pkgname=banshee -pkgver=2.2.1 -pkgrel=2 +pkgver=2.4.0 +pkgrel=1 pkgdesc="Music management and playback for GNOME" arch=('i686' 'x86_64') url="http://banshee.fm/" license=('MIT') -depends=(libxxf86vm gstreamer0.10-base-plugins mono-addins dbus-sharp-glib boo libwebkit libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme xdg-utils media-player-info) +depends=(libxxf86vm gstreamer0.10-base-plugins mono-addins dbus-sharp-glib boo libwebkit libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme xdg-utils media-player-info gstreamer0.10-bad-plugins mono-upnp) makedepends=('intltool' 'gnome-doc-utils' 'gtk-sharp-beans') optdepends=('gstreamer0.10-good-plugins: Extra media codecs' 'gstreamer0.10-ugly-plugins: Extra media codecs' - 'gstreamer0.10-bad-plugins: Extra media codecs' 'gstreamer0.10-ffmpeg: Extra media codecs' 'brasero: CD burning') options=('!libtool') install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/2.2/$pkgname-$pkgver.tar.xz +source=(http://download.gnome.org/sources/$pkgname/2.4/$pkgname-$pkgver.tar.xz banshee-recent-gpod.patch) -sha256sums=('55c03ddf9732199b9f83d4ff375af99ae5a4eea46b8a198695427e5c48f1b9a5' - '018eeb00d1b4e625d13f1184863e499be5b5dde050a7513e012d5898125073d9') +md5sums=('a719717d02ed26cccf4e6432edd48a31' + 'e988bb83e1a49e5f0da5958e8af6508e') build() { export MONO_SHARED_DIR="$srcdir/.wabi" @@ -29,7 +28,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i "$srcdir/banshee-recent-gpod.patch" - + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-docs \ --disable-static \ diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD index 219da45a4..fe279d92c 100644 --- a/extra/live-media/PKGBUILD +++ b/extra/live-media/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 153994 2012-03-21 08:34:14Z giovanni $ +# $Id: PKGBUILD 154061 2012-03-22 12:43:43Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Gilles CHAUVIN pkgname=live-media -pkgver=2012.03.20 +pkgver=2012.03.22 pkgrel=1 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('LGPL') url="http://live555.com/liveMedia" depends=('gcc-libs') source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz") -md5sums=('5b91e1bba1431be1ec6abef526bf86bd') +md5sums=('95d757a15026eb1c91556b80a18193ee') build() { cd ${srcdir}/live diff --git a/extra/mono-upnp/PKGBUILD b/extra/mono-upnp/PKGBUILD new file mode 100644 index 000000000..02b0d806b --- /dev/null +++ b/extra/mono-upnp/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 154079 2012-03-22 17:57:25Z daniel $ +# Maintainer: Daniel Isenmann +# Contributor: Balló György + +pkgname=mono-upnp +pkgver=0.1.1 +pkgrel=1 +pkgdesc="UPNP binding for Mono/.NET" +arch=('i686' 'x86_64') +url="https://github.com/mono/mono-upnp" +license=('MIT') +depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp') +source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('35b3e2ab07407eed018a5b24c22241aa') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./autogen.sh --help + + sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in + ./configure --prefix=/usr + + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} -- cgit v1.2.3-54-g00ecf