[arch-commits] Commit in totem/repos (8 files)

2016-03-21 Thread Jan de Groot
Date: Monday, March 21, 2016 @ 15:05:05
  Author: jgc
Revision: 262177

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 262176, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/bugreport.patch
(from rev 262176, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 262176, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262176, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/bugreport.patch
(from rev 262176, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 262176, totem/trunk/totem.install)

---+
 gnome-unstable-i686/PKGBUILD  |   53 
 gnome-unstable-i686/bugreport.patch   |   22 +
 gnome-unstable-i686/totem.install |   13 +++
 gnome-unstable-x86_64/PKGBUILD|   53 
 gnome-unstable-x86_64/bugreport.patch |   22 +
 gnome-unstable-x86_64/totem.install   |   13 +++
 6 files changed, 176 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 262176, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-21 14:05:05 UTC (rev 262177)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+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/gnome-unstable-i686/bugreport.patch (from rev 262176, 
totem/trunk/bugreport.patch)
===
--- gnome-unstable-i686/bugreport.patch (rev 0)
+++ gnome-unstable-i686/bugreport.patch 2016-03-21 14:05:05 UTC (rev 262177)
@@ -0,0 +1,22 @@
+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.py2013-03-13 16:34:44.0 
+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/gnome-unstable-i686/totem.install (from rev 262176, 
totem/trunk/totem.install)

[arch-commits] Commit in totem/repos (8 files)

2015-09-25 Thread Jan Steffens
Date: Friday, September 25, 2015 @ 17:28:37
  Author: heftig
Revision: 247428

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 247427, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/bugreport.patch
(from rev 247427, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 247427, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247427, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/bugreport.patch
(from rev 247427, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 247427, totem/trunk/totem.install)

---+
 gnome-unstable-i686/PKGBUILD  |   53 
 gnome-unstable-i686/bugreport.patch   |   22 +
 gnome-unstable-i686/totem.install |   13 +++
 gnome-unstable-x86_64/PKGBUILD|   53 
 gnome-unstable-x86_64/bugreport.patch |   22 +
 gnome-unstable-x86_64/totem.install   |   13 +++
 6 files changed, 176 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 247427, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-25 15:28:37 UTC (rev 247428)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.18.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=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1b6a7e66414df4b2e2427a9c5f1fee5a5f286beb098fdbe0902e37e3663e3e89')
+
+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/gnome-unstable-i686/bugreport.patch (from rev 247427, 
totem/trunk/bugreport.patch)
===
--- gnome-unstable-i686/bugreport.patch (rev 0)
+++ gnome-unstable-i686/bugreport.patch 2015-09-25 15:28:37 UTC (rev 247428)
@@ -0,0 +1,22 @@
+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.py2013-03-13 16:34:44.0 
+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/gnome-unstable-i686/totem.install (from rev 247427, 
totem/trunk/totem.install)

[arch-commits] Commit in totem/repos (8 files)

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:33:51
  Author: jgc
Revision: 233975

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 233974, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/bugreport.patch
(from rev 233974, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 233974, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233974, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/bugreport.patch
(from rev 233974, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 233974, totem/trunk/totem.install)

---+
 gnome-unstable-i686/PKGBUILD  |   53 
 gnome-unstable-i686/bugreport.patch   |   22 +
 gnome-unstable-i686/totem.install |   13 +++
 gnome-unstable-x86_64/PKGBUILD|   53 
 gnome-unstable-x86_64/bugreport.patch |   22 +
 gnome-unstable-x86_64/totem.install   |   13 +++
 6 files changed, 176 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 233974, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-17 09:33:51 UTC (rev 233975)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem
+pkgver=3.15.91
+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=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c58c55a9272a14f7fa022b54877636d72c97c707c389b161b7d8c7ce96427910')
+
+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/gnome-unstable-i686/bugreport.patch (from rev 233974, 
totem/trunk/bugreport.patch)
===
--- gnome-unstable-i686/bugreport.patch (rev 0)
+++ gnome-unstable-i686/bugreport.patch 2015-03-17 09:33:51 UTC (rev 233975)
@@ -0,0 +1,22 @@
+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.py2013-03-13 16:34:44.0 
+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/gnome-unstable-i686/totem.install (from rev 233974, 
totem/trunk/totem.install)

[arch-commits] Commit in totem/repos (8 files)

2014-09-08 Thread Jan de Groot
Date: Monday, September 8, 2014 @ 23:43:49
  Author: jgc
Revision: 221225

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 221224, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/bugreport.patch
(from rev 221224, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 221224, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221224, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/bugreport.patch
(from rev 221224, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 221224, totem/trunk/totem.install)

---+
 gnome-unstable-i686/PKGBUILD  |   61 
 gnome-unstable-i686/bugreport.patch   |   22 +++
 gnome-unstable-i686/totem.install |   13 ++
 gnome-unstable-x86_64/PKGBUILD|   61 
 gnome-unstable-x86_64/bugreport.patch |   22 +++
 gnome-unstable-x86_64/totem.install   |   13 ++
 6 files changed, 192 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 221224, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-08 21:43:49 UTC (rev 221225)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem
+pkgver=3.13.92
+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 gnome-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-utils vala zeitgeist
+ itstool docbook-xsl python-pylint)
+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')
+groups=(gnome)
+options=('!emptydirs')
+install=totem.install
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+bugreport.patch)
+sha256sums=('15920c7a7d98cdbf7c4159b0ffee9f3f90017fd5ba52b45d79b094cf62236451'
+'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
+
+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 \
+--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/gnome-unstable-i686/bugreport.patch (from rev 221224, 
totem/trunk/bugreport.patch)
===
--- gnome-unstable-i686/bugreport.patch (rev 0)
+++ gnome-unstable-i686/bugreport.patch 2014-09-08 21:43:49 UTC (rev 221225)
@@ -0,0 +1,22 @@
+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.py2013-03-13 16:34:44.0 
+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 

[arch-commits] Commit in totem/repos (8 files)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 15:16:12
  Author: jgc
Revision: 181001

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 181000, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/browser-plugins.ini
(from rev 181000, totem/trunk/browser-plugins.ini)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 181000, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181000, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/browser-plugins.ini
(from rev 181000, totem/trunk/browser-plugins.ini)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 181000, totem/trunk/totem.install)

---+
 gnome-unstable-i686/PKGBUILD  |   71 
 gnome-unstable-i686/browser-plugins.ini   |2 
 gnome-unstable-i686/totem.install |   13 +
 gnome-unstable-x86_64/PKGBUILD|   71 
 gnome-unstable-x86_64/browser-plugins.ini |2 
 gnome-unstable-x86_64/totem.install   |   13 +
 6 files changed, 172 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 181000, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-29 14:16:12 UTC (rev 181001)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
+ hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf 
clutter-gst
+ clutter-gtk python2-gobject gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc-utils vala grilo pylint 
dbus-glib libzeitgeist itstool docbook-xsl)
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+browser-plugins.ini)
+sha256sums=('74c73a5decb69572cb182005b144493c2f6e7f48d4c57851e6da33e8e76fb039'
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+  make
+}
+
+package_totem() {
+  groups=(gnome)
+  install=totem.install
+  optdepends=('gst-plugins-ugly: Extra media codecs'
+  'gst-libav: Extra media codecs'
+  'lirc-utils: Infrared Remote Control plugin'
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin'
+  'libzeitgeist: Zeitgeist plugin')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  rm -r $pkgdir/usr/lib/mozilla
+  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
+
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
+$pkgdir/usr/lib/totem/totem/totem-bugreport.py
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}
+
+package_totem-plugin() {
+  pkgdesc=Totem plugin for web browsers
+  depends=(totem=$pkgver dbus-glib)
+  backup=(etc/totem/browser-plugins.ini)
+
+  cd $pkgbase-$pkgver
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR=$pkgdir install
+  
+  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
+}

Copied: totem/repos/gnome-unstable-i686/browser-plugins.ini (from rev 181000, 
totem/trunk/browser-plugins.ini)
===
--- gnome-unstable-i686/browser-plugins.ini (rev 0)
+++ gnome-unstable-i686/browser-plugins.ini 2013-03-29 14:16:12 UTC (rev 
181001)
@@ -0,0 +1,2 @@
+[Plugins]
+application/x-shockwave-flash.disabled=true

Copied: totem/repos/gnome-unstable-i686/totem.install (from rev 181000, 
totem/trunk/totem.install)
===
--- gnome-unstable-i686/totem.install   (rev 0)
+++ gnome-unstable-i686/totem.install   2013-03-29 14:16:12 UTC (rev 181001)
@@ -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() {
+  

[arch-commits] Commit in totem/repos (8 files)

2012-10-03 Thread Jan Steffens
Date: Wednesday, October 3, 2012 @ 11:58:28
  Author: heftig
Revision: 167895

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 167893, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/browser-plugins.ini
(from rev 167893, totem/trunk/browser-plugins.ini)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 167893, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167894, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/browser-plugins.ini
(from rev 167894, totem/trunk/browser-plugins.ini)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 167894, totem/trunk/totem.install)

---+
 gnome-unstable-i686/PKGBUILD  |   70 
 gnome-unstable-i686/browser-plugins.ini   |2 
 gnome-unstable-i686/totem.install |   13 +
 gnome-unstable-x86_64/PKGBUILD|   70 
 gnome-unstable-x86_64/browser-plugins.ini |2 
 gnome-unstable-x86_64/totem.install   |   13 +
 6 files changed, 170 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 167893, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-03 15:58:28 UTC (rev 167895)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
+ hicolor-icon-theme gnome-icon-theme-symbolic 
gsettings-desktop-schemas dconf clutter-gst
+ clutter-gtk mx python2-gobject gst-plugins-bad)
+makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint)
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+browser-plugins.ini)
+sha256sums=('e767da34f5212bd9b2d3ea9bc7e3a87b284581ee012214274225dd8decb8fe3e'
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+  make
+}
+
+package_totem() {
+  groups=(gnome-extra)
+  install=totem.install
+  optdepends=('gst-plugins-ugly: Extra media codecs'
+  'gst-ffmpeg: Extra media codecs'
+  'lirc-utils: Infrared Remote Control plugin'
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  rm -r $pkgdir/usr/lib/mozilla
+  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
+
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
+$pkgdir/usr/lib/totem/totem/totem-bugreport.py
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}
+
+package_totem-plugin() {
+  pkgdesc=Totem plugin for web browsers
+  depends=(totem=$pkgver)
+  backup=(etc/totem/browser-plugins.ini)
+
+  cd $pkgbase-$pkgver
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR=$pkgdir install
+  
+  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
+}

Copied: totem/repos/gnome-unstable-i686/browser-plugins.ini (from rev 167893, 
totem/trunk/browser-plugins.ini)
===
--- gnome-unstable-i686/browser-plugins.ini (rev 0)
+++ gnome-unstable-i686/browser-plugins.ini 2012-10-03 15:58:28 UTC (rev 
167895)
@@ -0,0 +1,2 @@
+[Plugins]
+application/x-shockwave-flash.disabled=true

Copied: totem/repos/gnome-unstable-i686/totem.install (from rev 167893, 
totem/trunk/totem.install)
===
--- gnome-unstable-i686/totem.install   (rev 0)
+++ gnome-unstable-i686/totem.install   2012-10-03 15:58:28 UTC (rev 167895)
@@ -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
+}

Copied: totem/repos/gnome-unstable-x86_64/PKGBUILD (from 

[arch-commits] Commit in totem/repos (8 files)

2012-04-25 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 00:05:45
  Author: allan
Revision: 157218

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  totem/repos/staging-i686/
  totem/repos/staging-i686/PKGBUILD
(from rev 157217, totem/trunk/PKGBUILD)
  totem/repos/staging-i686/browser-plugins.ini
(from rev 157217, totem/trunk/browser-plugins.ini)
  totem/repos/staging-i686/totem.install
(from rev 157217, totem/trunk/totem.install)
  totem/repos/staging-x86_64/
  totem/repos/staging-x86_64/PKGBUILD
(from rev 157217, totem/trunk/PKGBUILD)
  totem/repos/staging-x86_64/browser-plugins.ini
(from rev 157217, totem/trunk/browser-plugins.ini)
  totem/repos/staging-x86_64/totem.install
(from rev 157217, totem/trunk/totem.install)

+
 staging-i686/PKGBUILD  |   76 +++
 staging-i686/browser-plugins.ini   |2 
 staging-i686/totem.install |   13 +
 staging-x86_64/PKGBUILD|   76 +++
 staging-x86_64/browser-plugins.ini |2 
 staging-x86_64/totem.install   |   13 +
 6 files changed, 182 insertions(+)

Copied: totem/repos/staging-i686/PKGBUILD (from rev 157217, 
totem/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-26 04:05:45 UTC (rev 157218)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx' 'python2-gobject' 'pylint')
+makedepends=('intltool' 'gtk-doc' 'nautilus' 'libgdata' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+browser-plugins.ini)
+sha256sums=('eadf138068c2e31bf8fe31b3d63536cb0fe32f834fcf4fbfb453a3fff5eec7ef'
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+  make
+}
+
+package_totem() {
+  groups=('gnome-extra')
+  install=totem.install
+  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+  'gstreamer0.10-bad-plugins: Extra media codecs'
+  'gstreamer0.10-ffmpeg: Extra media codecs'
+  'lirc-utils: Infrared Remote Control plugin'
+  'libepc: Publish Playlist plugin'
+  'libgdata: YouTube Browser plugin'
+  'bluez: Bemused plugin'
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  rm -r $pkgdir/usr/lib/mozilla
+  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
+
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
+
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}
+
+package_totem-plugin() {
+  pkgdesc=Totem plugin for web browsers
+  depends=(totem=$pkgver)
+  backup=(etc/totem/browser-plugins.ini)
+
+  cd $pkgbase-$pkgver
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR=$pkgdir install
+  
+  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
+}

Copied: totem/repos/staging-i686/browser-plugins.ini (from rev 157217, 
totem/trunk/browser-plugins.ini)
===
--- staging-i686/browser-plugins.ini(rev 0)
+++ staging-i686/browser-plugins.ini2012-04-26 04:05:45 UTC (rev 157218)
@@ -0,0 +1,2 @@
+[Plugins]
+application/x-shockwave-flash.disabled=true

Copied: totem/repos/staging-i686/totem.install (from rev 157217, 
totem/trunk/totem.install)
===
--- staging-i686/totem.install  (rev 0)
+++ staging-i686/totem.install  2012-04-26 04:05:45 UTC (rev 157218)
@@ -0,0 +1,13 @@
+post_install() {
+  /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+  

[arch-commits] Commit in totem/repos (8 files)

2012-02-20 Thread Ionut Biru
Date: Monday, February 20, 2012 @ 06:01:31
  Author: ibiru
Revision: 150691

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 150690, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/totem.install
(from rev 150690, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 150690, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/totem.install
(from rev 150690, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/totem.install

+
 extra-i686/PKGBUILD|  140 +--
 extra-i686/totem.install   |   38 +--
 extra-x86_64/PKGBUILD  |  140 +--
 extra-x86_64/totem.install |   38 +--
 4 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-20 11:00:14 UTC (rev 150690)
+++ extra-i686/PKGBUILD 2012-02-20 11:01:31 UTC (rev 150691)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx')
-makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('e3af3281bdeaf4c7f9594b090087657b06c98e96212b11531269e2ee40a4')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo-plugins: Browse sidebar (remote media)'
-  'pyxdg: opensubtitles plugin')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/mozilla
-  rm ${pkgdir}/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem plugin for web browsers
-  depends=(totem=${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 150690, totem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-20 11:01:31 UTC (rev 150691)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b065e486e6b70b27d3a589e70c5459ff16a7affeff0b219ead5942585d4d0c9a')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+  ./configure --prefix=/usr \
+

[arch-commits] Commit in totem/repos (8 files)

2011-09-30 Thread Ionut Biru
Date: Friday, September 30, 2011 @ 07:49:44
  Author: ibiru
Revision: 139155

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  totem/repos/testing-i686/PKGBUILD
(from rev 139154, totem/trunk/PKGBUILD)
  totem/repos/testing-i686/totem.install
(from rev 139154, totem/trunk/totem.install)
  totem/repos/testing-x86_64/PKGBUILD
(from rev 139154, totem/trunk/PKGBUILD)
  totem/repos/testing-x86_64/totem.install
(from rev 139154, totem/trunk/totem.install)
Deleted:
  totem/repos/testing-i686/PKGBUILD
  totem/repos/testing-i686/totem.install
  totem/repos/testing-x86_64/PKGBUILD
  totem/repos/testing-x86_64/totem.install

--+
 testing-i686/PKGBUILD|  138 -
 testing-i686/totem.install   |   38 +--
 testing-x86_64/PKGBUILD  |  138 -
 testing-x86_64/totem.install |   38 +--
 4 files changed, 176 insertions(+), 176 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-09-30 11:45:08 UTC (rev 139154)
+++ testing-i686/PKGBUILD   2011-09-30 11:49:44 UTC (rev 139155)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx')
-makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('97277b6746bdbfa7de185fa20602bfb5c72b77169f346311001d4013a93f9139')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo-plugins: Browse sidebar (remote media)')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/mozilla
-  rm ${pkgdir}/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem mozilla/firefox plugin
-  depends=(totem=${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/testing-i686/PKGBUILD (from rev 139154, 
totem/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-30 11:49:44 UTC (rev 139155)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('97277b6746bdbfa7de185fa20602bfb5c72b77169f346311001d4013a93f9139')
+
+build() {
+  cd 

[arch-commits] Commit in totem/repos (8 files)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 09:37:54
  Author: ibiru
Revision: 138644

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 138643, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 138643, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138643, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 138643, totem/trunk/totem.install)
Deleted:
  totem/repos/gnome-unstable-i686/PKGBUILD
  totem/repos/gnome-unstable-i686/totem.install
  totem/repos/gnome-unstable-x86_64/PKGBUILD
  totem/repos/gnome-unstable-x86_64/totem.install

-+
 gnome-unstable-i686/PKGBUILD|  141 --
 gnome-unstable-i686/totem.install   |   38 -
 gnome-unstable-x86_64/PKGBUILD  |  141 --
 gnome-unstable-x86_64/totem.install |   38 -
 4 files changed, 176 insertions(+), 182 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-27 13:36:45 UTC (rev 138643)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 13:37:54 UTC (rev 138644)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.1.92
-pkgrel=1
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx')
-makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
-
convert.patch::http://git.gnome.org/browse/totem/patch/?id=75d00dfd0d3a6779f879e52c96babbbd52816d75)
-sha256sums=('a7186a3c3a62f5ec0a8749aba9718c999507b43ab99711ebf4f7b65c24e995ab'
-'243656eed0beda9fd097a24f33683dbcf39dbe7fdf385f6e5bc5fc85d5b34c0c')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  patch -Np1 -i ${srcdir}/convert.patch
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo: Grilo plugin')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/mozilla
-  rm ${pkgdir}/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem mozilla/firefox plugin
-  depends=(totem=${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 138643, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 13:37:54 UTC (rev 138644)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 

[arch-commits] Commit in totem/repos (8 files)

2011-09-21 Thread Ionut Biru
Date: Wednesday, September 21, 2011 @ 17:31:15
  Author: ibiru
Revision: 138410

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 138409, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 138409, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138409, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 138409, totem/trunk/totem.install)
Deleted:
  totem/repos/gnome-unstable-i686/PKGBUILD
  totem/repos/gnome-unstable-i686/totem.install
  totem/repos/gnome-unstable-x86_64/PKGBUILD
  totem/repos/gnome-unstable-x86_64/totem.install

-+
 gnome-unstable-i686/PKGBUILD|  144 +-
 gnome-unstable-i686/totem.install   |   38 
 gnome-unstable-x86_64/PKGBUILD  |  144 +-
 gnome-unstable-x86_64/totem.install |   38 
 4 files changed, 182 insertions(+), 182 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-21 21:29:00 UTC (rev 138409)
+++ gnome-unstable-i686/PKGBUILD2011-09-21 21:31:15 UTC (rev 138410)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.1.91
-pkgrel=2
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx')
-makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('7a1d7f63c3a97ce1f074801c5164b2dc553bf69e582180b52432dd0c67186d11')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo: Grilo plugin')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/mozilla
-  rm ${pkgdir}/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem/COPYING
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=659547
-  rm -f $pkgdir/usr/share/GConf/gsettings/pythonconsole.convert
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem mozilla/firefox plugin
-  depends=(totem=${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 138409, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-21 21:31:15 UTC (rev 138410)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.1.92
+pkgrel=1
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' 

[arch-commits] Commit in totem/repos (8 files)

2011-09-20 Thread Ionut Biru
Date: Tuesday, September 20, 2011 @ 10:27:11
  Author: ibiru
Revision: 138351

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 138350, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 138350, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138350, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 138350, totem/trunk/totem.install)
Deleted:
  totem/repos/gnome-unstable-i686/PKGBUILD
  totem/repos/gnome-unstable-i686/totem.install
  totem/repos/gnome-unstable-x86_64/PKGBUILD
  totem/repos/gnome-unstable-x86_64/totem.install

-+
 gnome-unstable-i686/PKGBUILD|  141 +-
 gnome-unstable-i686/totem.install   |   38 -
 gnome-unstable-x86_64/PKGBUILD  |  141 +-
 gnome-unstable-x86_64/totem.install |   38 -
 4 files changed, 182 insertions(+), 176 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-20 14:25:50 UTC (rev 138350)
+++ gnome-unstable-i686/PKGBUILD2011-09-20 14:27:11 UTC (rev 138351)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.1.91
-pkgrel=1
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx')
-makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('7a1d7f63c3a97ce1f074801c5164b2dc553bf69e582180b52432dd0c67186d11')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo: Grilo plugin')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/mozilla
-  rm ${pkgdir}/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem mozilla/firefox plugin
-  depends=(totem=${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 138350, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-20 14:27:11 UTC (rev 138351)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.1.91
+pkgrel=2
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)

[arch-commits] Commit in totem/repos (8 files)

2011-09-12 Thread Ionut Biru
Date: Monday, September 12, 2011 @ 13:11:00
  Author: ibiru
Revision: 137933

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 137932, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 137932, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 137932, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 137932, totem/trunk/totem.install)
Deleted:
  totem/repos/gnome-unstable-i686/PKGBUILD
  totem/repos/gnome-unstable-i686/totem.install
  totem/repos/gnome-unstable-x86_64/PKGBUILD
  totem/repos/gnome-unstable-x86_64/totem.install

-+
 gnome-unstable-i686/PKGBUILD|  138 +-
 gnome-unstable-i686/totem.install   |   38 -
 gnome-unstable-x86_64/PKGBUILD  |  138 +-
 gnome-unstable-x86_64/totem.install |   38 -
 4 files changed, 176 insertions(+), 176 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-12 17:09:13 UTC (rev 137932)
+++ gnome-unstable-i686/PKGBUILD2011-09-12 17:11:00 UTC (rev 137933)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.1.4
-pkgrel=1
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx')
-makedepends=('intltool' 'gtk-doc' 'python2-gobject2' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('46b9c1cf136de90ed649ca6ff636a63aa452c9724e137e983ba4e3250fa35749')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo: Grilo plugin')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/mozilla
-  rm ${pkgdir}/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem mozilla/firefox plugin
-  depends=(totem=${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 137932, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-12 17:11:00 UTC (rev 137933)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.1.91
+pkgrel=1
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)

[arch-commits] Commit in totem/repos (8 files)

2011-09-05 Thread Jan Steffens
Date: Monday, September 5, 2011 @ 14:52:32
  Author: heftig
Revision: 137060

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 137059, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 137059, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 137059, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 137059, totem/trunk/totem.install)
Deleted:
  totem/repos/gnome-unstable-i686/PKGBUILD
  totem/repos/gnome-unstable-i686/totem.install
  totem/repos/gnome-unstable-x86_64/PKGBUILD
  totem/repos/gnome-unstable-x86_64/totem.install

-+
 gnome-unstable-i686/PKGBUILD|  138 +-
 gnome-unstable-i686/totem.install   |   38 -
 gnome-unstable-x86_64/PKGBUILD  |  138 +-
 gnome-unstable-x86_64/totem.install |   38 -
 4 files changed, 176 insertions(+), 176 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-05 18:44:25 UTC (rev 137059)
+++ gnome-unstable-i686/PKGBUILD2011-09-05 18:52:32 UTC (rev 137060)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.1.4
-pkgrel=1
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx')
-makedepends=('intltool' 'gtk-doc' 'python2-gobject2' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('46b9c1cf136de90ed649ca6ff636a63aa452c9724e137e983ba4e3250fa35749')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo: Grilo plugin')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/mozilla
-  rm ${pkgdir}/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem mozilla/firefox plugin
-  depends=(totem=${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 137059, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-05 18:52:32 UTC (rev 137060)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.1.4
+pkgrel=1
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject2' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)