summaryrefslogtreecommitdiffstats
path: root/extra/vlc/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-08 14:15:09 +0200
committertnut <tnut at nutyx dot com>2011-05-08 14:15:09 +0200
commit3711c3832ce10952b58b43a7158f805888bf3185 (patch)
treed24b1e0339efc0c855196888dc3f6f5299dfa6f9 /extra/vlc/Pkgfile
parent38af2e2e35827092cd93c5365920f6286a7cf391 (diff)
downloadnutyx-pakxe-3711c3832ce10952b58b43a7158f805888bf3185.tar.gz
nutyx-pakxe-3711c3832ce10952b58b43a7158f805888bf3185.tar.bz2
nutyx-pakxe-3711c3832ce10952b58b43a7158f805888bf3185.tar.xz
nutyx-pakxe-3711c3832ce10952b58b43a7158f805888bf3185.zip
vlc dans ouvert
Diffstat (limited to 'extra/vlc/Pkgfile')
-rw-r--r--extra/vlc/Pkgfile33
1 files changed, 0 insertions, 33 deletions
diff --git a/extra/vlc/Pkgfile b/extra/vlc/Pkgfile
deleted file mode 100644
index 5263122c9..000000000
--- a/extra/vlc/Pkgfile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Description: Lecteur multimedia
-# URL: http://www.videolan.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libmad, ffmpeg, qt, libdvdnav, liba52, libgcrypt, lua
-# Run on:
-
-name=vlc
-version=1.1.9
-release=1
-source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --enable-nls \
- --disable-fribidi \
- --disable-httpd \
- --enable-dbus \
- --enable-alsa \
- --disable-remoteosd \
- --enable-lua \
- --enable-realrtsp
- make
- make DESTDIR=$PKG install
-
- for res in 16 32 48 128; do
- install -D -m644 $SRC/vlc-$version/share/icons/${res}x${res}/vlc.png \
- $PKG/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png
- done
-}
-
-