1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Laurent Prevost <laurent.prevost@gmail.com>
7 pkgname=mplayer-toyunda
10 pkgdesc="Epitamime Mplayer version with Toyunda support"
12 url="http://www.darkbsd.org/"
15 depends=('libxxf86dga' 'libxv' 'libmad' 'giflib' 'cdparanoia' 'libxinerama'
16 'sdl' 'lame' 'libtheora' 'xvidcore' 'zlib' 'libmng' 'libxss' 'live-media'
17 'libgl' 'aalib' 'jack-audio-connection-kit' 'libcaca' 'gcc43'
18 'x264>=20090416' 'faac' 'lirc-utils' 'ttf-dejavu' 'libxvmc' 'libjpeg>=7')
28 source=(http://www.darkbsd.org/~darksoul/MPlayer-0.9X-Toyunda-undead-gcc4-local.tar.bz2)
30 md5sums=(9e83d6a788b127c1801a6f5555cb538d) #generate with 'makepkg -g'
33 cd "$srcdir/MPlayer-0.9X-Toyunda-undead-gcc4-local"
35 ./configure --prefix=/usr --cc=gcc-4.3
40 cd "$srcdir/MPlayer-0.9X-Toyunda-undead-gcc4-local"
42 make DESTDIR="$pkgdir/" install