Date: Wednesday, April 13, 2016 @ 23:00:47 Author: heftig Revision: 264853
archrelease: copy trunk to extra-i686, extra-x86_64 Added: totem/repos/extra-i686/PKGBUILD (from rev 264852, totem/trunk/PKGBUILD) totem/repos/extra-i686/i686.patch (from rev 264852, totem/trunk/i686.patch) totem/repos/extra-i686/totem.install (from rev 264852, totem/trunk/totem.install) totem/repos/extra-x86_64/PKGBUILD (from rev 264852, totem/trunk/PKGBUILD) totem/repos/extra-x86_64/i686.patch (from rev 264852, totem/trunk/i686.patch) totem/repos/extra-x86_64/totem.install (from rev 264852, totem/trunk/totem.install) Deleted: totem/repos/extra-i686/PKGBUILD totem/repos/extra-i686/bugreport.patch totem/repos/extra-i686/totem.install totem/repos/extra-x86_64/PKGBUILD totem/repos/extra-x86_64/bugreport.patch totem/repos/extra-x86_64/totem.install ------------------------------+ /PKGBUILD | 120 +++++++++++++++++++++++++++++++++++++++++ /totem.install | 26 ++++++++ extra-i686/PKGBUILD | 53 ------------------ extra-i686/bugreport.patch | 22 ------- extra-i686/i686.patch | 13 ++++ extra-i686/totem.install | 13 ---- extra-x86_64/PKGBUILD | 53 ------------------ extra-x86_64/bugreport.patch | 22 ------- extra-x86_64/i686.patch | 13 ++++ extra-x86_64/totem.install | 13 ---- 10 files changed, 172 insertions(+), 176 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-04-13 20:59:11 UTC (rev 264852) +++ extra-i686/PKGBUILD 2016-04-13 21:00:47 UTC (rev 264853) @@ -1,53 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Jan de Groot <j...@archlinux.org> - -pkgname=totem -pkgver=3.20.0 -pkgrel=1 -pkgdesc="GNOME3 movie player based on GStreamer" -url="http://www.gnome.org" -arch=(i686 x86_64) -license=(GPL2 custom) -depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk clutter-gst grilo - hicolor-icon-theme gsettings-desktop-schemas dconf - 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 gobject-introspection) -optdepends=('gst-plugins-ugly: Extra media codecs' - 'gst-libav: Extra media codecs' - 'lirc-utils: Infrared Remote Control plugin' - 'grilo-plugins: Media discovery' - 'zeitgeist: Zeitgeist plugin' - 'python-dbus: MPRIS plugin') -groups=(gnome) -options=('!emptydirs') -install=totem.install -conflicts=(totem-plugin) -replaces=(totem-plugin) -source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('077b429054434418a311d6d5e38b35a4ee3716938451f326f519a373c87303df') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/totem \ - --localstatedir=/var \ - --disable-static \ - --enable-python \ - --enable-nautilus - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="${pkgdir}" install - - install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING" -} Copied: totem/repos/extra-i686/PKGBUILD (from rev 264852, totem/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-13 21:00:47 UTC (rev 264853) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Jan de Groot <j...@archlinux.org> + +pkgname=totem +pkgver=3.20.1 +pkgrel=1 +pkgdesc="GNOME3 movie player based on GStreamer" +url="http://www.gnome.org" +arch=(i686 x86_64) +license=(GPL2 custom) +depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk clutter-gst grilo + hicolor-icon-theme gsettings-desktop-schemas dconf + 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 gobject-introspection) +optdepends=('gst-plugins-ugly: Extra media codecs' + 'gst-libav: Extra media codecs' + 'lirc-utils: Infrared Remote Control plugin' + 'grilo-plugins: Media discovery' + 'zeitgeist: Zeitgeist plugin' + 'python-dbus: MPRIS plugin') +groups=(gnome) +options=('!emptydirs') +install=totem.install +conflicts=(totem-plugin) +replaces=(totem-plugin) +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz + i686.patch) +sha256sums=('6f22480361ae869fd336854b4f83614fde528aff4e808eb716de33432eb45c27' + 'a8daa11c5048d738de8f6db0cb8c41d3904d6c3451fbbf2922a9202b89f8d891') + +prepare() { + cd "$pkgname-$pkgver" + patch -Np1 -i ../i686.patch +} + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/totem \ + --localstatedir=/var \ + --disable-static \ + --enable-python \ + --enable-nautilus + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="${pkgdir}" install + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING" +} Deleted: extra-i686/bugreport.patch =================================================================== --- extra-i686/bugreport.patch 2016-04-13 20:59:11 UTC (rev 264852) +++ extra-i686/bugreport.patch 2016-04-13 21:00:47 UTC (rev 264853) @@ -1,22 +0,0 @@ -diff -u -r totem-3.8.2/data/totem-bugreport.py totem-3.8.2-bugreport/data/totem-bugreport.py ---- totem-3.8.2/data/totem-bugreport.py 2013-03-13 16:34:44.000000000 +0100 -+++ totem-3.8.2-bugreport/data/totem-bugreport.py 2013-05-14 13:54:04.243699665 +0200 -@@ -4,7 +4,7 @@ - from gi.repository import Gtk - - # Get the GStreamer version --if os.system ('gst-typefind-0.10 --version') == 0: -+if os.system ('gst-typefind-1.0 --version') == 0: - # List the formats of the last files played - last_visited = 0 - recent_manager = Gtk.RecentManager.get_default () -@@ -15,7 +15,7 @@ - last = recent.get_uri_display () - - if last != None: -- file_handle = os.popen ('gst-typefind-0.10 "%s"' % (last)) -+ file_handle = os.popen ('gst-typefind-1.0 "%s"' % (last)) - parts = file_handle.read ().split (' ') - date = datetime.fromtimestamp (last_visited) -- print 'Listened to a "%s" file on %s' % (parts.pop ().strip (), date.isoformat ()) -+ print('Listened to a "%s" file on %s' % (parts.pop ().strip (), date.isoformat ())) Copied: totem/repos/extra-i686/i686.patch (from rev 264852, totem/trunk/i686.patch) =================================================================== --- extra-i686/i686.patch (rev 0) +++ extra-i686/i686.patch 2016-04-13 21:00:47 UTC (rev 264853) @@ -0,0 +1,13 @@ +diff -u -r totem-3.20.1/src/backend/bacon-video-widget.c totem-3.20.1-i686/src/backend/bacon-video-widget.c +--- totem-3.20.1/src/backend/bacon-video-widget.c 2016-03-22 17:45:32.000000000 +0100 ++++ totem-3.20.1-i686/src/backend/bacon-video-widget.c 2016-04-13 22:31:35.477858516 +0200 +@@ -2334,7 +2334,8 @@ + if (!gst_toc_entry_get_start_stop_times (entry, &start, &stop)) { + GST_DEBUG ("Chapter #%d (couldn't get times)", i); + } else { +- GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop); ++ GST_DEBUG ("Chapter #%d (start: %" G_GINT64_FORMAT " stop: %" G_GINT64_FORMAT ")", ++ i, start, stop); + } + } + Deleted: extra-i686/totem.install =================================================================== --- extra-i686/totem.install 2016-04-13 20:59:11 UTC (rev 264852) +++ extra-i686/totem.install 2016-04-13 21:00:47 UTC (rev 264853) @@ -1,13 +0,0 @@ -post_install() { - /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: totem/repos/extra-i686/totem.install (from rev 264852, totem/trunk/totem.install) =================================================================== --- extra-i686/totem.install (rev 0) +++ extra-i686/totem.install 2016-04-13 21:00:47 UTC (rev 264853) @@ -0,0 +1,13 @@ +post_install() { + /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-04-13 20:59:11 UTC (rev 264852) +++ extra-x86_64/PKGBUILD 2016-04-13 21:00:47 UTC (rev 264853) @@ -1,53 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Jan de Groot <j...@archlinux.org> - -pkgname=totem -pkgver=3.20.0 -pkgrel=1 -pkgdesc="GNOME3 movie player based on GStreamer" -url="http://www.gnome.org" -arch=(i686 x86_64) -license=(GPL2 custom) -depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk clutter-gst grilo - hicolor-icon-theme gsettings-desktop-schemas dconf - 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 gobject-introspection) -optdepends=('gst-plugins-ugly: Extra media codecs' - 'gst-libav: Extra media codecs' - 'lirc-utils: Infrared Remote Control plugin' - 'grilo-plugins: Media discovery' - 'zeitgeist: Zeitgeist plugin' - 'python-dbus: MPRIS plugin') -groups=(gnome) -options=('!emptydirs') -install=totem.install -conflicts=(totem-plugin) -replaces=(totem-plugin) -source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('077b429054434418a311d6d5e38b35a4ee3716938451f326f519a373c87303df') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/totem \ - --localstatedir=/var \ - --disable-static \ - --enable-python \ - --enable-nautilus - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="${pkgdir}" install - - install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING" -} Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 264852, totem/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-13 21:00:47 UTC (rev 264853) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Jan de Groot <j...@archlinux.org> + +pkgname=totem +pkgver=3.20.1 +pkgrel=1 +pkgdesc="GNOME3 movie player based on GStreamer" +url="http://www.gnome.org" +arch=(i686 x86_64) +license=(GPL2 custom) +depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk clutter-gst grilo + hicolor-icon-theme gsettings-desktop-schemas dconf + 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 gobject-introspection) +optdepends=('gst-plugins-ugly: Extra media codecs' + 'gst-libav: Extra media codecs' + 'lirc-utils: Infrared Remote Control plugin' + 'grilo-plugins: Media discovery' + 'zeitgeist: Zeitgeist plugin' + 'python-dbus: MPRIS plugin') +groups=(gnome) +options=('!emptydirs') +install=totem.install +conflicts=(totem-plugin) +replaces=(totem-plugin) +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz + i686.patch) +sha256sums=('6f22480361ae869fd336854b4f83614fde528aff4e808eb716de33432eb45c27' + 'a8daa11c5048d738de8f6db0cb8c41d3904d6c3451fbbf2922a9202b89f8d891') + +prepare() { + cd "$pkgname-$pkgver" + patch -Np1 -i ../i686.patch +} + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/totem \ + --localstatedir=/var \ + --disable-static \ + --enable-python \ + --enable-nautilus + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="${pkgdir}" install + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING" +} Deleted: extra-x86_64/bugreport.patch =================================================================== --- extra-x86_64/bugreport.patch 2016-04-13 20:59:11 UTC (rev 264852) +++ extra-x86_64/bugreport.patch 2016-04-13 21:00:47 UTC (rev 264853) @@ -1,22 +0,0 @@ -diff -u -r totem-3.8.2/data/totem-bugreport.py totem-3.8.2-bugreport/data/totem-bugreport.py ---- totem-3.8.2/data/totem-bugreport.py 2013-03-13 16:34:44.000000000 +0100 -+++ totem-3.8.2-bugreport/data/totem-bugreport.py 2013-05-14 13:54:04.243699665 +0200 -@@ -4,7 +4,7 @@ - from gi.repository import Gtk - - # Get the GStreamer version --if os.system ('gst-typefind-0.10 --version') == 0: -+if os.system ('gst-typefind-1.0 --version') == 0: - # List the formats of the last files played - last_visited = 0 - recent_manager = Gtk.RecentManager.get_default () -@@ -15,7 +15,7 @@ - last = recent.get_uri_display () - - if last != None: -- file_handle = os.popen ('gst-typefind-0.10 "%s"' % (last)) -+ file_handle = os.popen ('gst-typefind-1.0 "%s"' % (last)) - parts = file_handle.read ().split (' ') - date = datetime.fromtimestamp (last_visited) -- print 'Listened to a "%s" file on %s' % (parts.pop ().strip (), date.isoformat ()) -+ print('Listened to a "%s" file on %s' % (parts.pop ().strip (), date.isoformat ())) Copied: totem/repos/extra-x86_64/i686.patch (from rev 264852, totem/trunk/i686.patch) =================================================================== --- extra-x86_64/i686.patch (rev 0) +++ extra-x86_64/i686.patch 2016-04-13 21:00:47 UTC (rev 264853) @@ -0,0 +1,13 @@ +diff -u -r totem-3.20.1/src/backend/bacon-video-widget.c totem-3.20.1-i686/src/backend/bacon-video-widget.c +--- totem-3.20.1/src/backend/bacon-video-widget.c 2016-03-22 17:45:32.000000000 +0100 ++++ totem-3.20.1-i686/src/backend/bacon-video-widget.c 2016-04-13 22:31:35.477858516 +0200 +@@ -2334,7 +2334,8 @@ + if (!gst_toc_entry_get_start_stop_times (entry, &start, &stop)) { + GST_DEBUG ("Chapter #%d (couldn't get times)", i); + } else { +- GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop); ++ GST_DEBUG ("Chapter #%d (start: %" G_GINT64_FORMAT " stop: %" G_GINT64_FORMAT ")", ++ i, start, stop); + } + } + Deleted: extra-x86_64/totem.install =================================================================== --- extra-x86_64/totem.install 2016-04-13 20:59:11 UTC (rev 264852) +++ extra-x86_64/totem.install 2016-04-13 21:00:47 UTC (rev 264853) @@ -1,13 +0,0 @@ -post_install() { - /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: totem/repos/extra-x86_64/totem.install (from rev 264852, totem/trunk/totem.install) =================================================================== --- extra-x86_64/totem.install (rev 0) +++ extra-x86_64/totem.install 2016-04-13 21:00:47 UTC (rev 264853) @@ -0,0 +1,13 @@ +post_install() { + /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}