diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-12-16 11:51:24 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-12-16 11:51:24 +0100 |
commit | c6000c9d9949b3326fb82f02431899ab6774b960 (patch) | |
tree | 2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /mplayer-vdpau-nogui | |
parent | 453f0f12918af35bd8e1e5f049841360f37d62e4 (diff) | |
download | aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz |
big cleanup
Diffstat (limited to 'mplayer-vdpau-nogui')
-rw-r--r-- | mplayer-vdpau-nogui/PKGBUILD | 47 | ||||
-rw-r--r-- | mplayer-vdpau-nogui/no_segfault_configure.diff | 11 |
2 files changed, 0 insertions, 58 deletions
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 <metal@pop3.ru> - -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 -} diff --git a/mplayer-vdpau-nogui/no_segfault_configure.diff b/mplayer-vdpau-nogui/no_segfault_configure.diff deleted file mode 100644 index 2dd5fe4..0000000 --- a/mplayer-vdpau-nogui/no_segfault_configure.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.old 2008-11-15 23:27:59.000000000 +0100 -+++ b/configure 2008-11-15 23:28:26.000000000 +0100 -@@ -79,7 +79,7 @@ - } - - tmp_run() { -- "$TMPEXE" >> "$TMPLOG" 2>&1 -+ : - } - - # Display error message, flushes tempfile, exit |