[arch-commits] Commit in totem/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 17:23:08
  Author: heftig
Revision: 396801

3.38.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:22:56 UTC (rev 396800)
+++ PKGBUILD2020-09-27 17:23:08 UTC (rev 396801)
@@ -1,16 +1,16 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.34.1
-pkgrel=2
+pkgver=3.38.0
+pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
 arch=(x86_64)
 license=(GPL2 custom)
-depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
- dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
- gst-plugins-bad)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo
+ gsettings-desktop-schemas dconf python-gobject python-xdg 
gnome-desktop
+ gst-plugins-base gst-plugins-good gst-plugins-bad)
 makedepends=(libnautilus-extension itstool docbook-xsl python-pylint
  gobject-introspection git appstream-glib gtk-doc meson intltool)
 optdepends=('gst-plugins-ugly: Extra media codecs'
@@ -20,7 +20,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=8579f3c7bd4811a1ff2dc782efaae71f70e6954e  # tags/V_3_34_1^0
+_commit=18a9c6a988597958be014b4648696ed5eb221e5f  # tags/V_3_38_0-fixed^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
@@ -28,7 +28,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/^V_//;s/-fixed//;s/_/./g;s/-/+/g'
 }
 
 prepare() {


[arch-commits] Commit in totem/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:28:35
  Author: heftig
Revision: 377018

3.34.1-2

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:26:53 UTC (rev 377017)
+++ PKGBUILD2020-03-08 06:28:35 UTC (rev 377018)
@@ -3,7 +3,7 @@
 
 pkgname=totem
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
 arch=(x86_64)
@@ -35,7 +35,7 @@
   cd $pkgname
 
   git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
   git submodule update
 }
 


[arch-commits] Commit in totem/trunk (PKGBUILD)

2019-10-04 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 21:07:31
  Author: heftig
Revision: 363809

3.34.1-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:07:22 UTC (rev 363808)
+++ PKGBUILD2019-10-04 21:07:31 UTC (rev 363809)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -20,7 +20,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=3996781377b6526d85f7d066858ee89e25efcdca  # tags/V_3_34_0^0
+_commit=8579f3c7bd4811a1ff2dc782efaae71f70e6954e  # tags/V_3_34_1^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in totem/trunk (PKGBUILD)

2019-09-12 Thread Jan Steffens via arch-commits
Date: Thursday, September 12, 2019 @ 19:42:39
  Author: heftig
Revision: 362325

3.34.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-12 19:42:19 UTC (rev 362324)
+++ PKGBUILD2019-09-12 19:42:39 UTC (rev 362325)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.32.1
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -11,17 +11,16 @@
 depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
  dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
  gst-plugins-bad)
-makedepends=(libnautilus-extension lirc itstool docbook-xsl python-pylint
+makedepends=(libnautilus-extension itstool docbook-xsl python-pylint
  gobject-introspection git appstream-glib gtk-doc meson intltool)
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs'
-'lirc-utils: Infrared Remote Control plugin'
 'grilo-plugins: Media discovery'
 'python-dbus: MPRIS plugin')
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=b8b8a54112fb5a82bc6b68d243e0b68ba9bf4b04  # tags/V_3_32_1^0
+_commit=3996781377b6526d85f7d066858ee89e25efcdca  # tags/V_3_34_0^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in totem/trunk (PKGBUILD)

2019-07-12 Thread Jan Steffens via arch-commits
Date: Friday, July 12, 2019 @ 11:15:29
  Author: heftig
Revision: 357773

3.32.1-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-11 20:00:35 UTC (rev 357772)
+++ PKGBUILD2019-07-12 11:15:29 UTC (rev 357773)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -21,7 +21,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=5649a2aefa1fb8b1e5392aa2e522469ccb42bffa  # tags/V_3_32_0^0
+_commit=b8b8a54112fb5a82bc6b68d243e0b68ba9bf4b04  # tags/V_3_32_1^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
@@ -41,7 +41,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
+  arch-meson $pkgname build -D enable-gtk-doc=true
   ninja -C build
 }
 


[arch-commits] Commit in totem/trunk (PKGBUILD)

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:22:05
  Author: bpiotrowski
Revision: 348115

3.32.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:21:10 UTC (rev 348114)
+++ PKGBUILD2019-03-14 21:22:05 UTC (rev 348115)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -21,7 +21,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=8392ab2d9eadf202ccac54297eeb93540e6f152a  # tags/V_3_30_0^0
+_commit=5649a2aefa1fb8b1e5392aa2e522469ccb42bffa  # tags/V_3_32_0^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in totem/trunk (PKGBUILD)

2018-12-11 Thread Jan Steffens via arch-commits
Date: Wednesday, December 12, 2018 @ 00:11:31
  Author: heftig
Revision: 341597

3.30.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 00:11:31 UTC (rev 341596)
+++ PKGBUILD2018-12-12 00:11:31 UTC (rev 341597)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.26.2
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -21,7 +21,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=1dbd93aa661a8d0a3b46c367a4950438cac6e365  # tags/V_3_26_2^0
+_commit=8392ab2d9eadf202ccac54297eeb93540e6f152a  # tags/V_3_30_0^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in totem/trunk (PKGBUILD)

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:43:37
  Author: heftig
Revision: 329512

3.26.2-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 13:40:56 UTC (rev 329511)
+++ PKGBUILD2018-07-24 13:43:37 UTC (rev 329512)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -22,7 +22,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=a1250298555107734bbe7fdcb7e566197e2c4117  # tags/V_3_26_1^0
+_commit=1dbd93aa661a8d0a3b46c367a4950438cac6e365  # tags/V_3_26_2^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
@@ -47,6 +47,6 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
 }


[arch-commits] Commit in totem/trunk (PKGBUILD)

2018-06-15 Thread Jan Steffens via arch-commits
Date: Friday, June 15, 2018 @ 11:55:47
  Author: heftig
Revision: 327001

3.26.1-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-15 01:55:07 UTC (rev 327000)
+++ PKGBUILD2018-06-15 11:55:47 UTC (rev 327001)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.26.0+37+g84700147
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -22,9 +22,9 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=84700147475c3272400c7aa70aaec0a8807bb08e  # master
-source=("git+https://git.gnome.org/browse/totem#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
+_commit=a1250298555107734bbe7fdcb7e566197e2c4117  # tags/V_3_26_1^0
+source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
 'SKIP')
 
@@ -48,5 +48,5 @@
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 $pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
 }


[arch-commits] Commit in totem/trunk (PKGBUILD)

2018-03-15 Thread Jan Steffens via arch-commits
Date: Thursday, March 15, 2018 @ 16:20:05
  Author: heftig
Revision: 319319

3.26.0+37+g84700147-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 16:08:34 UTC (rev 319318)
+++ PKGBUILD2018-03-15 16:20:05 UTC (rev 319319)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.26.0+1+g4e309671
+pkgver=3.26.0+37+g84700147
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -22,7 +22,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=4e3096711ec28bd7983c858943498abf76a8a267  # master
+_commit=84700147475c3272400c7aa70aaec0a8807bb08e  # master
 source=("git+https://git.gnome.org/browse/totem#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'
@@ -34,11 +34,8 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 
-  sed -i '/--sgml-mode/d' docs/reference/meson.build
-
   git submodule init
   git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
   git submodule update
@@ -45,14 +42,11 @@
 }
 
 build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib/$pkgname -Denable-gtk-doc=true -Denable-vala=no
-  ninja
+  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-  install -Dm644 ../$pkgname/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 $pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in totem/trunk (PKGBUILD)

2017-09-20 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 21:34:29
  Author: heftig
Revision: 306023

3.26.0+1+g4e309671-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   40 +++-
 1 file changed, 15 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 21:17:14 UTC (rev 306022)
+++ PKGBUILD2017-09-20 21:34:29 UTC (rev 306023)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.24.0
+pkgver=3.26.0+1+g4e309671
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -12,8 +12,8 @@
 depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
  dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
  gst-plugins-bad)
-makedepends=(intltool libnautilus-extension lirc vala itstool docbook-xsl 
python-pylint
- gobject-introspection git gnome-common appstream-glib gtk-doc)
+makedepends=(libnautilus-extension lirc itstool docbook-xsl python-pylint
+ gobject-introspection git appstream-glib gtk-doc meson intltool)
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs'
 'lirc-utils: Infrared Remote Control plugin'
@@ -20,10 +20,9 @@
 'grilo-plugins: Media discovery'
 'python-dbus: MPRIS plugin')
 groups=(gnome)
-options=('!emptydirs')
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=dec87510f22daf87144eda36e1d97bfcabace1d1  # tags/V_3_24_0^0
+_commit=4e3096711ec28bd7983c858943498abf76a8a267  # master
 source=("git+https://git.gnome.org/browse/totem#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'
@@ -35,34 +34,25 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
 
+  sed -i '/--sgml-mode/d' docs/reference/meson.build
+
   git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
   git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus \
---enable-gtk-doc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
+--libexecdir=/usr/lib/$pkgname -Denable-gtk-doc=true -Denable-vala=no
+  ninja
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
+  cd build
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 ../$pkgname/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in totem/trunk (PKGBUILD)

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 11:12:46
  Author: jgc
Revision: 292618

upgpkg: totem 3.24.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 11:06:51 UTC (rev 292617)
+++ PKGBUILD2017-04-12 11:12:46 UTC (rev 292618)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.22.1
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -23,7 +23,7 @@
 options=('!emptydirs')
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=c13b49ab6091d3b7854b5cab85ba270c0f63f232  # tags/V_3_22_1^0
+_commit=dec87510f22daf87144eda36e1d97bfcabace1d1  # tags/V_3_24_0^0
 source=("git+https://git.gnome.org/browse/totem#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'


[arch-commits] Commit in totem/trunk (PKGBUILD)

2017-03-04 Thread Jan Steffens
Date: Saturday, March 4, 2017 @ 08:43:30
  Author: heftig
Revision: 289968

3.22.1-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 08:43:19 UTC (rev 289967)
+++ PKGBUILD2017-03-04 08:43:30 UTC (rev 289968)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.22.0+5+ge0bf46e
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -23,7 +23,7 @@
 options=('!emptydirs')
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=e0bf46e391c05081e1e29ffa8ff7550198997a97  # master
+_commit=c13b49ab6091d3b7854b5cab85ba270c0f63f232  # tags/V_3_22_1^0
 source=("git+https://git.gnome.org/browse/totem#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'


[arch-commits] Commit in totem/trunk (PKGBUILD)

2016-12-27 Thread Jan Steffens
Date: Tuesday, December 27, 2016 @ 09:17:00
  Author: heftig
Revision: 284849

Use https

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 09:15:15 UTC (rev 284848)
+++ PKGBUILD2016-12-27 09:17:00 UTC (rev 284849)
@@ -24,8 +24,8 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 _commit=e0bf46e391c05081e1e29ffa8ff7550198997a97  # master
-source=("git://git.gnome.org/totem#commit=$_commit"
-"git://git.gnome.org/libgd")
+source=("git+https://git.gnome.org/browse/totem#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in totem/trunk (PKGBUILD)

2016-09-28 Thread Jan Steffens
Date: Wednesday, September 28, 2016 @ 13:16:46
  Author: heftig
Revision: 277252

3.22.0+5+ge0bf46e-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 13:09:37 UTC (rev 277251)
+++ PKGBUILD2016-09-28 13:16:46 UTC (rev 277252)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.22.0+4+g89faff5
+pkgver=3.22.0+5+ge0bf46e
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -12,19 +12,18 @@
 depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
  dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
  gst-plugins-bad)
-makedepends=(intltool libnautilus-extension lirc vala zeitgeist itstool 
docbook-xsl python-pylint
+makedepends=(intltool libnautilus-extension lirc vala itstool docbook-xsl 
python-pylint
  gobject-introspection git gnome-common appstream-glib gtk-doc)
 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')
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=89faff5b16d97bd029854126dc0e50e42c0908f2
+_commit=e0bf46e391c05081e1e29ffa8ff7550198997a97  # master
 source=("git://git.gnome.org/totem#commit=$_commit"
 "git://git.gnome.org/libgd")
 sha256sums=('SKIP'


[arch-commits] Commit in totem/trunk (PKGBUILD i686.patch)

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 18:08:14
  Author: heftig
Revision: 276948

3.22.0+4+g89faff5-1

Modified:
  totem/trunk/PKGBUILD
Deleted:
  totem/trunk/i686.patch

+
 PKGBUILD   |   50 ++
 i686.patch |   13 -
 2 files changed, 30 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 13:37:34 UTC (rev 276947)
+++ PKGBUILD2016-09-25 18:08:14 UTC (rev 276948)
@@ -3,18 +3,17 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.20.1
+pkgver=3.22.0+4+g89faff5
 pkgrel=1
-pkgdesc="GNOME3 movie player based on GStreamer"
-url="http://www.gnome.org;
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos;
 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)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
+ dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
+ gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc vala zeitgeist itstool 
docbook-xsl python-pylint
+ gobject-introspection git gnome-common appstream-glib gtk-doc)
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs'
 'lirc-utils: Infrared Remote Control plugin'
@@ -25,18 +24,29 @@
 options=('!emptydirs')
 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')
+_commit=89faff5b16d97bd029854126dc0e50e42c0908f2
+source=("git://git.gnome.org/totem#commit=$_commit"
+"git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
 prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../i686.patch
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/totem \
@@ -43,7 +53,8 @@
 --localstatedir=/var \
 --disable-static \
 --enable-python \
---enable-nautilus
+--enable-nautilus \
+--enable-gtk-doc
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -52,8 +63,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
 }

Deleted: i686.patch
===
--- i686.patch  2016-09-25 13:37:34 UTC (rev 276947)
+++ i686.patch  2016-09-25 18:08:14 UTC (rev 276948)
@@ -1,13 +0,0 @@
-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.0 +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, , )) {
-   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);
- }
-   }
- 


[arch-commits] Commit in totem/trunk (PKGBUILD totem.install)

2016-05-20 Thread Jan de Groot
Date: Friday, May 20, 2016 @ 10:03:04
  Author: jgc
Revision: 268345

Remove install scriptlet

Modified:
  totem/trunk/PKGBUILD
Deleted:
  totem/trunk/totem.install

---+
 PKGBUILD  |1 -
 totem.install |   13 -
 2 files changed, 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 08:02:15 UTC (rev 268344)
+++ PKGBUILD2016-05-20 08:03:04 UTC (rev 268345)
@@ -23,7 +23,6 @@
 '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

Deleted: totem.install
===
--- totem.install   2016-05-20 08:02:15 UTC (rev 268344)
+++ totem.install   2016-05-20 08:03:04 UTC (rev 268345)
@@ -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
-}


[arch-commits] Commit in totem/trunk (PKGBUILD bugreport.patch i686.patch)

2016-04-13 Thread Jan Steffens
Date: Wednesday, April 13, 2016 @ 22:43:08
  Author: heftig
Revision: 264843

3.20.1-1

Added:
  totem/trunk/i686.patch
Modified:
  totem/trunk/PKGBUILD
Deleted:
  totem/trunk/bugreport.patch

-+
 PKGBUILD|   13 ++---
 bugreport.patch |   22 --
 i686.patch  |   13 +
 3 files changed, 23 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-13 20:40:37 UTC (rev 264842)
+++ PKGBUILD2016-04-13 20:43:08 UTC (rev 264843)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org;
@@ -26,9 +26,16 @@
 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')
+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 \

Deleted: bugreport.patch
===
--- bugreport.patch 2016-04-13 20:40:37 UTC (rev 264842)
+++ bugreport.patch 2016-04-13 20:43:08 UTC (rev 264843)
@@ -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.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 ()))

Added: i686.patch
===
--- i686.patch  (rev 0)
+++ i686.patch  2016-04-13 20:43:08 UTC (rev 264843)
@@ -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.0 +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, , )) {
+   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);
+ }
+   }
+ 


[arch-commits] Commit in totem/trunk (PKGBUILD)

2016-03-21 Thread Jan de Groot
Date: Monday, March 21, 2016 @ 15:04:58
  Author: jgc
Revision: 262176

upgpkg: totem 3.20.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-21 14:00:19 UTC (rev 262175)
+++ PKGBUILD2016-03-21 14:04:58 UTC (rev 262176)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.18.1
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d7816eae9606846c44fd508902eae10bdaed28e6d4f621531990d473184107a2')
+sha256sums=('077b429054434418a311d6d5e38b35a4ee3716938451f326f519a373c87303df')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in totem/trunk (PKGBUILD)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:33:35
  Author: heftig
Revision: 248939

3.18.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:33:19 UTC (rev 248938)
+++ PKGBUILD2015-10-12 17:33:35 UTC (rev 248939)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b6a7e66414df4b2e2427a9c5f1fee5a5f286beb098fdbe0902e37e3663e3e89')
+sha256sums=('d7816eae9606846c44fd508902eae10bdaed28e6d4f621531990d473184107a2')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in totem/trunk (PKGBUILD)

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

3.18.0

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-25 15:23:46 UTC (rev 247426)
+++ PKGBUILD2015-09-25 15:27:28 UTC (rev 247427)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.16.3
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('278e6dc66d00a5ae7bedcadba987008139f0b66e534f629febbeb098d450')
+sha256sums=('1b6a7e66414df4b2e2427a9c5f1fee5a5f286beb098fdbe0902e37e3663e3e89')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in totem/trunk (PKGBUILD)

2015-08-31 Thread Jan Steffens
Date: Monday, August 31, 2015 @ 22:13:06
  Author: heftig
Revision: 245120

3.16.3

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:56:44 UTC (rev 245119)
+++ PKGBUILD2015-08-31 20:13:06 UTC (rev 245120)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.16.2
+pkgver=3.16.3
 pkgrel=1
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e9150d104499500939499e29d56b1593ca49777f35ad5a7a02192e23d811f32')
+sha256sums=('278e6dc66d00a5ae7bedcadba987008139f0b66e534f629febbeb098d450')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in totem/trunk (PKGBUILD)

2015-06-30 Thread Jan Steffens
Date: Tuesday, June 30, 2015 @ 13:40:01
  Author: heftig
Revision: 241426

3.16.2

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-30 11:37:55 UTC (rev 241425)
+++ PKGBUILD2015-06-30 11:40:01 UTC (rev 241426)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c98d0006ece80f48f8e6bb6ed269857bad9746bf86669f212078c770441475da')
+sha256sums=('8e9150d104499500939499e29d56b1593ca49777f35ad5a7a02192e23d811f32')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in totem/trunk (PKGBUILD)

2015-05-07 Thread Jan Steffens
Date: Thursday, May 7, 2015 @ 15:21:23
  Author: heftig
Revision: 238594

3.16.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-07 13:18:17 UTC (rev 238593)
+++ PKGBUILD2015-05-07 13:21:23 UTC (rev 238594)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('69b109533b592683eecf0274262f8247219f0e44134b395a6ed36403d8d166e3')
+sha256sums=('c98d0006ece80f48f8e6bb6ed269857bad9746bf86669f212078c770441475da')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in totem/trunk (PKGBUILD)

2015-03-23 Thread Jan de Groot
Date: Monday, March 23, 2015 @ 13:43:31
  Author: jgc
Revision: 234547

upgpkg: totem 3.16.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-23 11:36:47 UTC (rev 234546)
+++ PKGBUILD2015-03-23 12:43:31 UTC (rev 234547)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.15.91
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c58c55a9272a14f7fa022b54877636d72c97c707c389b161b7d8c7ce96427910')
+sha256sums=('69b109533b592683eecf0274262f8247219f0e44134b395a6ed36403d8d166e3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in totem/trunk (PKGBUILD)

2015-03-17 Thread Jan de Groot
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
===
--- PKGBUILD2015-03-17 09:30:35 UTC (rev 233973)
+++ PKGBUILD2015-03-17 09:33:45 UTC (rev 233974)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 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 \


[arch-commits] Commit in totem/trunk (PKGBUILD)

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 15:10:09
  Author: jgc
Revision: 231291

upgpkg: totem 3.14.2-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 11:15:05 UTC (rev 231290)
+++ PKGBUILD2015-02-11 14:10:09 UTC (rev 231291)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.14.1
+pkgver=3.14.2
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -28,7 +28,7 @@
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 bugreport.patch)
-sha256sums=('288150837fd2693a4b672210a1ffdd178d3e542df954af247dc04c666bf97536'
+sha256sums=('967dcf3070365a82873e5bc678299d5fb058f87f151d1e22d60313fab2ac09cc'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
 prepare() {


[arch-commits] Commit in totem/trunk (PKGBUILD)

2014-11-20 Thread Jan Steffens
Date: Thursday, November 20, 2014 @ 20:39:23
  Author: heftig
Revision: 226759

3.14.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 19:21:21 UTC (rev 226758)
+++ PKGBUILD2014-11-20 19:39:23 UTC (rev 226759)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.14.0
-pkgrel=2
+pkgver=3.14.1
+pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -28,7 +28,7 @@
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 bugreport.patch)
-sha256sums=('a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e'
+sha256sums=('288150837fd2693a4b672210a1ffdd178d3e542df954af247dc04c666bf97536'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
 prepare() {


[arch-commits] Commit in totem/trunk (PKGBUILD)

2014-11-07 Thread Jan de Groot
Date: Friday, November 7, 2014 @ 15:29:51
  Author: jgc
Revision: 225730

upgpkg: totem 3.14.0-2

Drop gnome-icon-theme dependency, add python-dbus optdepend

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 13:49:53 UTC (rev 225729)
+++ PKGBUILD2014-11-07 14:29:51 UTC (rev 225730)
@@ -4,13 +4,13 @@
 
 pkgname=totem
 pkgver=3.14.0
-pkgrel=1
+pkgrel=2
 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
+ 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-utils vala zeitgeist
@@ -19,7 +19,8 @@
 'gst-libav: Extra media codecs'
 'lirc-utils: Infrared Remote Control plugin'
 'grilo-plugins: Media discovery'
-'zeitgeist: Zeitgeist plugin')
+'zeitgeist: Zeitgeist plugin'
+'python-dbus: MPRIS plugin')
 groups=(gnome)
 options=('!emptydirs')
 install=totem.install


[arch-commits] Commit in totem/trunk (PKGBUILD)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:12:54
  Author: jgc
Revision: 222573

upgpkg: totem 3.14.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:06:56 UTC (rev 222572)
+++ PKGBUILD2014-09-22 08:12:54 UTC (rev 222573)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -25,9 +25,9 @@
 install=totem.install
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 bugreport.patch)
-sha256sums=('15920c7a7d98cdbf7c4159b0ffee9f3f90017fd5ba52b45d79b094cf62236451'
+sha256sums=('a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
 prepare() {



[arch-commits] Commit in totem/trunk (PKGBUILD browser-plugins.ini git-fixes.patch)

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

upgpkg: totem 3.13.92-1

Modified:
  totem/trunk/PKGBUILD
Deleted:
  totem/trunk/browser-plugins.ini
  totem/trunk/git-fixes.patch

-+
 PKGBUILD|   19 
 browser-plugins.ini |2 
 git-fixes.patch | 6048 --
 3 files changed, 6 insertions(+), 6063 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 221223:221224 to see the changes.


[arch-commits] Commit in totem/trunk (PKGBUILD git-fixes.patch)

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 23:50:58
  Author: jgc
Revision: 213666

upgpkg: totem 3.12.1-2

Update to git snapshot b469c525e1cf6fd1a34dce18503afed86e9fcf6b, which fixes a 
serious data loss bug when deleting files

Added:
  totem/trunk/git-fixes.patch
Modified:
  totem/trunk/PKGBUILD

-+
 PKGBUILD|   10 
 git-fixes.patch | 6048 ++
 2 files changed, 6055 insertions(+), 3 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 213665:213666 to see the changes.


[arch-commits] Commit in totem/trunk (PKGBUILD)

2014-05-05 Thread Jan Steffens
Date: Monday, May 5, 2014 @ 20:56:45
  Author: heftig
Revision: 212055

3.12.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-05 17:50:18 UTC (rev 212054)
+++ PKGBUILD2014-05-05 18:56:45 UTC (rev 212055)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -28,7 +28,7 @@
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 browser-plugins.ini bugreport.patch)
-sha256sums=('96762a1c2026f7bbc6ef8a431cf7626647e54ac2d195eb573a71d62dc3a2c430'
+sha256sums=('dd168cdd4051d01131d47c24fa45bfd08b6ccf45900ac4b64bae47f6f47a35e3'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 



[arch-commits] Commit in totem/trunk (PKGBUILD)

2014-03-29 Thread Jan Steffens
Date: Saturday, March 29, 2014 @ 23:23:00
  Author: heftig
Revision: 209165

3.12.0

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   66 -
 1 file changed, 26 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 21:54:18 UTC (rev 209164)
+++ PKGBUILD2014-03-29 22:23:00 UTC (rev 209165)
@@ -2,29 +2,39 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 # Contributor: Jan de Groot j...@archlinux.org
 
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.10.1
+pkgname=totem
+pkgver=3.12.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 python-gobject python-xdg gst-plugins-bad)
-makedepends=(intltool libnautilus-extension lirc-utils vala grilo dbus-glib 
zeitgeist
+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)
+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')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+backup=(etc/totem/browser-plugins.ini)
+install=totem.install
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 browser-plugins.ini bugreport.patch)
-sha256sums=('b6b6038c9104965671a6d25e98496a487c3a9c590c9c104f668bd9f4fa7be9e2'
+sha256sums=('96762a1c2026f7bbc6ef8a431cf7626647e54ac2d195eb573a71d62dc3a2c430'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
 
 prepare() {
-  cd $pkgbase-$pkgver
+  cd $pkgname-$pkgver
 
   # Make compatible with Python 3 and Gstreamer 1.0
   patch -Np1 -i ../bugreport.patch
@@ -31,7 +41,7 @@
 }
 
 build() {
-  cd $pkgbase-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/totem \
@@ -46,37 +56,13 @@
   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)'
-  'zeitgeist: Zeitgeist plugin')
-
-  cd $pkgbase-$pkgver
+package() {
+  cd $pkgname-$pkgver
   make DESTDIR=${pkgdir} install
 
-  rm -r $pkgdir/usr/lib/mozilla
-  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
-
+  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
   install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
 }
 
-package_totem-plugin() {
-  groups=(gnome)
-  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
-}
+#plugindir=/usr/lib/mozilla/plugins \
+#xptdir=/usr/lib/mozilla/plugins \



[arch-commits] Commit in totem/trunk (PKGBUILD)

2014-03-29 Thread Jan Steffens
Date: Saturday, March 29, 2014 @ 23:23:24
  Author: heftig
Revision: 209166

strip garbage

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 
 1 file changed, 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 22:23:00 UTC (rev 209165)
+++ PKGBUILD2014-03-29 22:23:24 UTC (rev 209166)
@@ -32,7 +32,6 @@
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
-
 prepare() {
   cd $pkgname-$pkgver
 
@@ -63,6 +62,3 @@
   install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
   install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
 }
-
-#plugindir=/usr/lib/mozilla/plugins \
-#xptdir=/usr/lib/mozilla/plugins \



[arch-commits] Commit in totem/trunk (PKGBUILD bgo708647-2.patch bgo708647.patch)

2013-09-30 Thread Jan de Groot
Date: Monday, September 30, 2013 @ 11:24:18
  Author: jgc
Revision: 195305

upgpkg: totem 3.10.1-1

Modified:
  totem/trunk/PKGBUILD
Deleted:
  totem/trunk/bgo708647-2.patch
  totem/trunk/bgo708647.patch

---+
 PKGBUILD  |   17 +
 bgo708647-2.patch |   22 --
 bgo708647.patch   |   28 
 3 files changed, 5 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 09:19:58 UTC (rev 195304)
+++ PKGBUILD2013-09-30 09:24:18 UTC (rev 195305)
@@ -4,8 +4,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -17,13 +17,10 @@
  itstool docbook-xsl python-pylint)
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini bugreport.patch
-bgo708647-2.patch bgo708647.patch)
-sha256sums=('c223e953f9697cc932f3b7efd87cea767a3e5a2ba0e3cda08628aa364caee094'
+browser-plugins.ini bugreport.patch)
+sha256sums=('b6b6038c9104965671a6d25e98496a487c3a9c590c9c104f668bd9f4fa7be9e2'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
-'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167'
-'749b95c4747e04f54fb9b41196435c33e5f30ea4583e66e365c012be194ec5d3'
-'aeec75abf32dd16b392d7821fe4c28bc381c1c50d3e028342aeb8f9dc20b17be')
+'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
 
 prepare() {
@@ -31,10 +28,6 @@
 
   # Make compatible with Python 3 and Gstreamer 1.0
   patch -Np1 -i ../bugreport.patch
-
-  # Fix some asserts
-  patch -Np1 -i ../bgo708647.patch
-  patch -Np1 -i ../bgo708647-2.patch
 }
 
 build() {

Deleted: bgo708647-2.patch
===
--- bgo708647-2.patch   2013-09-30 09:19:58 UTC (rev 195304)
+++ bgo708647-2.patch   2013-09-30 09:24:18 UTC (rev 195305)
@@ -1,22 +0,0 @@
-From 437e64ffb5f19d2f088339954686e794cc276319 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera had...@hadess.net
-Date: Mon, 23 Sep 2013 18:27:17 +
-Subject: main: Fix typo in action name
-
-See: https://bugzilla.gnome.org/show_bug.cgi?id=708647

-diff --git a/src/totem.c b/src/totem.c
-index bf82c04..12a0e5b 100644
 a/src/totem.c
-+++ b/src/totem.c
-@@ -107,7 +107,7 @@ app_init (Totem *totem, char **argv)
-   set_rtl_icon_name (totem, next-chapter, media-skip-forward);
-   set_rtl_icon_name (totem, previous-chapter, media-skip-backward);
-   set_rtl_icon_name (totem, skip-forward, media-seek-forward);
--  set_rtl_icon_name (totem, skip-backward, media-seek-backward);
-+  set_rtl_icon_name (totem, skip-backwards, media-seek-backward);
- 
-   totem-win = GTK_WIDGET (gtk_builder_get_object (totem-xml, 
totem_main_window));
-   g_object_bind_property (G_OBJECT (totem), fullscreen,
---
-cgit v0.9.2

Deleted: bgo708647.patch
===
--- bgo708647.patch 2013-09-30 09:19:58 UTC (rev 195304)
+++ bgo708647.patch 2013-09-30 09:24:18 UTC (rev 195305)
@@ -1,28 +0,0 @@
-From b252133d765245a297e446c805822601e5a4924b Mon Sep 17 00:00:00 2001
-From: Bastien Nocera had...@hadess.net
-Date: Fri, 27 Sep 2013 13:50:20 +
-Subject: main: Fix possible assertion on startup
-
-In some cases, Totem was focused on startup by the time we
-handled command-line arguments. This triggered an assertion
-when trying to show the fullscreen popups because we weren't
-fullscreened yet.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=708647

-diff --git a/src/totem-fullscreen.c b/src/totem-fullscreen.c
-index fac1b05..69e1fd7 100644
 a/src/totem-fullscreen.c
-+++ b/src/totem-fullscreen.c
-@@ -307,7 +307,8 @@ totem_fullscreen_show_popups (TotemFullscreen *fs, 
gboolean show_cursor)
- {
-   GtkWidget *item;
- 
--  g_assert (fs-priv-is_fullscreen != FALSE);
-+  if (!fs-priv-is_fullscreen)
-+  return;
- 
-   if (fs-priv-popup_in_progress != FALSE)
-   return;
---
-cgit v0.9.2



[arch-commits] Commit in totem/trunk (PKGBUILD bgo708647-2.patch bgo708647.patch)

2013-09-29 Thread Jan Steffens
Date: Monday, September 30, 2013 @ 04:30:16
  Author: heftig
Revision: 195291

fix some asserts

Added:
  totem/trunk/bgo708647-2.patch
  totem/trunk/bgo708647.patch
Modified:
  totem/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 bgo708647-2.patch |   22 ++
 bgo708647.patch   |   28 
 3 files changed, 60 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 01:42:49 UTC (rev 195290)
+++ PKGBUILD2013-09-30 02:30:16 UTC (rev 195291)
@@ -5,7 +5,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -17,10 +17,13 @@
  itstool docbook-xsl python-pylint)
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini bugreport.patch)
+browser-plugins.ini bugreport.patch
+bgo708647-2.patch bgo708647.patch)
 sha256sums=('c223e953f9697cc932f3b7efd87cea767a3e5a2ba0e3cda08628aa364caee094'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
-'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
+'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167'
+'749b95c4747e04f54fb9b41196435c33e5f30ea4583e66e365c012be194ec5d3'
+'aeec75abf32dd16b392d7821fe4c28bc381c1c50d3e028342aeb8f9dc20b17be')
 
 
 prepare() {
@@ -28,6 +31,10 @@
 
   # Make compatible with Python 3 and Gstreamer 1.0
   patch -Np1 -i ../bugreport.patch
+
+  # Fix some asserts
+  patch -Np1 -i ../bgo708647.patch
+  patch -Np1 -i ../bgo708647-2.patch
 }
 
 build() {

Added: bgo708647-2.patch
===
--- bgo708647-2.patch   (rev 0)
+++ bgo708647-2.patch   2013-09-30 02:30:16 UTC (rev 195291)
@@ -0,0 +1,22 @@
+From 437e64ffb5f19d2f088339954686e794cc276319 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Mon, 23 Sep 2013 18:27:17 +
+Subject: main: Fix typo in action name
+
+See: https://bugzilla.gnome.org/show_bug.cgi?id=708647
+---
+diff --git a/src/totem.c b/src/totem.c
+index bf82c04..12a0e5b 100644
+--- a/src/totem.c
 b/src/totem.c
+@@ -107,7 +107,7 @@ app_init (Totem *totem, char **argv)
+   set_rtl_icon_name (totem, next-chapter, media-skip-forward);
+   set_rtl_icon_name (totem, previous-chapter, media-skip-backward);
+   set_rtl_icon_name (totem, skip-forward, media-seek-forward);
+-  set_rtl_icon_name (totem, skip-backward, media-seek-backward);
++  set_rtl_icon_name (totem, skip-backwards, media-seek-backward);
+ 
+   totem-win = GTK_WIDGET (gtk_builder_get_object (totem-xml, 
totem_main_window));
+   g_object_bind_property (G_OBJECT (totem), fullscreen,
+--
+cgit v0.9.2

Added: bgo708647.patch
===
--- bgo708647.patch (rev 0)
+++ bgo708647.patch 2013-09-30 02:30:16 UTC (rev 195291)
@@ -0,0 +1,28 @@
+From b252133d765245a297e446c805822601e5a4924b Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Fri, 27 Sep 2013 13:50:20 +
+Subject: main: Fix possible assertion on startup
+
+In some cases, Totem was focused on startup by the time we
+handled command-line arguments. This triggered an assertion
+when trying to show the fullscreen popups because we weren't
+fullscreened yet.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=708647
+---
+diff --git a/src/totem-fullscreen.c b/src/totem-fullscreen.c
+index fac1b05..69e1fd7 100644
+--- a/src/totem-fullscreen.c
 b/src/totem-fullscreen.c
+@@ -307,7 +307,8 @@ totem_fullscreen_show_popups (TotemFullscreen *fs, 
gboolean show_cursor)
+ {
+   GtkWidget *item;
+ 
+-  g_assert (fs-priv-is_fullscreen != FALSE);
++  if (!fs-priv-is_fullscreen)
++  return;
+ 
+   if (fs-priv-popup_in_progress != FALSE)
+   return;
+--
+cgit v0.9.2



[arch-commits] Commit in totem/trunk (PKGBUILD)

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 11:47:24
  Author: jgc
Revision: 194722

upgpkg: totem 3.10.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 09:35:09 UTC (rev 194721)
+++ PKGBUILD2013-09-23 09:47:24 UTC (rev 194722)
@@ -4,7 +4,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.9.92
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -18,7 +18,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini bugreport.patch)
-sha256sums=('da2d5bef59fbc615cbf8d81e3063ec2eb524131f1904058ffccb16978d690a53'
+sha256sums=('c223e953f9697cc932f3b7efd87cea767a3e5a2ba0e3cda08628aa364caee094'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 



[arch-commits] Commit in totem/trunk (PKGBUILD)

2013-09-19 Thread Jan de Groot
Date: Thursday, September 19, 2013 @ 21:42:08
  Author: jgc
Revision: 194629

upgpkg: totem 3.9.92-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-19 19:36:19 UTC (rev 194628)
+++ PKGBUILD2013-09-19 19:42:08 UTC (rev 194629)
@@ -4,8 +4,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.9.92
+pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 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 python-gobject python-xdg gst-plugins-bad)
-makedepends=(intltool libnautilus-extension lirc-utils vala grilo dbus-glib 
libzeitgeist
+makedepends=(intltool libnautilus-extension lirc-utils vala grilo dbus-glib 
zeitgeist
  itstool docbook-xsl python-pylint)
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini bugreport.patch)
-sha256sums=('eda9e0a016bb2ac14f7cd7c8c03b8ee1ab3f1b3ba6558f65c64514e5d2583e01'
+sha256sums=('da2d5bef59fbc615cbf8d81e3063ec2eb524131f1904058ffccb16978d690a53'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
@@ -53,7 +53,7 @@
   'gst-libav: Extra media codecs'
   'lirc-utils: Infrared Remote Control plugin'
   'grilo-plugins: Browse sidebar (remote media)'
-  'libzeitgeist: Zeitgeist plugin')
+  'zeitgeist: Zeitgeist plugin')
 
   cd $pkgbase-$pkgver
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in totem/trunk (PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:10:30
  Author: jgc
Revision: 191288

Add totem-plugin to gnome group

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 10:08:45 UTC (rev 191287)
+++ PKGBUILD2013-07-23 10:10:30 UTC (rev 191288)
@@ -65,6 +65,7 @@
 }
 
 package_totem-plugin() {
+  groups=(gnome)
   pkgdesc=Totem plugin for web browsers
   depends=(totem=$pkgver dbus-glib)
   backup=(etc/totem/browser-plugins.ini)



[arch-commits] Commit in totem/trunk (PKGBUILD)

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:40:10
  Author: heftig
Revision: 186670

reduce overlinking

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:38:06 UTC (rev 186669)
+++ PKGBUILD2013-05-30 12:40:10 UTC (rev 186670)
@@ -5,7 +5,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -39,6 +39,10 @@
 --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
 }
 



[arch-commits] Commit in totem/trunk (PKGBUILD)

2013-05-14 Thread Jan Steffens
Date: Tuesday, May 14, 2013 @ 13:47:10
  Author: heftig
Revision: 185500

3.8.2

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 11:41:51 UTC (rev 185499)
+++ PKGBUILD2013-05-14 11:47:10 UTC (rev 185500)
@@ -4,7 +4,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.8.0
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -13,11 +13,12 @@
 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)
+makedepends=(intltool libnautilus-extension lirc-utils vala grilo dbus-glib 
libzeitgeist
+ itstool docbook-xsl python2-pylint)
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('74c73a5decb69572cb182005b144493c2f6e7f48d4c57851e6da33e8e76fb039'
+sha256sums=('eda9e0a016bb2ac14f7cd7c8c03b8ee1ab3f1b3ba6558f65c64514e5d2583e01'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {
@@ -28,7 +29,8 @@
 --localstatedir=/var \
 --disable-static \
 --enable-python \
---enable-nautilus
+--enable-nautilus \
+PYLINT=/usr/bin/pylint2
   make
 }
 



[arch-commits] Commit in totem/trunk (PKGBUILD bugreport.patch)

2013-05-14 Thread Jan Steffens
Date: Tuesday, May 14, 2013 @ 14:09:17
  Author: heftig
Revision: 185505

python fixes

Added:
  totem/trunk/bugreport.patch
Modified:
  totem/trunk/PKGBUILD

-+
 PKGBUILD|   26 +++---
 bugreport.patch |   22 ++
 2 files changed, 37 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 12:01:48 UTC (rev 185504)
+++ PKGBUILD2013-05-14 12:09:17 UTC (rev 185505)
@@ -12,15 +12,24 @@
 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)
+ clutter-gtk python-gobject python-xdg gst-plugins-bad)
 makedepends=(intltool libnautilus-extension lirc-utils vala grilo dbus-glib 
libzeitgeist
- itstool docbook-xsl python2-pylint)
+ itstool docbook-xsl python-pylint)
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini)
+browser-plugins.ini bugreport.patch)
 sha256sums=('eda9e0a016bb2ac14f7cd7c8c03b8ee1ab3f1b3ba6558f65c64514e5d2583e01'
-'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
+'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Make compatible with Python 3 and Gstreamer 1.0
+  patch -Np1 -i ../bugreport.patch
+}
+
 build() {
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr \
@@ -29,8 +38,7 @@
 --localstatedir=/var \
 --disable-static \
 --enable-python \
---enable-nautilus \
-PYLINT=/usr/bin/pylint2
+--enable-nautilus
   make
 }
 
@@ -41,7 +49,6 @@
   '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
@@ -50,9 +57,6 @@
   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
 }
 
@@ -66,7 +70,7 @@
 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

Added: bugreport.patch
===
--- bugreport.patch (rev 0)
+++ bugreport.patch 2013-05-14 12:09:17 UTC (rev 185505)
@@ -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 ()))



[arch-commits] Commit in totem/trunk (PKGBUILD)

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

upgpkg: totem 3.8.0-1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:52:45 UTC (rev 180999)
+++ PKGBUILD2013-03-29 14:16:05 UTC (rev 181000)
@@ -4,20 +4,20 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.6.3
-pkgrel=2
+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-symbolic 
gsettings-desktop-schemas dconf clutter-gst
+ hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf 
clutter-gst
  clutter-gtk python2-gobject gst-plugins-bad)
-makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint 
dbus-glib libzeitgeist)
+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=('ad9f2ff207c8a965975670e262394953b37b2dc25cff7ee59f138f961f88ce60'
+sha256sums=('74c73a5decb69572cb182005b144493c2f6e7f48d4c57851e6da33e8e76fb039'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {
@@ -33,10 +33,10 @@
 }
 
 package_totem() {
-  groups=(gnome-extra)
+  groups=(gnome)
   install=totem.install
   optdepends=('gst-plugins-ugly: Extra media codecs'
-  'gst-ffmpeg: Extra media codecs'
+  'gst-libav: Extra media codecs'
   'lirc-utils: Infrared Remote Control plugin'
   'grilo-plugins: Browse sidebar (remote media)'
   'pyxdg: opensubtitles plugin'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-12-10 Thread Jan de Groot
Date: Monday, December 10, 2012 @ 06:38:25
  Author: jgc
Revision: 173077

upgpkg: totem 3.6.3-2

Remove mx dependency, add dbus-glib dependency to the plugin (FS#32576)
Add zeitgeist plugin (FS#32136)

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-10 11:26:50 UTC (rev 173076)
+++ PKGBUILD2012-12-10 11:38:25 UTC (rev 173077)
@@ -5,15 +5,15 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.6.3
-pkgrel=1
+pkgrel=2
 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)
+ clutter-gtk python2-gobject gst-plugins-bad)
+makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint 
dbus-glib libzeitgeist)
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
@@ -39,7 +39,8 @@
   'gst-ffmpeg: Extra media codecs'
   'lirc-utils: Infrared Remote Control plugin'
   'grilo-plugins: Browse sidebar (remote media)'
-  'pyxdg: opensubtitles plugin')
+  'pyxdg: opensubtitles plugin'
+  'libzeitgeist: Zeitgeist plugin')
 
   cd $pkgbase-$pkgver
   make DESTDIR=${pkgdir} install
@@ -55,7 +56,7 @@
 
 package_totem-plugin() {
   pkgdesc=Totem plugin for web browsers
-  depends=(totem=$pkgver)
+  depends=(totem=$pkgver dbus-glib)
   backup=(etc/totem/browser-plugins.ini)
 
   cd $pkgbase-$pkgver



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 06:29:24
  Author: heftig
Revision: 170536

3.6.3

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 11:26:52 UTC (rev 170535)
+++ PKGBUILD2012-11-08 11:29:24 UTC (rev 170536)
@@ -4,7 +4,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -17,7 +17,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('d23ceda705b67f3f039064da3bec0bb744490cc3c327538f756d99238e6c52e1'
+sha256sums=('ad9f2ff207c8a965975670e262394953b37b2dc25cff7ee59f138f961f88ce60'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-10-25 Thread Jan Steffens
Date: Thursday, October 25, 2012 @ 10:47:34
  Author: heftig
Revision: 169680

3.6.2

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-25 14:44:31 UTC (rev 169679)
+++ PKGBUILD2012-10-25 14:47:34 UTC (rev 169680)
@@ -4,7 +4,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.6.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -17,7 +17,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('e767da34f5212bd9b2d3ea9bc7e3a87b284581ee012214274225dd8decb8fe3e'
+sha256sums=('d23ceda705b67f3f039064da3bec0bb744490cc3c327538f756d99238e6c52e1'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-10-03 Thread Jan Steffens
Date: Wednesday, October 3, 2012 @ 11:55:35
  Author: heftig
Revision: 167892

3.6.0

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   32 +---
 1 file changed, 13 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 15:52:49 UTC (rev 167891)
+++ PKGBUILD2012-10-03 15:55:35 UTC (rev 167892)
@@ -4,22 +4,20 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.4.3
+pkgver=3.6.0
 pkgrel=1
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+pkgdesc=GNOME3 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')
-makedepends=('intltool' 'gtk-doc' 'nautilus' 'libgdata' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo' 'pylint')
+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=('fce76e3c924d0ffd3d4eef2e69af4c44b3537b26c2df86745e900b4c829b38db'
+sha256sums=('e767da34f5212bd9b2d3ea9bc7e3a87b284581ee012214274225dd8decb8fe3e'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {
@@ -35,15 +33,11 @@
 }
 
 package_totem() {
-  groups=('gnome-extra')
+  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'
+  optdepends=('gst-plugins-ugly: Extra media codecs'
+  'gst-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')
 
@@ -54,7 +48,7 @@
   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}
+$pkgdir/usr/lib/totem/totem/totem-bugreport.py
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
 }



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 13:02:12
  Author: ibiru
Revision: 162986

update to 3.4.3

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 16:56:52 UTC (rev 162985)
+++ PKGBUILD2012-07-04 17:02:12 UTC (rev 162986)
@@ -4,8 +4,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('e1532b471a14612b5f44d29b8392716c1123f4d874cd9d01e06a11f32637341e'
+sha256sums=('fce76e3c924d0ffd3d4eef2e69af4c44b3537b26c2df86745e900b4c829b38db'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-05-15 Thread Ionut Biru
Date: Tuesday, May 15, 2012 @ 11:03:54
  Author: ibiru
Revision: 159097

update to 3.4.2

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-15 14:38:49 UTC (rev 159096)
+++ PKGBUILD2012-05-15 15:03:54 UTC (rev 159097)
@@ -4,8 +4,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('eadf138068c2e31bf8fe31b3d63536cb0fe32f834fcf4fbfb453a3fff5eec7ef'
+sha256sums=('e1532b471a14612b5f44d29b8392716c1123f4d874cd9d01e06a11f32637341e'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-04-25 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 00:04:55
  Author: allan
Revision: 157217

upgpkg: totem 3.4.1-2

libffi rebuild

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-26 03:55:30 UTC (rev 157216)
+++ PKGBUILD2012-04-26 04:04:55 UTC (rev 157217)
@@ -5,7 +5,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:26:48
  Author: ibiru
Revision: 156302

update to 3.4.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:18:01 UTC (rev 156301)
+++ PKGBUILD2012-04-16 19:26:48 UTC (rev 156302)
@@ -4,7 +4,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
@@ -19,7 +19,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('683209ea6eeffa39c277bab02567e4ae8250f00719ef8dd3f30e5f4bdf1f0f9c'
+sha256sums=('eadf138068c2e31bf8fe31b3d63536cb0fe32f834fcf4fbfb453a3fff5eec7ef'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 12:56:20
  Author: heftig
Revision: 154782

3.4.0

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 16:53:50 UTC (rev 154781)
+++ PKGBUILD2012-03-30 16:56:20 UTC (rev 154782)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
@@ -18,7 +19,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('d76180ddb030960a50b3df36ff3ba015380ae43b47748ed7c2d184a42382'
+sha256sums=('683209ea6eeffa39c277bab02567e4ae8250f00719ef8dd3f30e5f4bdf1f0f9c'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-03-18 Thread Ionut Biru
Date: Sunday, March 18, 2012 @ 11:13:41
  Author: ibiru
Revision: 153715

update to 3.3.92

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-18 15:07:01 UTC (rev 153714)
+++ PKGBUILD2012-03-18 15:13:41 UTC (rev 153715)
@@ -3,8 +3,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.3.90
-pkgrel=2
+pkgver=3.3.92
+pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('13e779d69a937d4c2b3087a1c90aed6cc906a4bf87c3649b498b5fda22c8d308'
+sha256sums=('d76180ddb030960a50b3df36ff3ba015380ae43b47748ed7c2d184a42382'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in totem/trunk (PKGBUILD browser-plugins.ini)

2012-03-11 Thread Jan Steffens
Date: Sunday, March 11, 2012 @ 12:01:40
  Author: heftig
Revision: 153039

disable vegas plugin by default, as it overrides adobe flash

Added:
  totem/trunk/browser-plugins.ini
Modified:
  totem/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 browser-plugins.ini |2 ++
 2 files changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-11 15:46:23 UTC (rev 153038)
+++ PKGBUILD2012-03-11 16:01:40 UTC (rev 153039)
@@ -4,7 +4,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.3.90
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
@@ -16,8 +16,10 @@
 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)
-sha256sums=('13e779d69a937d4c2b3087a1c90aed6cc906a4bf87c3649b498b5fda22c8d308')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+browser-plugins.ini)
+sha256sums=('13e779d69a937d4c2b3087a1c90aed6cc906a4bf87c3649b498b5fda22c8d308'
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {
   cd $pkgbase-$pkgver
@@ -59,12 +61,15 @@
 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
 }

Added: browser-plugins.ini
===
--- browser-plugins.ini (rev 0)
+++ browser-plugins.ini 2012-03-11 16:01:40 UTC (rev 153039)
@@ -0,0 +1,2 @@
+[Plugins]
+application/x-shockwave-flash.disabled=true



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 16:35:04
  Author: ibiru
Revision: 152967

update to 3.3.90

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-10 21:32:18 UTC (rev 152966)
+++ PKGBUILD2012-03-10 21:35:04 UTC (rev 152967)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.2.2
+pkgver=3.3.90
 pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
@@ -12,15 +12,15 @@
 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'
+ '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)
-sha256sums=('b065e486e6b70b27d3a589e70c5459ff16a7affeff0b219ead5942585d4d0c9a')
+sha256sums=('13e779d69a937d4c2b3087a1c90aed6cc906a4bf87c3649b498b5fda22c8d308')
 
 build() {
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/totem \
@@ -44,11 +44,11 @@
   'grilo-plugins: Browse sidebar (remote media)'
   'pyxdg: opensubtitles plugin')
 
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   make DESTDIR=${pkgdir} install
 
   rm -r $pkgdir/usr/lib/mozilla
-  rm ${pkgdir}/usr/lib/totem/totem-plugin-viewer
+  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}
@@ -60,7 +60,7 @@
   pkgdesc=Totem plugin for web browsers
   depends=(totem=$pkgver)
 
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   make -C browser-plugin \
 plugindir=/usr/lib/mozilla/plugins \
 xptdir=/usr/lib/mozilla/plugins \



[arch-commits] Commit in totem/trunk (PKGBUILD)

2012-02-20 Thread Ionut Biru
Date: Monday, February 20, 2012 @ 06:00:14
  Author: ibiru
Revision: 150690

update to 3.2.2

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-20 10:15:52 UTC (rev 150689)
+++ PKGBUILD2012-02-20 11:00:14 UTC (rev 150690)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
@@ -13,14 +13,14 @@
  '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'
+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=('e3af3281bdeaf4c7f9594b090087657b06c98e96212b11531269e2ee40a4')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b065e486e6b70b27d3a589e70c5459ff16a7affeff0b219ead5942585d4d0c9a')
 
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $srcdir/$pkgbase-$pkgver
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/totem \
@@ -44,27 +44,27 @@
   'grilo-plugins: Browse sidebar (remote media)'
   'pyxdg: opensubtitles plugin')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $srcdir/$pkgbase-$pkgver
   make DESTDIR=${pkgdir} install
 
-  rm -r ${pkgdir}/usr/lib/mozilla
+  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
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
 }
 
 package_totem-plugin() {
   pkgdesc=Totem plugin for web browsers
-  depends=(totem=${pkgver})
+  depends=(totem=$pkgver)
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $srcdir/$pkgbase-$pkgver
   make -C browser-plugin \
 plugindir=/usr/lib/mozilla/plugins \
 xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=${pkgdir} install
+DESTDIR=$pkgdir install
 
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
 }



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 04:41:26
  Author: ibiru
Revision: 140588

added pyxdg to optdepends and add a better description for browser plugin. 
FS#26423 FS#26451

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 08:15:19 UTC (rev 140587)
+++ PKGBUILD2011-10-17 08:41:26 UTC (rev 140588)
@@ -41,7 +41,8 @@
   'libepc: Publish Playlist plugin'
   'libgdata: YouTube Browser plugin'
   'bluez: Bemused plugin'
-  'grilo-plugins: Browse sidebar (remote media)')
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install
@@ -56,7 +57,7 @@
 }
 
 package_totem-plugin() {
-  pkgdesc=Totem mozilla/firefox plugin
+  pkgdesc=Totem plugin for web browsers
   depends=(totem=${pkgver})
 
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 09:03:02
  Author: heftig
Revision: 140610

3.2.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:53:24 UTC (rev 140609)
+++ PKGBUILD2011-10-17 13:03:02 UTC (rev 140610)
@@ -3,8 +3,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
  'libepc' 'bluez' 'vala' 'grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('97277b6746bdbfa7de185fa20602bfb5c72b77169f346311001d4013a93f9139')
+sha256sums=('e3af3281bdeaf4c7f9594b090087657b06c98e96212b11531269e2ee40a4')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-09-30 Thread Ionut Biru
Date: Friday, September 30, 2011 @ 07:45:08
  Author: ibiru
Revision: 139154

libepc 0.4.1 rebuild

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-30 11:29:30 UTC (rev 139153)
+++ PKGBUILD2011-09-30 11:45:08 UTC (rev 139154)
@@ -4,7 +4,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 09:36:45
  Author: ibiru
Revision: 138643

update to 3.2.0

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 13:30:49 UTC (rev 138642)
+++ PKGBUILD2011-09-27 13:36:45 UTC (rev 138643)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.1.92
+pkgver=3.2.0
 pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
@@ -16,14 +16,11 @@
 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')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('97277b6746bdbfa7de185fa20602bfb5c72b77169f346311001d4013a93f9139')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
-  patch -Np1 -i ${srcdir}/convert.patch
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/totem \



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-09-23 Thread Jan Steffens
Date: Friday, September 23, 2011 @ 05:42:43
  Author: heftig
Revision: 138440

change optdep

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-23 09:37:28 UTC (rev 138439)
+++ PKGBUILD2011-09-23 09:42:43 UTC (rev 138440)
@@ -44,7 +44,7 @@
   'libepc: Publish Playlist plugin'
   'libgdata: YouTube Browser plugin'
   'bluez: Bemused plugin'
-  'grilo: Grilo plugin')
+  'grilo-plugins: Browse sidebar (remote media)'
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-09-23 Thread Jan Steffens
Date: Friday, September 23, 2011 @ 05:43:11
  Author: heftig
Revision: 138441

oops

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-23 09:42:43 UTC (rev 138440)
+++ PKGBUILD2011-09-23 09:43:11 UTC (rev 138441)
@@ -44,7 +44,7 @@
   'libepc: Publish Playlist plugin'
   'libgdata: YouTube Browser plugin'
   'bluez: Bemused plugin'
-  'grilo-plugins: Browse sidebar (remote media)'
+  'grilo-plugins: Browse sidebar (remote media)')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-09-21 Thread Ionut Biru
Date: Wednesday, September 21, 2011 @ 17:29:00
  Author: ibiru
Revision: 138409

updatet o 3.1.92

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-21 16:18:20 UTC (rev 138408)
+++ PKGBUILD2011-09-21 21:29:00 UTC (rev 138409)
@@ -3,8 +3,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.1.91
-pkgrel=2
+pkgver=3.1.92
+pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
@@ -16,11 +16,14 @@
 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')
+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 \
@@ -53,9 +56,6 @@
 
$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() {



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-09-20 Thread Ionut Biru
Date: Tuesday, September 20, 2011 @ 10:25:50
  Author: ibiru
Revision: 138350

rebuild cogl 1.8.0

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-20 14:19:11 UTC (rev 138349)
+++ PKGBUILD2011-09-20 14:25:50 UTC (rev 138350)
@@ -4,7 +4,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.1.91
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
@@ -53,6 +53,9 @@
 
$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() {



[arch-commits] Commit in totem/trunk (PKGBUILD)

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

update to 3.1.91

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 16:48:56 UTC (rev 137931)
+++ PKGBUILD2011-09-12 17:09:13 UTC (rev 137932)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.1.4
+pkgver=3.1.91
 pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
@@ -13,11 +13,11 @@
  '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'
+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=('46b9c1cf136de90ed649ca6ff636a63aa452c9724e137e983ba4e3250fa35749')
+sha256sums=('7a1d7f63c3a97ce1f074801c5164b2dc553bf69e582180b52432dd0c67186d11')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD fix_crash.patch)

2011-09-02 Thread Jan Steffens
Date: Friday, September 2, 2011 @ 14:00:45
  Author: heftig
Revision: 136904

totem work, not finished

Modified:
  totem/trunk/PKGBUILD
Deleted:
  totem/trunk/fix_crash.patch

-+
 PKGBUILD|   42 --
 fix_crash.patch |   30 --
 2 files changed, 20 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-02 17:56:32 UTC (rev 136903)
+++ PKGBUILD2011-09-02 18:00:45 UTC (rev 136904)
@@ -3,35 +3,35 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.0.1
-pkgrel=3
+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')
-makedepends=('intltool' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'totem-plparser'
-'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 
'desktop-file-utils' 'iso-codes' 'libgdata'
-'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
+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' 
'grilo' 'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject2' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
+ 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
-   fix_crash.patch)
-sha256sums=('013b6cfedac6ff264aa27de7346597d0b8da7f4ed1f91b2c966a13d3fdff679a'
-'65125a0b8a1fd7f8840b2b7528de3bc553689e224a9aa3fd2c459918ab6f1f1c')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('46b9c1cf136de90ed649ca6ff636a63aa452c9724e137e983ba4e3250fa35749')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/fix_crash.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/totem \
-  --localstatedir=/var --disable-static \
-  --enable-python --enable-nautilus \
-  --with-dbus --disable-scrollkeeper
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
   make
 }
 
 package_totem() {
-  pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-  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')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
@@ -45,8 +45,8 @@
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  rm -rf ${pkgdir}/usr/lib/mozilla
-  rm -f ${pkgdir}/usr/lib/totem/totem-plugin-viewer
+  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}
@@ -64,7 +64,5 @@
 xptdir=/usr/lib/mozilla/plugins \
 DESTDIR=${pkgdir} install
 
-  rm -rf ${pkgdir}/usr/share
-
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
 }

Deleted: fix_crash.patch
===
--- fix_crash.patch 2011-09-02 17:56:32 UTC (rev 136903)
+++ fix_crash.patch 2011-09-02 18:00:45 UTC (rev 136904)
@@ -1,30 +0,0 @@
-From cee6399c1de27e5ccae35975aaae4fd7cfa40c2c Mon Sep 17 00:00:00 2001
-From: Marcel van den Hof marcel...@gmail.com
-Date: Sun, 29 May 2011 23:45:36 +0100
-Subject: [PATCH] Fix segfault in Bemused plugin
-
-If bluetoothd is not running sdp_connect() returns a null value which
-will cause the plugin to segfault.
-
-This patch adds a check for a possible null value from sdp_connect().

- src/plugins/bemused/totem-bemused.c |3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/src/plugins/bemused/totem-bemused.c 
b/src/plugins/bemused/totem-bemused.c
-index 584b4d3..c51a0ee 100644
 a/src/plugins/bemused/totem-bemused.c
-+++ b/src/plugins/bemused/totem-bemused.c
-@@ -655,7 +655,8 @@ sdp_svc_add_spp(u_int8_t port,
- 
-   /* Connect to the local SDP server, register the service record */
-   session = sdp_connect (BDADDR_ANY, BDADDR_LOCAL, 0);
--  sdp_record_register (session, record, 0);
-+  if (session != NULL)
-+  sdp_record_register (session, record, 0);
- 
-   /* Cleanup */
-   sdp_data_free (channel);
--- 
-1.7.5.2
-


[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-09-02 Thread Jan Steffens
Date: Friday, September 2, 2011 @ 14:03:15
  Author: heftig
Revision: 136905

Grilo is optional, needs a better description

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-02 18:00:45 UTC (rev 136904)
+++ PKGBUILD2011-09-02 18:03:15 UTC (rev 136905)
@@ -11,10 +11,10 @@
 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' 
'grilo' 'clutter-gst'
+ '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')
+ 'libepc' 'bluez' 'vala' 'grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
 sha256sums=('46b9c1cf136de90ed649ca6ff636a63aa452c9724e137e983ba4e3250fa35749')
@@ -40,7 +40,8 @@
   'lirc-utils: Infrared Remote Control plugin'
   'libepc: Publish Playlist plugin'
   'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin')
+  'bluez: Bemused plugin'
+  'grilo: Grilo plugin')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in totem/trunk (PKGBUILD fix_crash.patch)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:41:13
  Author: ibiru
Revision: 127845

fix crasher. FS#24479

Added:
  totem/trunk/fix_crash.patch
Modified:
  totem/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 fix_crash.patch |   30 ++
 2 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 19:22:07 UTC (rev 127844)
+++ PKGBUILD2011-06-18 19:41:13 UTC (rev 127845)
@@ -4,7 +4,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
@@ -12,11 +12,15 @@
 'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 
'desktop-file-utils' 'iso-codes' 'libgdata'
 'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('013b6cfedac6ff264aa27de7346597d0b8da7f4ed1f91b2c966a13d3fdff679a')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
+   fix_crash.patch)
+sha256sums=('013b6cfedac6ff264aa27de7346597d0b8da7f4ed1f91b2c966a13d3fdff679a'
+'65125a0b8a1fd7f8840b2b7528de3bc553689e224a9aa3fd2c459918ab6f1f1c')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/fix_crash.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/totem \
   --localstatedir=/var --disable-static \

Added: fix_crash.patch
===
--- fix_crash.patch (rev 0)
+++ fix_crash.patch 2011-06-18 19:41:13 UTC (rev 127845)
@@ -0,0 +1,30 @@
+From cee6399c1de27e5ccae35975aaae4fd7cfa40c2c Mon Sep 17 00:00:00 2001
+From: Marcel van den Hof marcel...@gmail.com
+Date: Sun, 29 May 2011 23:45:36 +0100
+Subject: [PATCH] Fix segfault in Bemused plugin
+
+If bluetoothd is not running sdp_connect() returns a null value which
+will cause the plugin to segfault.
+
+This patch adds a check for a possible null value from sdp_connect().
+---
+ src/plugins/bemused/totem-bemused.c |3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/src/plugins/bemused/totem-bemused.c 
b/src/plugins/bemused/totem-bemused.c
+index 584b4d3..c51a0ee 100644
+--- a/src/plugins/bemused/totem-bemused.c
 b/src/plugins/bemused/totem-bemused.c
+@@ -655,7 +655,8 @@ sdp_svc_add_spp(u_int8_t port,
+ 
+   /* Connect to the local SDP server, register the service record */
+   session = sdp_connect (BDADDR_ANY, BDADDR_LOCAL, 0);
+-  sdp_record_register (session, record, 0);
++  if (session != NULL)
++  sdp_record_register (session, record, 0);
+ 
+   /* Cleanup */
+   sdp_data_free (channel);
+-- 
+1.7.5.2
+



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 12:47:44
  Author: ibiru
Revision: 125547

add dconf as dependency

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-26 16:41:07 UTC (rev 125546)
+++ PKGBUILD2011-05-26 16:47:44 UTC (rev 125547)
@@ -4,7 +4,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
@@ -27,7 +27,7 @@
 
 package_totem() {
   pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-  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')
+  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')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 14:45:59
  Author: ibiru
Revision: 125563

fix url

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-26 18:19:52 UTC (rev 125562)
+++ PKGBUILD2011-05-26 18:45:59 UTC (rev 125563)
@@ -5,7 +5,7 @@
 pkgname=('totem' 'totem-plugin')
 pkgver=3.0.1
 pkgrel=2
-url=http://www.hadess.net/totem.php3;
+url=http://www.gnome.org;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
 makedepends=('intltool' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'totem-plparser'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-04-26 Thread Jan Steffens
Date: Tuesday, April 26, 2011 @ 07:04:01
  Author: heftig
Revision: 120757

upgpkg: totem 3.0.1-1
Update to 3.0.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-26 11:03:50 UTC (rev 120756)
+++ PKGBUILD2011-04-26 11:04:01 UTC (rev 120757)
@@ -3,8 +3,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
@@ -13,7 +13,7 @@
 'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('cfcd884d73ee7ac7a2ffd1c1191314d76fa738494621985ab865c47002cb481d')
+sha256sums=('013b6cfedac6ff264aa27de7346597d0b8da7f4ed1f91b2c966a13d3fdff679a')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-04-11 Thread Ionut Biru
Date: Monday, April 11, 2011 @ 07:48:41
  Author: ibiru
Revision: 119221

upgpkg: totem 3.0.0-2
add gsettings-desktop-schemas as dependency. FS#23670

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-11 11:19:53 UTC (rev 119220)
+++ PKGBUILD2011-04-11 11:48:41 UTC (rev 119221)
@@ -4,7 +4,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
@@ -27,7 +27,7 @@
 
 package_totem() {
   pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-  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')
+  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')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 12:18:24
  Author: ibiru
Revision: 117683

upgpkg: totem 3.0.0-1
update to 3.0.0

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 16:09:54 UTC (rev 117682)
+++ PKGBUILD2011-04-04 16:18:24 UTC (rev 117683)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.91.93
+pkgver=3.0.0
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d7a6368135e83a69ba9388e43bf7130be793c3626be1f1cffb0f0df763e2d412')
+sha256sums=('cfcd884d73ee7ac7a2ffd1c1191314d76fa738494621985ab865c47002cb481d')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-03-28 Thread Ionut Biru
Date: Monday, March 28, 2011 @ 07:23:07
  Author: ibiru
Revision: 117054

upgpkg: totem 2.91.93-1
updateto 2.91.93

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-28 11:13:35 UTC (rev 117053)
+++ PKGBUILD2011-03-28 11:23:07 UTC (rev 117054)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.91.92
+pkgver=2.91.93
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('7f9ebde8fc41ed5bd5a95585603c9a4764f84afd2eb6ce8d9889bc45e03e1971')
+sha256sums=('d7a6368135e83a69ba9388e43bf7130be793c3626be1f1cffb0f0df763e2d412')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 14:24:16
  Author: heftig
Revision: 116086

upgpkg: totem 2.91.92-1
Update to 2.91.92

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 18:22:08 UTC (rev 116085)
+++ PKGBUILD2011-03-22 18:24:16 UTC (rev 116086)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.91.91
+pkgver=2.91.92
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d9fe76de07e2f8ef98c5635d2bd780f140ca0681c3f6db37a494b921597fb297')
+sha256sums=('7f9ebde8fc41ed5bd5a95585603c9a4764f84afd2eb6ce8d9889bc45e03e1971')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -64,4 +64,3 @@
 
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
 }
-



[arch-commits] Commit in totem/trunk (PKGBUILD totem.install)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 11:29:37
  Author: heftig
Revision: 113861

upgpkg: totem 2.91.91-1
Update to 2.91.91

Modified:
  totem/trunk/PKGBUILD
  totem/trunk/totem.install

---+
 PKGBUILD  |   28 +---
 totem.install |   19 ++-
 2 files changed, 19 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 16:05:09 UTC (rev 113860)
+++ PKGBUILD2011-03-10 16:29:37 UTC (rev 113861)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.91.7
+pkgver=2.91.91
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 
'desktop-file-utils' 'iso-codes' 'libgdata'
 'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.91/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('be8259b306d3def99341b8cf3eef7acdf813ea71286d89dc1eeed8b7f74b8c53')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('d9fe76de07e2f8ef98c5635d2bd780f140ca0681c3f6db37a494b921597fb297')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -27,7 +27,7 @@
 
 package_totem() {
   pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 
'python2' 'libpeas')
+  depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 
'python2' 'libpeas' 'hicolor-icon-theme')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
@@ -39,31 +39,29 @@
   'bluez: Bemused plugin')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 
   rm -rf ${pkgdir}/usr/lib/mozilla
   rm -f ${pkgdir}/usr/lib/totem/totem-plugin-viewer
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain totem ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-
   sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
 
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
 
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem/COPYING
 }
 
 package_totem-plugin() {
   pkgdesc=Totem mozilla/firefox plugin
   depends=(totem=${pkgver})
 
-  cd ${srcdir}/${pkgbase}-${pkgver}/browser-plugin
-  make plugindir=/usr/lib/mozilla/plugins \
-  xptdir=/usr/lib/mozilla/plugins \
-  DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR=${pkgdir} install
 
   rm -rf ${pkgdir}/usr/share
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/totem-plugin/COPYING
 }
 

Modified: totem.install
===
--- totem.install   2011-03-10 16:05:09 UTC (rev 113860)
+++ totem.install   2011-03-10 16:29:37 UTC (rev 113861)
@@ -1,26 +1,19 @@
-pkgname=totem
-
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  glib-compile-schemas usr/share/glib-2.0/schemas
+  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
 }
 
 pre_upgrade() {
-  pre_remove $1
+  if (( $(vercmp $2 2.91.91)  0 )); then
+usr/sbin/gconfpkg --uninstall totem
+  fi
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  update-desktop-database -q
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }



[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 12:37:33
  Author: ibiru
Revision: 113879

add symbolic icon theme to dependency

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 17:25:48 UTC (rev 113878)
+++ PKGBUILD2011-03-10 17:37:33 UTC (rev 113879)
@@ -27,7 +27,7 @@
 
 package_totem() {
   pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 
'python2' 'libpeas' 'hicolor-icon-theme')
+  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')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD totem.install)

2011-02-27 Thread Ionut Biru
Date: Sunday, February 27, 2011 @ 14:26:51
  Author: ibiru
Revision: 111580

upgpkg: totem 2.91.7-1
update to 2.91.7

Modified:
  totem/trunk/PKGBUILD
  totem/trunk/totem.install

---+
 PKGBUILD  |   33 +++--
 totem.install |2 ++
 2 files changed, 13 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-27 18:56:29 UTC (rev 111579)
+++ PKGBUILD2011-02-27 19:26:51 UTC (rev 111580)
@@ -3,16 +3,17 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.32.0
-pkgrel=3
+pkgver=2.91.7
+pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.32.0' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 'python2' 
'libgdata=0.6.4' 'nautilus=2.32.0' 'xulrunner=1.9.2' 'pkgconfig' 
'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.32.0' 'intltool' 'pygtk=2.22.0')
-
+makedepends=('intltool' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'totem-plparser'
+'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 
'desktop-file-utils' 'iso-codes' 'libgdata'
+'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.32/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('982d6aaeca3e4844694fc0a2540d792bea753e24b55cf33203188b32b5914f47')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.91/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('be8259b306d3def99341b8cf3eef7acdf813ea71286d89dc1eeed8b7f74b8c53')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -25,33 +26,21 @@
 }
 
 package_totem() {
-  pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.32.0' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python2' 'libunique=1.1.6')
+  pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+  depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 
'python2' 'libpeas')
   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'
-  'httplib2: BBC iPlayer plugin'
-  'python-feedparser: BBC iPlayer plugin'
-  'beautiful-soup: BBC iPlayer plugin'
-  'coherence: Coherence DLNA/UPnP Client plugin'
-  'dbus-python: D-Bus Service plugin'
-  'gromit: Gromit Annotations plugin'
   'lirc-utils: Infrared Remote Control plugin'
   'libepc: Publish Playlist plugin'
-  'pyxdg: Subtitle Downloader plugin'
   'libgdata: YouTube Browser plugin'
-  'gnome-python: Subtitle plugin')
-  conflicts=('totem-xine')
-  replaces=('totem-xine')
+  'bluez: Bemused plugin')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
 
-  rm -f ${pkgdir}/usr/share/totem/vanity.*
-  rm -f ${pkgdir}/usr/share/pixmaps/vanity.png
-
   rm -rf ${pkgdir}/usr/lib/mozilla
   rm -f ${pkgdir}/usr/lib/totem/totem-plugin-viewer
 
@@ -68,7 +57,7 @@
 
 package_totem-plugin() {
   pkgdesc=Totem mozilla/firefox plugin
-  depends=totem=${pkgver}
+  depends=(totem=${pkgver})
 
   cd ${srcdir}/${pkgbase}-${pkgver}/browser-plugin
   make plugindir=/usr/lib/mozilla/plugins \

Modified: totem.install
===
--- totem.install   2011-02-27 18:56:29 UTC (rev 111579)
+++ totem.install   2011-02-27 19:26:51 UTC (rev 111580)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  glib-compile-schemas usr/share/glib-2.0/schemas
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
@@ -20,5 +21,6 @@
 
 post_remove() {
   update-desktop-database -q
+  glib-compile-schemas usr/share/glib-2.0/schemas
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-10-19 Thread Ionut Biru
Date: Tuesday, October 19, 2010 @ 16:31:32
  Author: ibiru
Revision: 96293

upgpkg: totem 2.32.0-3
pygtk rebuild

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-19 19:58:48 UTC (rev 96292)
+++ PKGBUILD2010-10-19 20:31:32 UTC (rev 96293)
@@ -4,11 +4,11 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=2.32.0
-pkgrel=2
+pkgrel=3
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 'python2' 
'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 'pkgconfig' 
'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.31.92' 'intltool' 'pygtk=2.22.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.32.0' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 'python2' 
'libgdata=0.6.4' 'nautilus=2.32.0' 'xulrunner=1.9.2' 'pkgconfig' 
'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.32.0' 'intltool' 'pygtk=2.22.0')
 
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.32/${pkgbase}-${pkgver}.tar.bz2)
@@ -26,7 +26,7 @@
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python2' 'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.32.0' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python2' 'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-10-01 Thread Allan McRae
Date: Friday, October 1, 2010 @ 10:09:46
  Author: allan
Revision: 92856

upgpkg: totem 2.32.0-2
python2 rebuild

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-01 14:08:04 UTC (rev 92855)
+++ PKGBUILD2010-10-01 14:09:46 UTC (rev 92856)
@@ -4,11 +4,11 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.31.92' 'intltool' 'pygtk=2.22.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 'python2' 
'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 'pkgconfig' 
'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.31.92' 'intltool' 'pygtk=2.22.0')
 
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.32/${pkgbase}-${pkgver}.tar.bz2)
@@ -26,7 +26,7 @@
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python2' 'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
@@ -59,6 +59,9 @@
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain totem ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
+
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
+
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
 }



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 05:40:11
  Author: ibiru
Revision: 91494

upgpkg: totem 2.31.92.2-1
update to 2.31.92

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 09:40:08 UTC (rev 91493)
+++ PKGBUILD2010-09-27 09:40:11 UTC (rev 91494)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.30.2
+pkgver=2.31.92.2
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.29' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.30.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.30.1' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.31.92' 'intltool' 'pygtk=2.22.0')
 
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.30/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('c50da5479c57b2791c3c1bfc05f815d5ee06082fcd1bacc49f4d88c11ed02b6d')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.31/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('5ce1db5f0e035a6eb433d12372c32e028d0dbb3a85ac2aafd9972c0134bc498f')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -20,13 +20,13 @@
   --libexecdir=/usr/lib/totem \
   --localstatedir=/var --disable-static \
   --enable-python --enable-nautilus \
-  --with-dbus --disable-scrollkeeper || return 1
-  make || return 1
+  --with-dbus --disable-scrollkeeper
+  make
 }
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.29' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.30.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
@@ -47,20 +47,20 @@
   replaces=('totem-xine')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
 
   rm -f ${pkgdir}/usr/share/totem/vanity.*
   rm -f ${pkgdir}/usr/share/pixmaps/vanity.png
 
   rm -rf ${pkgdir}/usr/lib/mozilla
-  rm -f ${pkgdir}/usr/lib/totem/totem-plugin-viewer || return 1
+  rm -f ${pkgdir}/usr/lib/totem/totem-plugin-viewer
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain totem ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain totem ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
 }
 
 package_totem-plugin() {
@@ -70,7 +70,7 @@
   cd ${srcdir}/${pkgbase}-${pkgver}/browser-plugin
   make plugindir=/usr/lib/mozilla/plugins \
   xptdir=/usr/lib/mozilla/plugins \
-  DESTDIR=${pkgdir} install || return 1
+  DESTDIR=${pkgdir} install
 
   rm -rf ${pkgdir}/usr/share
 }



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 11:30:37
  Author: ibiru
Revision: 91647

update to 2.32

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 15:19:11 UTC (rev 91646)
+++ PKGBUILD2010-09-27 15:30:37 UTC (rev 91647)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.31.92.2
+pkgver=2.32.0
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 makedepends=('gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.31.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.31.92' 'intltool' 'pygtk=2.22.0')
 
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.31/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('5ce1db5f0e035a6eb433d12372c32e028d0dbb3a85ac2aafd9972c0134bc498f')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.32/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('982d6aaeca3e4844694fc0a2540d792bea753e24b55cf33203188b32b5914f47')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-07-03 Thread Ionut Biru
Date: Saturday, July 3, 2010 @ 17:39:27
  Author: ibiru
Revision: 84744

add gnome-python  to optdepends. FS#20050

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-03 20:36:16 UTC (rev 84743)
+++ PKGBUILD2010-07-03 21:39:27 UTC (rev 84744)
@@ -41,7 +41,8 @@
   'lirc-utils: Infrared Remote Control plugin'
   'libepc: Publish Playlist plugin'
   'pyxdg: Subtitle Downloader plugin'
-  'libgdata: YouTube Browser plugin')
+  'libgdata: YouTube Browser plugin'
+  'gnome-python: Subtitle plugin')
   conflicts=('totem-xine')
   replaces=('totem-xine')
 



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-05-12 Thread Ionut Biru
Date: Wednesday, May 12, 2010 @ 14:37:34
  Author: ibiru
Revision: 80137

upgpkg: totem 2.30.2-1
update to 2.30.2

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-12 18:37:23 UTC (rev 80136)
+++ PKGBUILD2010-05-12 18:37:34 UTC (rev 80137)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.30.1
+pkgver=2.30.2
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.29' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.30.0' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.30.1' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.29' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.30.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.30.1' 'intltool' 'pygtk=2.16.0')
 
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.30/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('b6ad5ca26de437d24ca919357154b67d95d27dbebaa292ab7b66cc64e574eff7')
+sha256sums=('c50da5479c57b2791c3c1bfc05f815d5ee06082fcd1bacc49f4d88c11ed02b6d')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -26,7 +26,7 @@
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.29' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.30.0' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.29' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.30.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-05-06 Thread Ionut Biru
Date: Thursday, May 6, 2010 @ 09:49:19
  Author: ibiru
Revision: 79757

upgpkg: totem 2.30.1-1
update to 2.30.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-06 13:40:12 UTC (rev 79756)
+++ PKGBUILD2010-05-06 13:49:19 UTC (rev 79757)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.30.0
+pkgver=2.30.1
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.30' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.3' 'nautilus=2.29.91' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.62' 'lirc-utils' 'gnome-doc-utils=0.20' 
'gnome-control-center=2.30' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.29' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.30.0' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.4' 'nautilus=2.30.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.64' 'lirc-utils' 'gnome-doc-utils=0.20.1' 
'gnome-control-center=2.30.1' 'intltool' 'pygtk=2.16.0')
 
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.30/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('9d8edd266bd2546e4c8034de1196b79855e24a3634d05cc4f8a07fd3edc7b1af')
+sha256sums=('b6ad5ca26de437d24ca919357154b67d95d27dbebaa292ab7b66cc64e574eff7')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -26,7 +26,7 @@
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.30' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.29' 
'gstreamer0.10-good-plugins=0.10.22' 'totem-plparser=2.30.0' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-03-29 Thread Ionut Biru
Date: Monday, March 29, 2010 @ 16:51:02
  Author: ibiru
Revision: 74017

update to 2.30.0

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-29 20:24:54 UTC (rev 74016)
+++ PKGBUILD2010-03-29 20:51:02 UTC (rev 74017)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.29.92
+pkgver=2.30.0
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.3' 'nautilus=2.29.91' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.62' 'lirc-utils' 'gnome-doc-utils=0.19.5' 
'gnome-control-center=2.29.91' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.30' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.3' 'nautilus=2.29.91' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.62' 'lirc-utils' 'gnome-doc-utils=0.20' 
'gnome-control-center=2.30' 'intltool' 'pygtk=2.16.0')
 
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.29/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('a8faa457a0236d813520295b450d9d56f4adaf9a4e1e7ff1ec7a113cf55090bb')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.30/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('9d8edd266bd2546e4c8034de1196b79855e24a3634d05cc4f8a07fd3edc7b1af')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -26,7 +26,7 @@
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.30' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:40:07
  Author: ibiru
Revision: 72952

update to 2.29.92

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:39:04 UTC (rev 72951)
+++ PKGBUILD2010-03-21 16:40:07 UTC (rev 72952)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.29.91
+pkgver=2.29.92
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.2' 'nautilus=2.29.91' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.61' 'lirc-utils' 'gnome-doc-utils=0.19.5' 
'gnome-control-center=2.29.91' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.3' 'nautilus=2.29.91' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.62' 'lirc-utils' 'gnome-doc-utils=0.19.5' 
'gnome-control-center=2.29.91' 'intltool' 'pygtk=2.16.0')
 
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.29/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('f91f6ca726e3128cc48072f220b9da892f26cbfa253554b39beff01e95c7d378')
+sha256sums=('a8faa457a0236d813520295b450d9d56f4adaf9a4e1e7ff1ec7a113cf55090bb')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -26,7 +26,7 @@
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.92' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'python=2.6' 
'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 13:43:17
  Author: ibiru
Revision: 70258

update to 2.29.91

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 18:36:12 UTC (rev 70257)
+++ PKGBUILD2010-02-25 18:43:17 UTC (rev 70258)
@@ -3,16 +3,16 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.29.4
-pkgrel=2
+pkgver=2.29.91
+pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.2' 'nautilus=2.29.90' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.60' 'lirc-utils' 'gnome-doc-utils=0.18.1' 
'gnome-control-center=2.29.90' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.6.2' 'nautilus=2.29.91' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.61' 'lirc-utils' 'gnome-doc-utils=0.19.5' 
'gnome-control-center=2.29.91' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
 
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.29/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('04f6fe7fdeb75d2151b5556558b7f8edaa73cfd0ae68fc26b9065848563d9c95')
+sha256sums=('f91f6ca726e3128cc48072f220b9da892f26cbfa253554b39beff01e95c7d378')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-02-13 Thread Jan de Groot
Date: Saturday, February 13, 2010 @ 15:17:02
  Author: jgc
Revision: 68650

upgpkg: totem 2.29.4-1
Update to 2.29.4

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-13 20:04:32 UTC (rev 68649)
+++ PKGBUILD2010-02-13 20:17:02 UTC (rev 68650)
@@ -3,15 +3,15 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.28.5
-pkgrel=2
+pkgver=2.29.4
+pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.25' 
'gstreamer0.10-good-plugins=0.10.16' 'totem-plparser=2.28.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.4.0' 'nautilus=2.28.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.57' 'lirc-utils' 'gnome-doc-utils=0.18.1' 
'gnome-control-center=2.28.1' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.4.0' 'nautilus=2.29.90' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.60' 'lirc-utils' 'gnome-doc-utils=0.18.1' 
'gnome-control-center=2.29.90' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.28/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('c788bb314addbeeb2b27a2af0f7448752db22dcfaf8b0a4e704463ba9a9dc063')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.29/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('04f6fe7fdeb75d2151b5556558b7f8edaa73cfd0ae68fc26b9065848563d9c95')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -25,7 +25,7 @@
 
 package_totem() {
   pkgdesc=A GNOME2 integrated movie player based on Gstreamer.
-  depends=('gstreamer0.10-base-plugins=0.10.25' 
'gstreamer0.10-good-plugins=0.10.16' 'totem-plparser=2.28.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6'  'libgdata=0.4.0' 'libunique=1.1.6')
+  depends=('gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'totem-plparser=2.29.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6'  'libgdata=0.4.0' 'libunique=1.1.6')
   groups=('gnome-extra')
   install=totem.install
   optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'



[arch-commits] Commit in totem/trunk (PKGBUILD)

2010-01-22 Thread Ionut Biru
Date: Friday, January 22, 2010 @ 11:30:55
  Author: ibiru
Revision: 64879

upgpkg: totem 2.28.5-2
rebuild agaisnt xulrunner 1.9.2

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-22 16:29:45 UTC (rev 64878)
+++ PKGBUILD2010-01-22 16:30:55 UTC (rev 64879)
@@ -4,11 +4,11 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=2.28.5
-pkgrel=1
+pkgrel=2
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
-makedepends=('gstreamer0.10-base-plugins=0.10.25' 
'gstreamer0.10-good-plugins=0.10.16' 'totem-plparser=2.28.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.4.0' 'nautilus=2.28.1' 'xulrunner=1.9.1' 
'pkgconfig' 'bluez=4.57' 'lirc-utils' 'gnome-doc-utils=0.18.1' 
'gnome-control-center=2.28.1' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
+makedepends=('gstreamer0.10-base-plugins=0.10.25' 
'gstreamer0.10-good-plugins=0.10.16' 'totem-plparser=2.28.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.4.0' 'nautilus=2.28.1' 'xulrunner=1.9.2' 
'pkgconfig' 'bluez=4.57' 'lirc-utils' 'gnome-doc-utils=0.18.1' 
'gnome-control-center=2.28.1' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.28/${pkgbase}-${pkgver}.tar.bz2)
 sha256sums=('c788bb314addbeeb2b27a2af0f7448752db22dcfaf8b0a4e704463ba9a9dc063')



[arch-commits] Commit in totem/trunk (PKGBUILD)

2009-12-26 Thread Jan de Groot
Date: Saturday, December 26, 2009 @ 13:45:27
  Author: jgc
Revision: 61843

upgpkg: totem 2.28.5-1
Update to 2.28.5

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-26 18:42:53 UTC (rev 61842)
+++ PKGBUILD2009-12-26 18:45:27 UTC (rev 61843)
@@ -3,7 +3,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.28.4
+pkgver=2.28.5
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 makedepends=('gstreamer0.10-base-plugins=0.10.25' 
'gstreamer0.10-good-plugins=0.10.16' 'totem-plparser=2.28.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.4.0' 'nautilus=2.28.1' 'xulrunner=1.9.1' 
'pkgconfig' 'bluez=4.57' 'lirc-utils' 'gnome-doc-utils=0.18.1' 
'gnome-control-center=2.28.1' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.28/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('ac1f9091450e2dde2887dd7176183341fcea5adc4b6cee6887342837f2a6e17e')
+sha256sums=('c788bb314addbeeb2b27a2af0f7448752db22dcfaf8b0a4e704463ba9a9dc063')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in totem/trunk (PKGBUILD)

2009-11-18 Thread Ionut Biru
Date: Wednesday, November 18, 2009 @ 13:49:40
  Author: ibiru
Revision: 58985

upgpkg: totem 2.28.3-1
new ver

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-18 18:41:52 UTC (rev 58984)
+++ PKGBUILD2009-11-18 18:49:40 UTC (rev 58985)
@@ -3,15 +3,15 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=2.28.2
+pkgver=2.28.3
 pkgrel=1
 url=http://www.hadess.net/totem.php3;
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
 makedepends=('gstreamer0.10-base-plugins=0.10.25' 
'gstreamer0.10-good-plugins=0.10.16' 'totem-plparser=2.28.1' 'libxxf86vm' 
'libxtst' 'desktop-file-utils' 'iso-codes=3.10.1' 'libepc=0.3.10' 
'python=2.6' 'libgdata=0.4.0' 'nautilus=2.28.0' 'xulrunner=1.9.1' 
'pkgconfig' 'bluez=4.54' 'lirc-utils' 'gnome-doc-utils=0.18.0' 
'gnome-control-center=2.28.0' 'libtracker=0.6.95' 'intltool' 'pygtk=2.16.0')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.28/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('7abaa51e852161cc806b8a4871dfd00778f89914b1e8a06aac3359070f9b1ca6')
+sha256sums=('f709041c44eafab1850033609ce3bfa41e3748a19591494d4113d814a802877e')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}