[arch-commits] Commit in totem/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-04 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 21:09:01
  Author: heftig
Revision: 363812

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 363809, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:09:00 UTC (rev 363811)
+++ PKGBUILD2019-10-04 21:09:01 UTC (rev 363812)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.34.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)
-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'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 363809, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:09:01 UTC (rev 363812)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.34.1
+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)
+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'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


[arch-commits] Commit in totem/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-12 Thread Jan Steffens via arch-commits
Date: Friday, July 12, 2019 @ 11:16:23
  Author: heftig
Revision: 357774

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 357773, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-12 11:15:29 UTC (rev 357773)
+++ PKGBUILD2019-07-12 11:16:23 UTC (rev 357774)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.32.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)
-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'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 357773, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-12 11:16:23 UTC (rev 357774)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.32.1
+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)
+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'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


[arch-commits] Commit in totem/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 348115, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 21:22:05 UTC (rev 348115)
+++ PKGBUILD2019-03-14 21:22:11 UTC (rev 348116)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.30.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)
-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'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 348115, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 21:22:11 UTC (rev 348116)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.32.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)
+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'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


[arch-commits] Commit in totem/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 341599, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  103 ++---
 1 file changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 00:23:48 UTC (rev 341602)
+++ PKGBUILD2018-12-12 00:23:55 UTC (rev 341603)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.26.2
-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)
-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'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 341599, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 00:23:55 UTC (rev 341603)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.30.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)
+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'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


[arch-commits] Commit in totem/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:45:23
  Author: heftig
Revision: 329515

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 329514, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 13:45:03 UTC (rev 329514)
+++ PKGBUILD2018-07-24 13:45:23 UTC (rev 329515)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.26.1
-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)
-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'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_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')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 329514, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 13:45:23 UTC (rev 329515)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.26.2
+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)
+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'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


[arch-commits] Commit in totem/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-15 Thread Jan Steffens via arch-commits
Date: Friday, June 15, 2018 @ 11:56:30
  Author: heftig
Revision: 327002

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 327001, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-15 11:55:47 UTC (rev 327001)
+++ PKGBUILD2018-06-15 11:56:30 UTC (rev 327002)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-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;
-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)
-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'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-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;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 $pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 327001, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-15 11:56:30 UTC (rev 327002)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.26.1
+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)
+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'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_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')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}