Date: Tuesday, March 17, 2015 @ 10:33:45 Author: jgc Revision: 233974
upgpkg: totem 3.15.91-1 Modified: totem/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-17 09:30:35 UTC (rev 233973) +++ PKGBUILD 2015-03-17 09:33:45 UTC (rev 233974) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=totem -pkgver=3.14.2 +pkgver=3.15.91 pkgrel=1 pkgdesc="GNOME3 movie player based on GStreamer" url="http://www.gnome.org" @@ -14,7 +14,7 @@ python-gobject python-xdg gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop) makedepends=(intltool libnautilus-extension lirc vala zeitgeist - itstool docbook-xsl python-pylint) + itstool docbook-xsl python-pylint gobject-introspection) optdepends=('gst-plugins-ugly: Extra media codecs' 'gst-libav: Extra media codecs' 'lirc-utils: Infrared Remote Control plugin' @@ -26,18 +26,9 @@ install=totem.install conflicts=(totem-plugin) replaces=(totem-plugin) -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz - bugreport.patch) -sha256sums=('967dcf3070365a82873e5bc678299d5fb058f87f151d1e22d60313fab2ac09cc' - '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('c58c55a9272a14f7fa022b54877636d72c97c707c389b161b7d8c7ce96427910') -prepare() { - cd "$pkgname-$pkgver" - - # Make compatible with Python 3 and Gstreamer 1.0 - patch -Np1 -i ../bugreport.patch -} - build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr \
