diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 00:26:26 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 00:26:26 +0100 |
commit | 6ce7a94f899d9cead0e82b58f51f905e7d1ac52c (patch) | |
tree | 67ecb62b3acb5534be40b88d525f0f9caf67c8f3 /extra/vlc/Pkgfile | |
parent | ae2175e6a13cf4ed6824fa3bf03aa888bc997002 (diff) | |
download | nutyx-pakxe-6ce7a94f899d9cead0e82b58f51f905e7d1ac52c.tar.gz nutyx-pakxe-6ce7a94f899d9cead0e82b58f51f905e7d1ac52c.tar.bz2 nutyx-pakxe-6ce7a94f899d9cead0e82b58f51f905e7d1ac52c.tar.xz nutyx-pakxe-6ce7a94f899d9cead0e82b58f51f905e7d1ac52c.zip |
vlc dans ouvert
Diffstat (limited to 'extra/vlc/Pkgfile')
-rw-r--r-- | extra/vlc/Pkgfile | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/extra/vlc/Pkgfile b/extra/vlc/Pkgfile deleted file mode 100644 index 5cf92478c..000000000 --- a/extra/vlc/Pkgfile +++ /dev/null @@ -1,66 +0,0 @@ -# Description: Lecteur multimedia -# URL: http://www.videolan.org/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: lua, libshout, sysfsutils, ffmpeg, flac, freetype, fribidi, goom, lame, libcdio, libdvbpsi, libdvdcss, libdvdread, libdvdnav, libebml, libiconv, libid3tag, libmad, libmatroska, libogg, libpng, speex, libtheora, libvorbis, libxml2, libmpeg2, openslp, portaudio, lame, vcdimager, x264, aalib, libcaca, libmpeg2, libopendaap, libmp4v2, live, libdca, sdl_image, qt, libnotify, libmpcdec, hal, taglib, samba3 -# Run on: lua,libshout,sysfsutils,ffmpeg,flac,freetype,fribidi,goom,lame,libcdio,libdvbpsi,libdvdcss,libdvdread,libdvdnav,libebml,libiconv,libid3tag,libmad,libmatroska,libogg,libpng,speex,libtheora,libvorbis,libxml2,libmpeg2,openslp,portaudio,lame,vcdimager,x264,aalib,libcaca,libmpeg2,libopendaap,libmp4v2,live,libdca,sdl_image,qt,libnotify,libmpcdec,hal,taglib - -name=vlc -version=1.1.5 -release=1 -source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) - -build() { - cd $name-$version - export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264" - ./configure --prefix=/usr \ - --enable-dvdread \ - --enable-dvdnav \ - --enable-madi \ - --disable-pulse \ - --enable-ffmpeg \ - --disable-rpath \ - --enable-wxwidget \ - --enable-faad \ - --enable-alsa \ - --enable-skins2 \ - --enable-dvb \ - --enable-dmo \ - --with-ffmpeg-faac \ - --with-ffmpeg-vorbis \ - --with-ffmpeg-dts \ - --with-ffmpeg-ogg \ - --with-ffmpeg-theora \ - --with-ffmpeg-tree=../ffmpeg/ \ - --with-ffmpeg-config-path=../ffmpeg/ \ - --enable-livedotcom \ - --enable-v4l \ - --enable-theora \ - --enable-snapshot \ - --enable-hal \ - --enable-dbus-control \ - --enable-ogg \ - --enable-dbus-control \ - --enable-shared \ - --enable-nls \ - --enable-lirc \ - --enable-shout \ - --enable-pvr \ - --enable-release \ - --program-suffix= \ - --with-dv-raw1394=/usr/include/libraw1394 \ - --enable-loader \ - --enable-live555 \ - --with-live555-tree=/usr/lib/live - 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 - - rm -rf $PKG/usr/lib/mozilla -} - - |