summaryrefslogtreecommitdiffstats
path: root/extra/vlc-plugin/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-17 20:29:43 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-17 20:29:43 +0100
commit178f946eb08a46d7e9cc904f72f7301a6379841f (patch)
tree28041fa94d9bb57a683ac8e6e1285212bf9812c3 /extra/vlc-plugin/Pkgfile
parent50d8f3f2e8ae2944edd71639d1adbf950bf7a00f (diff)
downloadnutyx-pakxe-178f946eb08a46d7e9cc904f72f7301a6379841f.tar.gz
nutyx-pakxe-178f946eb08a46d7e9cc904f72f7301a6379841f.tar.bz2
nutyx-pakxe-178f946eb08a46d7e9cc904f72f7301a6379841f.tar.xz
nutyx-pakxe-178f946eb08a46d7e9cc904f72f7301a6379841f.zip
vlc-plugin dans ouvert
Diffstat (limited to 'extra/vlc-plugin/Pkgfile')
-rw-r--r--extra/vlc-plugin/Pkgfile61
1 files changed, 0 insertions, 61 deletions
diff --git a/extra/vlc-plugin/Pkgfile b/extra/vlc-plugin/Pkgfile
deleted file mode 100644
index 67fa54e46..000000000
--- a/extra/vlc-plugin/Pkgfile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Description: Plugin vlc pour firefox
-# URL: http://www.videolan.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libshout, lua, xulrunner, 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
-# Run on: libshout,lua,xulrunner,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
-
-name=vlc-plugin
-version=1.1.5
-release=1
-
-source=(http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2 )
-
-build() {
- cd vlc-$version
-
- sed -i -e 's:/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:/usr/share/fonts/TTF/DejaVuSerif-Bold.ttf:' modules/misc/freetype.c
- [ "${CARCH}" = "i686" ] && EXTRAFEATURES="--enable-loader --enable-live555 --with-live555-tree=/usr/lib/live-media"
- [ "${CARCH}" = "x86_64" ] && EXTRAFEATURES="--enable-fast-install --enable-live555 --with-live555-tree=/usr/lib/live-media"
-
-#export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264"
-
- ./configure --prefix=/usr \
- --enable-libass \
- --enable-dvdread \
- --enable-dvdnav \
- --disable-rpath \
- --disable-zvbi \
- --enable-qt4 \
- --enable-faad \
- --enable-alsa \
- --enable-skins2 \
- --enable-dvb \
- --enable-v4l \
- --enable-theora \
- --enable-flac \
- --enable-snapshot \
- --enable-hal \
- --enable-dbus \
- --enable-ogg \
- --enable-dbus-control \
- --enable-shared \
- --enable-nls \
- --enable-lirc \
- --enable-shout \
- --enable-pvr \
- --enable-release \
- --enable-mozilla \
- --enable-vlc \
- --program-suffix= \
- --enable-realrtsp ${EXTRAFEATURES}
- CFLAGS="-fPIC"
-
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr
- mkdir -p $PKG/usr/lib/firefox/plugins/
- install -m755 projects/mozilla/.libs/libvlcplugin.so $PKG/usr/lib/firefox/plugins/libvlcplugin.so
-}
-
-