From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- mplayer-vdpau-nogui/PKGBUILD | 47 -------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 mplayer-vdpau-nogui/PKGBUILD (limited to 'mplayer-vdpau-nogui/PKGBUILD') diff --git a/mplayer-vdpau-nogui/PKGBUILD b/mplayer-vdpau-nogui/PKGBUILD deleted file mode 100644 index 37c3c83..0000000 --- a/mplayer-vdpau-nogui/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -#Contributor: Reiser - -pkgname=mplayer-vdpau-nogui -pkgver=30385 -pkgrel=1 -pkgdesc="Famous multimedia player, dev. version, without its GUI and support for nvidia VDPAU" -arch=('i686' 'x86_64') -url="http://www.mplayerhq.hu/" -license=('GPL') -depends=('ttf-dejavu' 'nvidia>=190.42' 'libvdpau' 'opencore-amr' 'libdvdnav>=4.1.3' 'lame' 'xvidcore') -makedepends=('subversion') -conflicts=('mplayer') -provides=(mplayer=$pkgver) -source=('no_segfault_configure.diff') -md5sums=(ed962f7642ffcf2411ec6465fdc8c132) - -_svntrunk=svn://svn.mplayerhq.hu/mplayer/trunk -_svnmod=mplayer-vdpau - -build() { - - export LDFLAGS="${LDFLAGS//-Wl,--as-needed}" - - cd $srcdir - svn co $_svntrunk $_svnmod - cp -R $_svnmod $_svnmod-build - cd $_svnmod-build - patch -p1 < ../no_segfault_configure.diff - - ./configure --prefix=/usr --confdir=/etc/mplayer --disable-gui \ - --disable-runtime-cpudetection --enable-largefiles --enable-menu \ - --disable-libdv --disable-aa --disable-liblzo --disable-speex \ - --disable-fribidi --disable-arts --disable-esd --disable-smb --enable-dvdnav \ - --disable-openal --disable-faad-internal --disable-directfb \ - --disable-musepack --enable-libopencore_amrnb --enable-libopencore_amrwb \ - --enable-vdpau --disable-libbs2b - - make || return 1 - make DESTDIR=$pkgdir install || return 1 - - install -m0644 etc/{codecs.conf,input.conf,example.conf} $pkgdir/etc/mplayer - install -d $pkgdir/usr/share/mplayer/ - ln -s /usr/share/fonts/TTF/DejaVuSans.ttf $pkgdir/usr/share/mplayer/subfont.ttf - - cd ../ - rm -rf ./$_svnmod-build -} -- cgit v1.2.3-24-g4f1b