~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Christian Kampka <christian@kampka.net>
Details
Message ID
<1447184998-14879-1-git-send-email-christian@kampka.net>
Sender timestamp
1447184998
DKIM signature
missing
Download raw message
Patch: +3 -2
---
 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
---
Reply to thread Export thread (mbox)