summaryrefslogtreecommitdiffstats
path: root/phonon-backend-gstreamer/Pkgfile
blob: 496e3c2e4fa661ace929b3b5f75c075d3a34d301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: phonon-backend-gstreamer Plugin audio pour KDE
# URL: http://phonon.kde.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: phonon
# Run on: phonon

name=phonon-backend-gstreamer
version=4.6.1
release=1
source=(ftp://ftp.kde.org/pub/kde/stable/phonon/$name/$version/src/$name-$version.tar.xz)

build() {
	mkdir build
	cd build
	cmake ../${name}-* \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_PREFIX=/usr
	make
	make DESTDIR=$PKG install
}