~alpine/aports

main/phonon-backend-gstreamer: fix build v1 PROPOSED

Christian Kampka: 1
 main/phonon-backend-gstreamer: fix build

 1 files changed, 3 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1378/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/phonon-backend-gstreamer: fix build Export this patch

---
 main/phonon-backend-gstreamer/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/phonon-backend-gstreamer/APKBUILD b/main/phonon-backend-gstreamer/APKBUILD
index ab5954e..d06b565 100644
--- a/main/phonon-backend-gstreamer/APKBUILD
+++ b/main/phonon-backend-gstreamer/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer:
pkgname=phonon-backend-gstreamer
pkgver=4.8.2
pkgrel=0
pkgrel=1
pkgdesc="phonon gstreamer backend for Qt4"
url="http://phonon.kde.org/"
arch="all"
license="LGPL"
depends=""
depends_dev="gst-plugins-base1-dev phonon-dev"
depends_dev="gstreamer1-dev gst-plugins-base1-dev gstreamer1-dev phonon-dev"
makedepends="$depends_dev cmake automoc4"
install=""
subpackages=""
@@ -34,6 +34,7 @@ build() {
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_SKIP_RPATH=ON \
		-DCMAKE_INSTALL_LIBDIR=lib \
		-DCMAKE_CXX_FLAGS="$CXXFLAGS $(pkgconf --cflags gstreamer-1.0)" \
		|| return 1
	make || return 1
}
-- 
2.6.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---