summaryrefslogtreecommitdiffstats
path: root/gst-plugins-bad/Pkgfile
blob: d588e1ba589446272482253e40e7f8b603809607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Jeu de plugins essentiels pour l'outil multimedia gstreamer
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gstreamer, gst-plugins-base, faad2, libsndfile, libmpcdec, faac, xvid, librsvg, amrwb, libmusicbrainz, libexif, esound, libdvdnav, sdl, libdca, vdpau-video
# Run on: gstreamer,gst-plugins-base,faad2,libsndfile,libmpcdec,faac,xvid,librsvg,amrwb,libmusicbrainz,libexif,esound,libdvdnav,sdl,libdca,vdpau-video

name=gst-plugins-bad
version=0.10.23
release=1
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=$GNOME_PREFIX \
		--localstatedir=/var \
		--sysconfdir=/etc
	make
	make DESTDIR=$PKG install
}