summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIppytraxx2016-08-21 12:10:28 +0200
committerIppytraxx2016-08-21 12:11:21 +0200
commit5de21c4cade78a80fd250dc82f402481eb8f6ed5 (patch)
treede0b402c936369630c006198f3d06bebbc692982
parent34d5ef7c0151f745584f01d58a155f2adf076431 (diff)
downloadaur-5de21c4cade78a80fd250dc82f402481eb8f6ed5.tar.gz
Update build for new player backends
This build uses the GStreamer-Cairo one by default so it no longer depends on clutter-gtk and clutter-gst
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c492de8ccd97..2f9c37149ab0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 6 20:47:41 UTC 2016
+# Sun Aug 21 10:07:38 UTC 2016
pkgbase = gnome-twitch-git
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
pkgver = r511.7ea58ce
- pkgrel = 4
+ pkgrel = 1
url = https://github.com/vinszent/gnome-twitch
install = gnome-twitch-git.install
arch = i686
@@ -19,8 +19,6 @@ pkgbase = gnome-twitch-git
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-bad
- depends = clutter-gst
- depends = clutter-gtk
depends = webkit2gtk
conflicts = gnome-twitch
source = gnome-twitch-git::git+https://github.com/vinszent/gnome-twitch.git
diff --git a/PKGBUILD b/PKGBUILD
index 0cebf4dc3901..5503b23ef5f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Vincent <ippytraxx@installgentoo.com>
pkgname=gnome-twitch-git
-pkgver=r511.7ea58ce
-pkgrel=4
+pkgver=r668.d253c88
+pkgrel=1
pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
url="https://github.com/vinszent/gnome-twitch"
license=('GPL3')
makedepends=('git' 'meson')
-depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 'clutter-gtk' 'webkit2gtk')
+depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'webkit2gtk')
install=gnome-twitch-git.install
conflicts=('gnome-twitch')
source=("$pkgname::git+https://github.com/vinszent/gnome-twitch.git")
@@ -26,7 +26,7 @@ build()
rm -rf build
mkdir build
cd build
- meson --prefix /usr --buildtype release -Ddo-post-install=false ..
+ meson --prefix /usr --libdir lib --buildtype release -Ddo-post-install=false -Dwith-player-gstreamer-cairo=true -Db_lundef=false ..
ninja
}