aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-06 15:53:13 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-06 17:01:04 +0200
commitfefc761198b7d3810f888265a53f00c7b8310ad3 (patch)
tree7fcf6e860a2198d0ee9ce9de1f8726559e0f449a
parent90b8dec39f98e83648301f1ad5dcd06597afb3ac (diff)
community/phonon-backend-gstreamer: gst*1 was renamed
-rw-r--r--community/phonon-backend-gstreamer/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/phonon-backend-gstreamer/APKBUILD b/community/phonon-backend-gstreamer/APKBUILD
index 702bb0be74e..8026274869c 100644
--- a/community/phonon-backend-gstreamer/APKBUILD
+++ b/community/phonon-backend-gstreamer/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=phonon-backend-gstreamer
pkgver=4.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="phonon gstreamer backend for Qt4"
url="http://phonon.kde.org/"
arch="all"
license="LGPL"
depends=""
-depends_dev="gstreamer1-dev gst-plugins-base1-dev gstreamer1-dev phonon-dev"
+depends_dev="gstreamer-dev gst-plugins-base-dev gstreamer-dev phonon-dev"
makedepends="$depends_dev cmake automoc4"
install=""
subpackages=""
@@ -19,7 +19,7 @@ builddir="$srcdir"/phonon-gstreamer-$pkgver
build() {
mkdir -p "$builddir"/build
cd "$builddir"/build
- cmake "$builddir" \
+ cmake "$builddir" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \