[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:43:44
  Author: heftig
Revision: 403023

1.18.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:43:20 UTC (rev 403022)
+++ PKGBUILD2020-12-07 00:43:44 UTC (rev 403023)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - base plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -15,7 +15,7 @@
  gtk3 qt5-{base,tools,x11extras} clutter sdl2 glu)
 checkdepends=(xorg-server-xvfb)
 options=(!emptydirs)
-_commit=4013b8003e78971dd01b055066c12f8aaadb8897  # tags/1.18.1^0
+_commit=5203547110c6387d479b3a7588af2675a5b17ceb  # tags/1.18.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2020-10-27 Thread Jan Steffens via arch-commits
Date: Tuesday, October 27, 2020 @ 12:47:49
  Author: heftig
Revision: 398874

1.18.1-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 11:07:26 UTC (rev 398873)
+++ PKGBUILD2020-10-27 12:47:49 UTC (rev 398874)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="Multimedia graph framework - base plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -15,7 +15,7 @@
  gtk3 qt5-{base,tools,x11extras} clutter sdl2 glu)
 checkdepends=(xorg-server-xvfb)
 options=(!emptydirs)
-_commit=f21623c1f60949ed6a77e2c2c3857be942cd2db5  # tags/1.18.0^0
+_commit=4013b8003e78971dd01b055066c12f8aaadb8897  # tags/1.18.1^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2020-09-11 Thread Jan Steffens via arch-commits
Date: Friday, September 11, 2020 @ 23:44:41
  Author: heftig
Revision: 395785

1.18.0-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-11 23:40:02 UTC (rev 395784)
+++ PKGBUILD2020-09-11 23:44:41 UTC (rev 395785)
@@ -1,21 +1,21 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.16.2
-pkgrel=2
-pkgdesc="GStreamer open-source multimedia framework base plugins"
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Multimedia graph framework - base plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
 license=(LGPL)
 depends=(gstreamer orc libxv iso-codes libgudev mesa)
 makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus
- graphene libpng libjpeg gobject-introspection gtk-doc git meson
- gtk3 qt5-base clutter sdl glu)
+ graphene libpng libjpeg gobject-introspection git meson
+ gtk3 qt5-{base,tools,x11extras} clutter sdl2 glu)
 checkdepends=(xorg-server-xvfb)
 options=(!emptydirs)
-_commit=9d3581b2e6f12f0b7e790d1ebb63b90cf5b1ef4e  # tags/1.16.2^0
+_commit=f21623c1f60949ed6a77e2c2c3857be942cd2db5  # tags/1.18.0^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -30,6 +30,7 @@
 
 build() {
   arch-meson $pkgbase build \
+-D doc=disabled \
 -D tremor=disabled \
 -D gobject-cast-checks=disabled \
 -D package-name="GStreamer Base Plugins (Arch Linux)" \
@@ -41,11 +42,12 @@
   mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
   export XDG_RUNTIME_DIR
 
-  xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+meson test -C build --print-errorlogs
 )
 
 package_gst-plugins-base-libs() {
-  pkgdesc="${pkgdesc/plugins/libraries}"
+  pkgdesc="${pkgdesc% plugins}"
 
   DESTDIR="$pkgdir" meson install -C build
 


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:47:22
  Author: heftig
Revision: 387877

meson

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:47:01 UTC (rev 387876)
+++ PKGBUILD2020-05-29 21:47:22 UTC (rev 387877)
@@ -32,11 +32,9 @@
   arch-meson $pkgbase build \
 -D tremor=disabled \
 -D gobject-cast-checks=disabled \
--D glib-asserts=enabled \
--D glib-checks=enabled \
 -D package-name="GStreamer Base Plugins (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/";
-  ninja -C build
+  meson compile -C build
 }
 
 check() (


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 22:03:03
  Author: jgc
Revision: 383737

upgpkg: gst-plugins-base 1.16.2-2: Build with checks and asserts enabled. 
Documentation is wrong about these, they should be enabled on stable releases 
too (default is enabled, not auto)

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 21:47:07 UTC (rev 383736)
+++ PKGBUILD2020-05-15 22:03:03 UTC (rev 383737)
@@ -4,7 +4,7 @@
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
 pkgver=1.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer open-source multimedia framework base plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
@@ -32,8 +32,8 @@
   arch-meson $pkgbase build \
 -D tremor=disabled \
 -D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
+-D glib-asserts=enabled \
+-D glib-checks=enabled \
 -D package-name="GStreamer Base Plugins (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/";
   ninja -C build


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2020-01-17 Thread Jan Steffens via arch-commits
Date: Friday, January 17, 2020 @ 13:57:33
  Author: heftig
Revision: 373616

fix deps FS#62453

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-17 13:56:04 UTC (rev 373615)
+++ PKGBUILD2020-01-17 13:57:33 UTC (rev 373616)
@@ -10,9 +10,10 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(gstreamer orc libxv iso-codes libgudev mesa)
-makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg
- gobject-introspection gtk-doc git meson)
-checkdepends=(gtk3 qt5-base clutter sdl glu xorg-server-xvfb)
+makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus
+ graphene libpng libjpeg gobject-introspection gtk-doc git meson
+ gtk3 qt5-base clutter sdl glu)
+checkdepends=(xorg-server-xvfb)
 options=(!emptydirs)
 _commit=9d3581b2e6f12f0b7e790d1ebb63b90cf5b1ef4e  # tags/1.16.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";)


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2019-12-06 Thread Jan Steffens via arch-commits
Date: Friday, December 6, 2019 @ 20:18:57
  Author: heftig
Revision: 370488

1.16.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 20:18:41 UTC (rev 370487)
+++ PKGBUILD2019-12-06 20:18:57 UTC (rev 370488)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.16.1
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework base plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -14,11 +14,9 @@
  gobject-introspection gtk-doc git meson)
 checkdepends=(gtk3 qt5-base clutter sdl glu xorg-server-xvfb)
 options=(!emptydirs)
-_commit=a88627c237456a048977c1360729dfeb39155419  # tags/1.16.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";
-"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git";)
-sha256sums=('SKIP'
-'SKIP')
+_commit=9d3581b2e6f12f0b7e790d1ebb63b90cf5b1ef4e  # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
@@ -27,13 +25,6 @@
 
 prepare() {
   cd $pkgbase
-
-  # https://bugs.archlinux.org/task/62490
-  git cherry-pick -n 7095b7c47a84d54e3ea8fec57bac4d7855c4c28c
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
 }
 
 build() {


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2019-09-24 Thread Jan Steffens via arch-commits
Date: Tuesday, September 24, 2019 @ 10:25:24
  Author: heftig
Revision: 363332

1.16.1-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-24 09:58:50 UTC (rev 363331)
+++ PKGBUILD2019-09-24 10:25:24 UTC (rev 363332)
@@ -3,8 +3,8 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.16.0
-pkgrel=3
+pkgver=1.16.1
+pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework base plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
@@ -14,7 +14,7 @@
  gobject-introspection gtk-doc git meson)
 checkdepends=(gtk3 qt5-base clutter sdl glu xorg-server-xvfb)
 options=(!emptydirs)
-_commit=e0f8f635a96a3639be4d519fcf234b619bb74ca6  # tags/1.16.0^0
+_commit=a88627c237456a048977c1360729dfeb39155419  # tags/1.16.1^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";
 "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2019-05-30 Thread Jan Steffens via arch-commits
Date: Thursday, May 30, 2019 @ 14:17:40
  Author: heftig
Revision: 354521

1.16.0-3

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 14:15:15 UTC (rev 354520)
+++ PKGBUILD2019-05-30 14:17:40 UTC (rev 354521)
@@ -4,7 +4,7 @@
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
 pkgver=1.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GStreamer open-source multimedia framework base plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
@@ -28,6 +28,9 @@
 prepare() {
   cd $pkgbase
 
+  # https://bugs.archlinux.org/task/62490
+  git cherry-pick -n 7095b7c47a84d54e3ea8fec57bac4d7855c4c28c
+
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2019-04-22 Thread Jan Steffens via arch-commits
Date: Monday, April 22, 2019 @ 21:12:13
  Author: heftig
Revision: 351945

1.16.0-2

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-22 21:03:33 UTC (rev 351944)
+++ PKGBUILD2019-04-22 21:12:13 UTC (rev 351945)
@@ -4,7 +4,7 @@
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
 pkgver=1.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer open-source multimedia framework base plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
@@ -36,6 +36,9 @@
 build() {
   arch-meson $pkgbase build \
 -D tremor=disabled \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=disabled \
+-D glib-checks=disabled \
 -D package-name="GStreamer Base Plugins (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/";
   ninja -C build


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2019-04-22 Thread Jan Steffens via arch-commits
Date: Monday, April 22, 2019 @ 21:03:33
  Author: heftig
Revision: 351944

fix desc

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-22 21:02:14 UTC (rev 351943)
+++ PKGBUILD2019-04-22 21:03:33 UTC (rev 351944)
@@ -49,7 +49,7 @@
 )
 
 package_gst-plugins-base-libs() {
-  pkgdesc="${pkgdesc/Plugins/Libraries}"
+  pkgdesc="${pkgdesc/plugins/libraries}"
 
   DESTDIR="$pkgdir" meson install -C build
 


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2019-04-22 Thread Jan Steffens via arch-commits
Date: Monday, April 22, 2019 @ 21:01:58
  Author: heftig
Revision: 351942

1.16.0-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-22 20:40:15 UTC (rev 351941)
+++ PKGBUILD2019-04-22 21:01:58 UTC (rev 351942)
@@ -3,18 +3,18 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.4+18+g3cc7cc757
+pkgver=1.16.0
 pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
+pkgdesc="GStreamer open-source multimedia framework base plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
 license=(LGPL)
 depends=(gstreamer orc libxv iso-codes libgudev mesa)
 makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg
- gobject-introspection gtk-doc autoconf-archive git)
-checkdepends=(gtk3 qt5-base clutter sdl glu)
+ gobject-introspection gtk-doc git meson)
+checkdepends=(gtk3 qt5-base clutter sdl glu xorg-server-xvfb)
 options=(!emptydirs)
-_commit=3cc7cc757627dd70550d0db485a1234d26f7e2b9  # 1.14
+_commit=e0f8f635a96a3639be4d519fcf234b619bb74ca6  # tags/1.16.0^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";
 "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git";)
 sha256sums=('SKIP'
@@ -31,38 +31,33 @@
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson $pkgbase build \
+-D tremor=disabled \
+-D package-name="GStreamer Base Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/";
+  ninja -C build
 }
 
-check() {
-  cd $pkgbase
-  # GL tests need hardware
-  make check || :
-}
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
 
+  xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs
+)
+
 package_gst-plugins-base-libs() {
   pkgdesc="${pkgdesc/Plugins/Libraries}"
 
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" uninstall
+  DESTDIR="$pkgdir" meson install -C build
+
+  mkdir -p ext/lib/gstreamer-1.0
+  for _x in alsa cdparanoia libvisual ogg opengl opus pango theora vorbis; do
+_x="lib/gstreamer-1.0/libgst${_x}.so"
+mv "$pkgdir/usr/$_x" "ext/$_x"
+  done
 }
 
 package_gst-plugins-base() {
@@ -69,8 +64,5 @@
   depends=("gst-plugins-base-libs=$pkgver"
alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg)
 
-  cd $pkgbase
-  make -C gst-libs DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" install
-  make -C gst-libs DESTDIR="$pkgdir" uninstall
+  mv ext "$pkgdir/usr"
 }


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 04:16:57
  Author: heftig
Revision: 348444

1.14.4+18+g3cc7cc757-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 03:57:38 UTC (rev 348443)
+++ PKGBUILD2019-03-16 04:16:57 UTC (rev 348444)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.4
+pkgver=1.14.4+18+g3cc7cc757
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -14,9 +14,9 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=384ff7d0268c71e76f7328a9ca6dfe96e4a3ab23  # tags/1.14.4^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+_commit=3cc7cc757627dd70550d0db485a1234d26f7e2b9  # 1.14
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit";
+"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git";)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2018-10-03 Thread Jan Steffens via arch-commits
Date: Wednesday, October 3, 2018 @ 12:08:31
  Author: heftig
Revision: 335679

1.14.4-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 11:58:57 UTC (rev 335678)
+++ PKGBUILD2018-10-03 12:08:31 UTC (rev 335679)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -14,7 +14,7 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=7772a491579adb3177e19b16fc9efda2c54b5e7a  # tags/1.14.3^0
+_commit=384ff7d0268c71e76f7328a9ca6dfe96e4a3ab23  # tags/1.14.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:15:52
  Author: heftig
Revision: 334843

1.14.3-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:12:40 UTC (rev 334842)
+++ PKGBUILD2018-09-18 04:15:52 UTC (rev 334843)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -14,7 +14,7 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=24f097564657bd630e68931c932ec9fd992a3785  # tags/1.14.2^0
+_commit=7772a491579adb3177e19b16fc9efda2c54b5e7a  # tags/1.14.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2018-07-20 Thread Jan Steffens via arch-commits
Date: Friday, July 20, 2018 @ 15:58:31
  Author: heftig
Revision: 329105

1.14.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-20 15:08:31 UTC (rev 329104)
+++ PKGBUILD2018-07-20 15:58:31 UTC (rev 329105)
@@ -4,7 +4,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -15,7 +15,7 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=d5a512b09fc491ee5ea7d5f6f5775c5a7da802b7  # tags/1.14.1^0
+_commit=24f097564657bd630e68931c932ec9fd992a3785  # tags/1.14.2^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2018-05-17 Thread Jan Steffens via arch-commits
Date: Thursday, May 17, 2018 @ 15:00:39
  Author: heftig
Revision: 324465

1.14.1-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 14:43:43 UTC (rev 324464)
+++ PKGBUILD2018-05-17 15:00:39 UTC (rev 324465)
@@ -4,7 +4,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -15,7 +15,7 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=46fc41f1a8378639f2982b777035bbcddd4e5000  # tags/1.14.0^0
+_commit=d5a512b09fc491ee5ea7d5f6f5775c5a7da802b7  # tags/1.14.1^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2018-03-20 Thread Jan Steffens via arch-commits
Date: Tuesday, March 20, 2018 @ 20:34:00
  Author: heftig
Revision: 319711

1.14.0-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-20 20:26:20 UTC (rev 319710)
+++ PKGBUILD2018-03-20 20:34:00 UTC (rev 319711)
@@ -4,7 +4,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.13.91+1+gf6520ee9d
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -15,7 +15,7 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=f6520ee9dbd4746f9b22e17900f927ac5f7dc3be  # master
+_commit=46fc41f1a8378639f2982b777035bbcddd4e5000  # tags/1.14.0^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2018-03-14 Thread Jan Steffens via arch-commits
Date: Wednesday, March 14, 2018 @ 18:54:19
  Author: heftig
Revision: 319024

1.13.91+1+gf6520ee9d-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 18:52:32 UTC (rev 319023)
+++ PKGBUILD2018-03-14 18:54:19 UTC (rev 319024)
@@ -4,7 +4,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.13.90+3+g98fc23062
+pkgver=1.13.91+1+gf6520ee9d
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -15,7 +15,7 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=98fc23062f211ac1ffe96802bfe891869615660d  # master
+_commit=f6520ee9dbd4746f9b22e17900f927ac5f7dc3be  # master
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2018-03-10 Thread Jan Steffens via arch-commits
Date: Sunday, March 11, 2018 @ 03:12:09
  Author: heftig
Revision: 318520

1.13.90+3+g98fc23062-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

--+
 PKGBUILD |   39 +--
 1 file changed, 21 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-11 01:48:06 UTC (rev 318519)
+++ PKGBUILD2018-03-11 03:12:09 UTC (rev 318520)
@@ -1,19 +1,21 @@
 # $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.12.4
+pkgver=1.13.90+3+g98fc23062
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
 license=(LGPL)
-makedepends=(gstreamer orc libxv iso-codes alsa-lib cdparanoia libvisual 
libvorbis libtheora pango
- opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
-checkdepends=(gtk3 qt5-base)
+depends=(gstreamer orc libxv iso-codes libgudev mesa)
+makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg
+ gobject-introspection gtk-doc autoconf-archive git)
+checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=e07c69f65598068b380753066783a1c67e3d4464  # tags/1.12.4^0
+_commit=98fc23062f211ac1ffe96802bfe891869615660d  # master
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'
@@ -36,36 +38,37 @@
 
 build() {
   cd $pkgbase
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
 --with-package-name="GStreamer Base Plugins (Arch Linux)" \
 --with-package-origin="https://www.archlinux.org/"; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
   make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
 }
 
 check() {
   cd $pkgbase
-  make check
+  # GL tests need hardware
+  make check || :
 }
 
 package_gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=(gstreamer orc libxv iso-codes)
+  pkgdesc="${pkgdesc/Plugins/Libraries}"
 
   cd $pkgbase
   make DESTDIR="$pkgdir" install
+  make -C ext DESTDIR="$pkgdir" uninstall
 }
 
 package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver" alsa-lib cdparanoia libvisual 
libvorbis
-   libtheora pango opus)
+  depends=("gst-plugins-base-libs=$pkgver"
+   alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg)
 
   cd $pkgbase
   make -C gst-libs DESTDIR="$pkgdir" install


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2017-12-09 Thread Jan Steffens via arch-commits
Date: Sunday, December 10, 2017 @ 03:22:27
  Author: heftig
Revision: 311997

1.12.4-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 03:19:05 UTC (rev 311996)
+++ PKGBUILD2017-12-10 03:22:27 UTC (rev 311997)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.12.3
+pkgver=1.12.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
  opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
 checkdepends=(gtk3 qt5-base)
 options=(!emptydirs)
-_commit=c7272689ddce50afdc53f89f70802fd9a4ccc95a  # tags/1.12.3^0
+_commit=e07c69f65598068b380753066783a1c67e3d4464  # tags/1.12.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:40:31
  Author: heftig
Revision: 305840

1.12.3-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 13:30:48 UTC (rev 305839)
+++ PKGBUILD2017-09-19 13:40:31 UTC (rev 305840)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
  opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
 checkdepends=(gtk3 qt5-base)
 options=(!emptydirs)
-_commit=64cab5c3b8d042fb0f1d5c1582e3dc47bca95ff2  # tags/1.12.2^0
+_commit=c7272689ddce50afdc53f89f70802fd9a4ccc95a  # tags/1.12.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2017-07-14 Thread Jan Steffens
Date: Friday, July 14, 2017 @ 12:36:33
  Author: heftig
Revision: 300537

1.12.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-14 12:20:26 UTC (rev 300536)
+++ PKGBUILD2017-07-14 12:36:33 UTC (rev 300537)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
  opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
 checkdepends=(gtk3 qt5-base)
 options=(!emptydirs)
-_commit=b8b0823cdb03391d7e1ceef8517655395de03b1a  # tags/1.12.1^0
+_commit=64cab5c3b8d042fb0f1d5c1582e3dc47bca95ff2  # tags/1.12.2^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'
@@ -39,7 +39,7 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
 --with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
+--with-package-origin="https://www.archlinux.org/"; \
 --enable-experimental --enable-gtk-doc --disable-static
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2017-06-20 Thread Jan Steffens
Date: Tuesday, June 20, 2017 @ 12:44:28
  Author: heftig
Revision: 299050

1.12.1-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 12:35:27 UTC (rev 299049)
+++ PKGBUILD2017-06-20 12:44:28 UTC (rev 299050)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
  opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
 checkdepends=(gtk3 qt5-base)
 options=(!emptydirs)
-_commit=112cc33d6a3a89fb290dfe81a9d2116502a22e85  # tags/1.12.0^0
+_commit=b8b0823cdb03391d7e1ceef8517655395de03b1a  # tags/1.12.1^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2017-05-04 Thread Jan Steffens
Date: Thursday, May 4, 2017 @ 20:23:42
  Author: heftig
Revision: 295284

1.12.0-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-04 19:52:39 UTC (rev 295283)
+++ PKGBUILD2017-05-04 20:23:42 UTC (rev 295284)
@@ -3,16 +3,17 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.4
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(i686 x86_64)
 license=(LGPL)
-makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
- libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
+makedepends=(gstreamer orc libxv iso-codes alsa-lib cdparanoia libvisual 
libvorbis libtheora pango
+ opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
+checkdepends=(gtk3 qt5-base)
 options=(!emptydirs)
-_commit=3e1d0a8687897c22c920c42f5c8187817ff502dc  # tags/1.10.4^0
+_commit=112cc33d6a3a89fb290dfe81a9d2116502a22e85  # tags/1.12.0^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'
@@ -26,8 +27,6 @@
 prepare() {
   cd $pkgbase
 
-  git cherry-pick -n 5e2e111627871c566ffc6607eda8f4ef4699d040
-
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update
@@ -58,7 +57,7 @@
 
 package_gst-plugins-base-libs() {
   pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=(gstreamer orc libxv)
+  depends=(gstreamer orc libxv iso-codes)
 
   cd $pkgbase
   make DESTDIR="$pkgdir" install


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:04:59
  Author: heftig
Revision: 289451

1.10.4-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 19:43:17 UTC (rev 289450)
+++ PKGBUILD2017-02-23 20:04:59 UTC (rev 289451)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -12,7 +12,7 @@
 makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
  libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
 options=(!emptydirs)
-_commit=af4c3ad02c540e1eb24b65e885a35b5af5a1b121  # tags/1.10.3^0
+_commit=3e1d0a8687897c22c920c42f5c8187817ff502dc  # tags/1.10.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2017-02-02 Thread Jan Steffens
Date: Thursday, February 2, 2017 @ 13:27:36
  Author: heftig
Revision: 287898

1.10.3-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-02 13:05:37 UTC (rev 287897)
+++ PKGBUILD2017-02-02 13:27:36 UTC (rev 287898)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.2
+pkgver=1.10.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -12,7 +12,7 @@
 makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
  libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
 options=(!emptydirs)
-_commit=73e5a830c089767f018f3c8824df1fd58302fe06  # tags/1.10.2^0
+_commit=af4c3ad02c540e1eb24b65e885a35b5af5a1b121  # tags/1.10.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'
@@ -26,7 +26,7 @@
 prepare() {
   cd $pkgbase
 
-  git cherry-pick -n 8b9ebd8f8844fb720243b099bf743100dff5acea
+  git cherry-pick -n 5e2e111627871c566ffc6607eda8f4ef4699d040
 
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:22:00
  Author: heftig
Revision: 282347

1.10.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:18:35 UTC (rev 282346)
+++ PKGBUILD2016-11-29 21:22:00 UTC (rev 282347)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.1+1+g1f4da6d
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -12,9 +12,9 @@
 makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
  libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
 options=(!emptydirs)
-_commit=1f4da6d50e88cba5f20a27658663ff2d14fcef38  # 1.10
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-base#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+_commit=73e5a830c089767f018f3c8824df1fd58302fe06  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'
 'SKIP')
 
@@ -26,6 +26,8 @@
 prepare() {
   cd $pkgbase
 
+  git cherry-pick -n 8b9ebd8f8844fb720243b099bf743100dff5acea
+
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-11-19 Thread Jan Steffens
Date: Saturday, November 19, 2016 @ 13:22:34
  Author: heftig
Revision: 281348

1.10.1+1+g1f4da6d-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-19 13:01:13 UTC (rev 281347)
+++ PKGBUILD2016-11-19 13:22:34 UTC (rev 281348)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.0
+pkgver=1.10.1+1+g1f4da6d
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -12,7 +12,7 @@
 makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
  libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
 options=(!emptydirs)
-_commit=9c3043470e9a97b8e6f694d6551897108c936339  # tags/1.10.0^0
+_commit=1f4da6d50e88cba5f20a27658663ff2d14fcef38  # 1.10
 
source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-base#commit=$_commit"
 "gst-common::git://anongit.freedesktop.org/gstreamer/common")
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-11-01 Thread Jan Steffens
Date: Tuesday, November 1, 2016 @ 20:31:52
  Author: heftig
Revision: 279654

1.10.0-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 20:31:18 UTC (rev 279653)
+++ PKGBUILD2016-11-01 20:31:52 UTC (rev 279654)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.9.90+12+g667931e
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -12,7 +12,7 @@
 makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
  libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
 options=(!emptydirs)
-_commit=667931e52a59af88c864a207e5fc4bdc8c5ae783  # master
+_commit=9c3043470e9a97b8e6f694d6551897108c936339  # tags/1.10.0^0
 
source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-base#commit=$_commit"
 "gst-common::git://anongit.freedesktop.org/gstreamer/common")
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-10-09 Thread Jan Steffens
Date: Sunday, October 9, 2016 @ 12:07:37
  Author: heftig
Revision: 277957

1.9.90+12+g667931e-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 11:39:10 UTC (rev 277956)
+++ PKGBUILD2016-10-09 12:07:37 UTC (rev 277957)
@@ -2,26 +2,44 @@
 # Maintainer: Jan de Groot 
 
 pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.8.3
+pkgname=(gst-plugins-base-libs gst-plugins-base)
+pkgver=1.9.90+12+g667931e
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis'
- 'libtheora' 'pango' 'gobject-introspection' 'opus')
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
+ libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
 options=(!emptydirs)
-url="https://gstreamer.freedesktop.org/";
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('114871d4d63606b4af424a8433cd923e4ff66896b244bb7ac97b9da47f71e79e')
+_commit=667931e52a59af88c864a207e5fc4bdc8c5ae783  # master
+source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-base#commit=$_commit"
+"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+sha256sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase
 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
 --with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
+--with-package-origin="http://www.archlinux.org/"; \
+--enable-experimental --enable-gtk-doc --disable-static
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -32,25 +50,24 @@
 }
 
 check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
+  cd $pkgbase
   make check
 }
 
 package_gst-plugins-base-libs() {
   pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=('gstreamer' 'orc' 'libxv')
+  depends=(gstreamer orc libxv)
 
-  cd $pkgbase-$pkgver
-  make DESTDIR="${pkgdir}" install
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
 }
 
 package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis'
-   'libtheora' 'pango' 'opus')
+  depends=("gst-plugins-base-libs=$pkgver" alsa-lib cdparanoia libvisual 
libvorbis
+   libtheora pango opus)
 
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR="${pkgdir}" install
-  make -C ext DESTDIR="${pkgdir}" install
-  make -C gst-libs DESTDIR="${pkgdir}" uninstall
+  cd $pkgbase
+  make -C gst-libs DESTDIR="$pkgdir" install
+  make -C ext DESTDIR="$pkgdir" install
+  make -C gst-libs DESTDIR="$pkgdir" uninstall
 }


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-08-19 Thread Jan de Groot
Date: Friday, August 19, 2016 @ 12:19:37
  Author: jgc
Revision: 273954

upgpkg: gst-plugins-base 1.8.3-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 12:08:20 UTC (rev 273953)
+++ PKGBUILD2016-08-19 12:19:37 UTC (rev 273954)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis'
  'libtheora' 'pango' 'gobject-introspection' 'opus')
 options=(!emptydirs)
-url="http://gstreamer.freedesktop.org/";
+url="https://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('9d7109c8fb0a5dec8edb17b0053c59a46aba7ddf48dc48ea822ebbbd4339d38d')
+sha256sums=('114871d4d63606b4af424a8433cd923e4ff66896b244bb7ac97b9da47f71e79e')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:28:04
  Author: heftig
Revision: 269293

1.8.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:20:42 UTC (rev 269292)
+++ PKGBUILD2016-06-10 14:28:04 UTC (rev 269293)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('15a9de985cd265c344e359f5b19347df4021b7611ed2c2d91917cb900f2fad6f')
+sha256sums=('9d7109c8fb0a5dec8edb17b0053c59a46aba7ddf48dc48ea822ebbbd4339d38d')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-04-20 Thread Jan Steffens
Date: Wednesday, April 20, 2016 @ 20:02:28
  Author: heftig
Revision: 265765

1.8.1-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-20 17:51:28 UTC (rev 265764)
+++ PKGBUILD2016-04-20 18:02:28 UTC (rev 265765)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('abc0acc1d15b4b9c97c65cd9689bd6400081853b9980ea428d3c8572dd791522')
+sha256sums=('15a9de985cd265c344e359f5b19347df4021b7611ed2c2d91917cb900f2fad6f')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-03-29 Thread Jan de Groot
Date: Tuesday, March 29, 2016 @ 16:31:45
  Author: jgc
Revision: 263244

upgpkg: gst-plugins-base 1.8.0-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-29 14:20:37 UTC (rev 263243)
+++ PKGBUILD2016-03-29 14:31:45 UTC (rev 263244)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.7.91
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('29a14b902f056141c4c0d4fc8390a9c371845b86cf9bc6ecfce026ead76c359a')
+sha256sums=('abc0acc1d15b4b9c97c65cd9689bd6400081853b9980ea428d3c8572dd791522')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-03-20 Thread Jan Steffens
Date: Sunday, March 20, 2016 @ 18:43:07
  Author: heftig
Revision: 262120

1.7.91

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-20 17:31:36 UTC (rev 262119)
+++ PKGBUILD2016-03-20 17:43:07 UTC (rev 262120)
@@ -3,16 +3,17 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.6.3
+pkgver=1.7.91
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis'
+ 'libtheora' 'pango' 'gobject-introspection' 'opus')
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75')
+sha256sums=('29a14b902f056141c4c0d4fc8390a9c371845b86cf9bc6ecfce026ead76c359a')
 
 build() {
   cd $pkgbase-$pkgver
@@ -45,7 +46,8 @@
 }
 
 package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis'
+   'libtheora' 'pango' 'opus')
 
   cd $pkgbase-$pkgver
   make -C gst-libs DESTDIR="${pkgdir}" install


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:31:03
  Author: heftig
Revision: 258478

1.6.3

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:03:21 UTC (rev 258477)
+++ PKGBUILD2016-01-21 16:31:03 UTC (rev 258478)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322')
+sha256sums=('b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2015-12-14 Thread Jan Steffens
Date: Monday, December 14, 2015 @ 21:26:44
  Author: heftig
Revision: 256073

1.6.2

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 20:24:40 UTC (rev 256072)
+++ PKGBUILD2015-12-14 20:26:44 UTC (rev 256073)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('9533dcfaa4ee32d435483d9fa88c06b1eba6e9bb234aacd7583f207199f44ba3')
+sha256sums=('c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2015-10-30 Thread Jan Steffens
Date: Friday, October 30, 2015 @ 17:36:40
  Author: heftig
Revision: 249866

1.6.1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-30 16:36:22 UTC (rev 249865)
+++ PKGBUILD2015-10-30 16:36:40 UTC (rev 249866)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('314fd1b707f65caf8eb6164d9422fc51e2b220a890ccd2de6ec03a2883d77231')
+sha256sums=('9533dcfaa4ee32d435483d9fa88c06b1eba6e9bb234aacd7583f207199f44ba3')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2015-09-25 Thread Jan Steffens
Date: Saturday, September 26, 2015 @ 00:25:05
  Author: heftig
Revision: 247502

1.6.0

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-25 22:23:19 UTC (rev 247501)
+++ PKGBUILD2015-09-25 22:25:05 UTC (rev 247502)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.5.91
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('b56d3cde64903acf8dc0dd0cc42f99bf5f1a5be14bd2994e16f6509a7e994a19')
+sha256sums=('314fd1b707f65caf8eb6164d9422fc51e2b220a890ccd2de6ec03a2883d77231')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 23:43:52
  Author: heftig
Revision: 247183

1.5.91

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 21:38:24 UTC (rev 247182)
+++ PKGBUILD2015-09-23 21:43:52 UTC (rev 247183)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.5
+pkgver=1.5.91
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d')
+sha256sums=('b56d3cde64903acf8dc0dd0cc42f99bf5f1a5be14bd2994e16f6509a7e994a19')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:32:29
  Author: heftig
Revision: 227885

1.4.5

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:29:47 UTC (rev 227884)
+++ PKGBUILD2014-12-21 15:32:29 UTC (rev 227885)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('49cd9e8f23c416b1607b43837a09833fa03e0106929d81ead2ddfde6c0ade44b')
+sha256sums=('77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:12:17
  Author: heftig
Revision: 225946

1.4.4

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-10 23:12:00 UTC (rev 225945)
+++ PKGBUILD2014-11-10 23:12:17 UTC (rev 225946)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('f7b4d2b3ba2bcac485896e2c1c36459cb091ebe8b49e91635c27d40f66792d9d')
+sha256sums=('49cd9e8f23c416b1607b43837a09833fa03e0106929d81ead2ddfde6c0ade44b')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-09-24 Thread Jan Steffens
Date: Thursday, September 25, 2014 @ 00:10:18
  Author: heftig
Revision: 222966

1.4.3

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-24 21:54:58 UTC (rev 222965)
+++ PKGBUILD2014-09-24 22:10:18 UTC (rev 222966)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('c0a8c44607d8a5669d2f0c118a72026f883a58ce1f3c720924b77f275b7b8835')
+sha256sums=('f7b4d2b3ba2bcac485896e2c1c36459cb091ebe8b49e91635c27d40f66792d9d')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:01:01
  Author: jgc
Revision: 222569

upgpkg: gst-plugins-base 1.4.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 07:54:33 UTC (rev 222568)
+++ PKGBUILD2014-09-22 08:01:01 UTC (rev 222569)
@@ -3,16 +3,16 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499')
+sha256sums=('c0a8c44607d8a5669d2f0c118a72026f883a58ce1f3c720924b77f275b7b8835')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 17:43:39
  Author: heftig
Revision: 220826

1.4.1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 15:39:20 UTC (rev 220825)
+++ PKGBUILD2014-08-31 15:43:39 UTC (rev 220826)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e')
+sha256sums=('aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-07-20 Thread Jan Steffens
Date: Monday, July 21, 2014 @ 00:39:21
  Author: heftig
Revision: 217509

1.4.0

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 22:34:25 UTC (rev 217508)
+++ PKGBUILD2014-07-20 22:39:21 UTC (rev 217509)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.2.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('4d6273dc3f5a94bcc53ccfe0711cfddd49e31371d1136bf62fa1ecc604fc6550')
+sha256sums=('5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-04-21 Thread Jan de Groot
Date: Monday, April 21, 2014 @ 18:23:57
  Author: jgc
Revision: 211609

upgpkg: gst-plugins-base 1.2.4-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-21 16:17:25 UTC (rev 211608)
+++ PKGBUILD2014-04-21 16:23:57 UTC (rev 211609)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('61edec35c270f86928bad434bd059da4efff865d1ef01bcc64ecbd903625dae1')
+sha256sums=('4d6273dc3f5a94bcc53ccfe0711cfddd49e31371d1136bf62fa1ecc604fc6550')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:52:02
  Author: heftig
Revision: 205809

1.2.3

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:47:07 UTC (rev 205808)
+++ PKGBUILD2014-02-10 12:52:02 UTC (rev 205809)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('fa90cf21eac0a77f9393100356aef99ae42072c31dc218d3ae2e7f86cd5ced69')
+sha256sums=('61edec35c270f86928bad434bd059da4efff865d1ef01bcc64ecbd903625dae1')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-01-07 Thread Jan Steffens
Date: Tuesday, January 7, 2014 @ 13:31:48
  Author: heftig
Revision: 203281

1.2.2

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 10:02:57 UTC (rev 203280)
+++ PKGBUILD2014-01-07 12:31:48 UTC (rev 203281)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('de2444a5c150d4e4b680364d7c0414cd8b015d95b305ff65d65a17683379532f')
+sha256sums=('fa90cf21eac0a77f9393100356aef99ae42072c31dc218d3ae2e7f86cd5ced69')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-11-11 Thread Jan Steffens
Date: Monday, November 11, 2013 @ 18:18:48
  Author: heftig
Revision: 199361

1.2.1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 17:18:40 UTC (rev 199360)
+++ PKGBUILD2013-11-11 17:18:48 UTC (rev 199361)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('8656e20bf4b675e5696fb4af193793351926d428ca02826c5667a6384729a45d')
+sha256sums=('de2444a5c150d4e4b680364d7c0414cd8b015d95b305ff65d65a17683379532f')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 15:47:18
  Author: heftig
Revision: 195010

1.2.0

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 13:42:24 UTC (rev 195009)
+++ PKGBUILD2013-09-24 13:47:18 UTC (rev 195010)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.1.4
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,19 +12,21 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('3f78ba6af4dd2ab1947139809d64f8b1910300f1495c38dc99d9cdb8c456a949')
+sha256sums=('8656e20bf4b675e5696fb4af193793351926d428ca02826c5667a6384729a45d')
 
 build() {
   cd $pkgbase-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental \
---with-package-name="GStreamer Base Plugins (Archlinux)" \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
 --with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
+
   sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
 }
 



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-09-16 Thread Jan de Groot
Date: Monday, September 16, 2013 @ 14:44:35
  Author: jgc
Revision: 194441

upgpkg: gst-plugins-base 1.1.4-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 12:20:50 UTC (rev 194440)
+++ PKGBUILD2013-09-16 12:44:35 UTC (rev 194441)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.10
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('9754e83b2a3ff61266112915bfc84c895c4d145519ad9a3381edceb216bc97e8')
+sha256sums=('3f78ba6af4dd2ab1947139809d64f8b1910300f1495c38dc99d9cdb8c456a949')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-08-30 Thread Jan Steffens
Date: Friday, August 30, 2013 @ 10:09:52
  Author: heftig
Revision: 193748

1.0.10

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-30 08:05:47 UTC (rev 193747)
+++ PKGBUILD2013-08-30 08:09:52 UTC (rev 193748)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('963e3b83d651661f495ca2e44ccd2d5c61e986e9d7706246e568276689a372ea')
+sha256sums=('9754e83b2a3ff61266112915bfc84c895c4d145519ad9a3381edceb216bc97e8')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-07-31 Thread Jan Steffens
Date: Wednesday, July 31, 2013 @ 18:36:32
  Author: heftig
Revision: 191860

1.0.9

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-31 16:31:30 UTC (rev 191859)
+++ PKGBUILD2013-07-31 16:36:32 UTC (rev 191860)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('b55c9deea00acf789f82845c088b7c7c17b3ecef24a94831a819071b3dd8ef0d')
+sha256sums=('963e3b83d651661f495ca2e44ccd2d5c61e986e9d7706246e568276689a372ea')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-07-12 Thread Jan Steffens
Date: Friday, July 12, 2013 @ 21:49:03
  Author: heftig
Revision: 18

1.0.8

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 19:43:47 UTC (rev 189998)
+++ PKGBUILD2013-07-12 19:49:03 UTC (rev 18)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a')
+sha256sums=('b55c9deea00acf789f82845c088b7c7c17b3ecef24a94831a819071b3dd8ef0d')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-04-26 Thread Jan Steffens
Date: Friday, April 26, 2013 @ 17:28:24
  Author: heftig
Revision: 183680

1.0.7

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-26 15:14:47 UTC (rev 183679)
+++ PKGBUILD2013-04-26 15:28:24 UTC (rev 183680)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('85e5f99af690f720ccde5ea7e793269d35883a3ead80ca9985fa44e18bb1a4a5')
+sha256sums=('014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 19:46:51
  Author: heftig
Revision: 180522

1.0.6

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 18:35:46 UTC (rev 180521)
+++ PKGBUILD2013-03-22 18:46:51 UTC (rev 180522)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173')
+sha256sums=('85e5f99af690f720ccde5ea7e793269d35883a3ead80ca9985fa44e18bb1a4a5')
 
 build() {
   cd $pkgbase-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
   aclocal -I m4 -I common/m4
   autoconf
   automake --add-missing



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 07:40:07
  Author: jgc
Revision: 174935

upgpkg: gst-plugins-base 1.0.5-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 12:32:37 UTC (rev 174934)
+++ PKGBUILD2013-01-09 12:40:07 UTC (rev 174935)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,12 +12,14 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('11846cbf06f8d7f13b35aa92ca45f79aa5cf9fac2edd1db847de0a6278525944')
+sha256sums=('37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173')
 
 build() {
   cd $pkgbase-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
+  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental \
 --with-package-name="GStreamer Base Plugins (Archlinux)" \
@@ -29,7 +31,7 @@
 check() {
   cd $pkgbase-$pkgver
   # Testsuite fails on one test. Some refcount leak
-  #make check
+  make check
 }
 
 package_gst-plugins-base-libs() {



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2012-12-19 Thread Jan Steffens
Date: Wednesday, December 19, 2012 @ 12:59:30
  Author: heftig
Revision: 173499

1.0.4

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 17:50:23 UTC (rev 173498)
+++ PKGBUILD2012-12-19 17:59:30 UTC (rev 173499)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('066ba8a7fa709a25ad291f7b21329b73f513637aafceee00396e588e723d7f9e')
+sha256sums=('11846cbf06f8d7f13b35aa92ca45f79aa5cf9fac2edd1db847de0a6278525944')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2012-11-21 Thread Jan Steffens
Date: Wednesday, November 21, 2012 @ 09:18:41
  Author: heftig
Revision: 171691

1.0.3

Modified:
  gst-plugins-base/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-21 14:14:12 UTC (rev 171690)
+++ PKGBUILD2012-11-21 14:18:41 UTC (rev 171691)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 153256 2012-03-12 15:48:30Z jgc $
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('7ce2c4462ff89f62a82b4503a3788ce2e5077f886e535796fecc223397acf78d')
+sha256sums=('066ba8a7fa709a25ad291f7b21329b73f513637aafceee00396e588e723d7f9e')
 
 build() {
   cd $pkgbase-$pkgver


Property changes on: gst-plugins-base/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2012-10-25 Thread Jan Steffens
Date: Thursday, October 25, 2012 @ 08:26:07
  Author: heftig
Revision: 169668

1.0.2

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-25 12:25:58 UTC (rev 169667)
+++ PKGBUILD2012-10-25 12:26:07 UTC (rev 169668)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('75466452e4267fff86e322bc52ed0c962c6c3785f802230fe898cb09984b8de0')
+sha256sums=('7ce2c4462ff89f62a82b4503a3788ce2e5077f886e535796fecc223397acf78d')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2012-10-08 Thread Jan Steffens
Date: Monday, October 8, 2012 @ 12:30:45
  Author: heftig
Revision: 168316

1.0.1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-08 16:30:40 UTC (rev 168315)
+++ PKGBUILD2012-10-08 16:30:45 UTC (rev 168316)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('4b98a74712e31d5426dd1cf2de883b6af59fd37997b0ffaed53914eb6df45053')
+sha256sums=('75466452e4267fff86e322bc52ed0c962c6c3785f802230fe898cb09984b8de0')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2012-10-03 Thread Jan Steffens
Date: Wednesday, October 3, 2012 @ 11:52:49
  Author: heftig
Revision: 167891

simplify

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 15:50:57 UTC (rev 167890)
+++ PKGBUILD2012-10-03 15:52:49 UTC (rev 167891)
@@ -5,6 +5,7 @@
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
 pkgver=1.0.0
 pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
@@ -14,20 +15,19 @@
 sha256sums=('4b98a74712e31d5426dd1cf2de883b6af59fd37997b0ffaed53914eb6df45053')
 
 build() {
-  cd "${srcdir}/$pkgbase-${pkgver}"
+  cd $pkgbase-$pkgver
   sed -i '/AC_PATH_XTRA/d' configure.ac
   autoreconf
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental \
 --with-package-name="GStreamer Base Plugins (Archlinux)" \
 --with-package-origin="http://www.archlinux.org/";
-
   make
   sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
 }
 
 check() {
-  cd "${srcdir}/gst-plugins-base-${pkgver}"
+  cd $pkgbase-$pkgver
   # Testsuite fails on one test. Some refcount leak
   #make check
 }
@@ -36,15 +36,14 @@
   pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
   depends=('gstreamer' 'orc' 'libxv')
 
-  cd "${srcdir}/$pkgbase-${pkgver}"
+  cd $pkgbase-$pkgver
   make DESTDIR="${pkgdir}" install
 }
 
 package_gst-plugins-base() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugins"
   depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
 
-  cd "${srcdir}/$pkgbase-${pkgver}"
+  cd $pkgbase-$pkgver
   make -C gst-libs DESTDIR="${pkgdir}" install
   make -C ext DESTDIR="${pkgdir}" install
   make -C gst-libs DESTDIR="${pkgdir}" uninstall



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2012-10-01 Thread Jan Steffens
Date: Monday, October 1, 2012 @ 19:37:45
  Author: heftig
Revision: 167407

Better pkgdesc

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-01 23:31:27 UTC (rev 167406)
+++ PKGBUILD2012-10-01 23:37:45 UTC (rev 167407)
@@ -33,7 +33,7 @@
 }
 
 package_gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
+  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
   depends=('gstreamer' 'orc' 'libxv')
 
   cd "${srcdir}/$pkgbase-${pkgver}"
@@ -41,7 +41,7 @@
 }
 
 package_gst-plugins-base() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugins (gst-plugins-base)"
+  pkgdesc="GStreamer Multimedia Framework Base Plugins"
   depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
 
   cd "${srcdir}/$pkgbase-${pkgver}"



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2012-09-24 Thread Jan de Groot
Date: Monday, September 24, 2012 @ 12:38:55
  Author: jgc
Revision: 166995

upgpkg: gst-plugins-base 1.0.0-1

1.0.0

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-24 16:21:49 UTC (rev 166994)
+++ PKGBUILD2012-09-24 16:38:55 UTC (rev 166995)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=0.11.99
+pkgver=1.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('b0317b1e33a22fe4daf911c4996c194690fc207e5044f38de570b1cd202cab7e')
+sha256sums=('4b98a74712e31d5426dd1cf2de883b6af59fd37997b0ffaed53914eb6df45053')
 
 build() {
   cd "${srcdir}/$pkgbase-${pkgver}"