summaryrefslogtreecommitdiffstats
path: root/gst-plugins-good/Pkgfile
blob: 8ebb1020ea0db7a34ad22b922d4284265a0457ff (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: cgit.freedesktop.org/gstreamer/gst-plugins-good/
# Packager: thierryn1 at hispeed dot ch
# Depends on: aalib, cairo, gconf, cdparanoia, dbus, esound, flac, gstreamer, gst-plugins-base, gtk, libcaca, libavc1394, libcdio, libdv, libjpeg, libogg, libpng, liboil, libshout, libtheora, libvisual, libvorbis, libxml2, taglib, speex, wavpack, v4l-utils, jack2, libsoup, pulseaudio
# Run on: aalib,cairo,gconf,cdparanoia,dbus,esound,flac,gstreamer,gst-plugins-base,gtk,libcaca,libavc1394,libcdio,libdv,libjpeg,libogg,libpng,liboil,libshout,libtheora,libvisual,libvorbis,libxml2,taglib,speex,wavpack,v4l-utils,jack2,libsoup,pulseaudio

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

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