[arch-commits] Commit in vlc/repos (8 files)
Date: Wednesday, April 26, 2017 @ 18:49:11 Author: alucryd Revision: 294783 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 294782, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 294782, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/update-vlc-plugin-cache.hook (from rev 294782, vlc/trunk/update-vlc-plugin-cache.hook) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 294782, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 294782, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook (from rev 294782, vlc/trunk/update-vlc-plugin-cache.hook) -+ staging-i686/PKGBUILD | 111 ++ staging-i686/lua53_compat.patch | 30 +++ staging-i686/update-vlc-plugin-cache.hook | 17 +++ staging-x86_64/PKGBUILD | 111 ++ staging-x86_64/lua53_compat.patch | 30 +++ staging-x86_64/update-vlc-plugin-cache.hook | 17 +++ 6 files changed, 316 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 294782, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-04-26 18:49:11 UTC (rev 294783) @@ -0,0 +1,111 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.4 +pkgrel=9 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'smbclient' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface' +'qt4: for the GUI') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +update-vlc-plugin-cache.hook "lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('55666c9898f658c7fcca12725bf7dd1b' + 'SKIP' + '6449d0d26bd34bca009eed58a4c20c83' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${pkgname}-${pkgver}" + + PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \ + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" CXXFLAGS+=" -std=gnu
[arch-commits] Commit in vlc/repos (8 files)
Date: Sunday, March 26, 2017 @ 19:03:39 Author: alucryd Revision: 291679 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 291678, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 291678, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/update-vlc-plugin-cache.hook (from rev 291678, vlc/trunk/update-vlc-plugin-cache.hook) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 291678, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 291678, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook (from rev 291678, vlc/trunk/update-vlc-plugin-cache.hook) -+ staging-i686/PKGBUILD | 111 ++ staging-i686/lua53_compat.patch | 30 +++ staging-i686/update-vlc-plugin-cache.hook | 17 +++ staging-x86_64/PKGBUILD | 111 ++ staging-x86_64/lua53_compat.patch | 30 +++ staging-x86_64/update-vlc-plugin-cache.hook | 17 +++ 6 files changed, 316 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 291678, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-03-26 19:03:39 UTC (rev 291679) @@ -0,0 +1,111 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.4 +pkgrel=8 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'smbclient' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface' +'qt4: for the GUI') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +update-vlc-plugin-cache.hook "lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('55666c9898f658c7fcca12725bf7dd1b' + 'SKIP' + '6449d0d26bd34bca009eed58a4c20c83' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${pkgname}-${pkgver}" + + PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \ + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" CXXFLAGS+=" -std=gnu++9
[arch-commits] Commit in vlc/repos (8 files)
Date: Thursday, September 29, 2016 @ 16:08:10 Author: alucryd Revision: 277280 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 277279, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 277279, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/update-vlc-plugin-cache.hook (from rev 277279, vlc/trunk/update-vlc-plugin-cache.hook) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 277279, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 277279, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook (from rev 277279, vlc/trunk/update-vlc-plugin-cache.hook) -+ staging-i686/PKGBUILD | 112 ++ staging-i686/lua53_compat.patch | 30 ++ staging-i686/update-vlc-plugin-cache.hook | 11 ++ staging-x86_64/PKGBUILD | 112 ++ staging-x86_64/lua53_compat.patch | 30 ++ staging-x86_64/update-vlc-plugin-cache.hook | 11 ++ 6 files changed, 306 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 277279, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-09-29 16:08:10 UTC (rev 277280) @@ -0,0 +1,112 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.4 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface' +'qt4: for the GUI') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +update-vlc-plugin-cache.hook "lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('55666c9898f658c7fcca12725bf7dd1b' + 'SKIP' + '6fdaca3aa56c0676e9c88049b8650324' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${pkgname}-${pkgver}" + + PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \ + CFLAGS+=" -I/usr/include/samba-4
[arch-commits] Commit in vlc/repos (8 files)
Date: Sunday, July 24, 2016 @ 10:00:56 Author: arojas Revision: 272438 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 272437, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 272437, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/update-vlc-plugin-cache.hook (from rev 272437, vlc/trunk/update-vlc-plugin-cache.hook) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 272437, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 272437, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook (from rev 272437, vlc/trunk/update-vlc-plugin-cache.hook) -+ staging-i686/PKGBUILD | 112 ++ staging-i686/lua53_compat.patch | 30 ++ staging-i686/update-vlc-plugin-cache.hook | 11 ++ staging-x86_64/PKGBUILD | 112 ++ staging-x86_64/lua53_compat.patch | 30 ++ staging-x86_64/update-vlc-plugin-cache.hook | 11 ++ 6 files changed, 306 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 272437, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-07-24 10:00:56 UTC (rev 272438) @@ -0,0 +1,112 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.4 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface' +'qt4: for the GUI') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +update-vlc-plugin-cache.hook "lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('55666c9898f658c7fcca12725bf7dd1b' + 'SKIP' + '6fdaca3aa56c0676e9c88049b8650324' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${pkgname}-${pkgver}" + + PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \ + CFLAGS+=" -I/usr/include/samba-4.0" CPPF
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, July 23, 2016 @ 07:13:19 Author: alucryd Revision: 272139 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 272138, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 272138, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/update-vlc-plugin-cache.hook (from rev 272138, vlc/trunk/update-vlc-plugin-cache.hook) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 272138, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 272138, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook (from rev 272138, vlc/trunk/update-vlc-plugin-cache.hook) -+ staging-i686/PKGBUILD | 112 ++ staging-i686/lua53_compat.patch | 30 ++ staging-i686/update-vlc-plugin-cache.hook | 11 ++ staging-x86_64/PKGBUILD | 112 ++ staging-x86_64/lua53_compat.patch | 30 ++ staging-x86_64/update-vlc-plugin-cache.hook | 11 ++ 6 files changed, 306 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 272138, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-07-23 07:13:19 UTC (rev 272139) @@ -0,0 +1,112 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.4 +pkgrel=2 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface' +'qt4: for the GUI') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +update-vlc-plugin-cache.hook "lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('55666c9898f658c7fcca12725bf7dd1b' + 'SKIP' + '6fdaca3aa56c0676e9c88049b8650324' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${pkgname}-${pkgver}" + + PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \ + CFLAGS+=" -I/usr/include/samba-4.0" C
[arch-commits] Commit in vlc/repos (8 files)
Date: Tuesday, May 3, 2016 @ 09:12:57 Author: arojas Revision: 266787 archrelease: copy trunk to testing-i686, testing-x86_64 Added: vlc/repos/testing-i686/ vlc/repos/testing-i686/PKGBUILD (from rev 266786, vlc/trunk/PKGBUILD) vlc/repos/testing-i686/lua53_compat.patch (from rev 266786, vlc/trunk/lua53_compat.patch) vlc/repos/testing-i686/vlc.install (from rev 266786, vlc/trunk/vlc.install) vlc/repos/testing-x86_64/ vlc/repos/testing-x86_64/PKGBUILD (from rev 266786, vlc/trunk/PKGBUILD) vlc/repos/testing-x86_64/lua53_compat.patch (from rev 266786, vlc/trunk/lua53_compat.patch) vlc/repos/testing-x86_64/vlc.install (from rev 266786, vlc/trunk/vlc.install) ---+ testing-i686/PKGBUILD | 110 testing-i686/lua53_compat.patch | 30 + testing-i686/vlc.install | 18 + testing-x86_64/PKGBUILD | 110 testing-x86_64/lua53_compat.patch | 30 + testing-x86_64/vlc.install| 18 + 6 files changed, 316 insertions(+) Copied: vlc/repos/testing-i686/PKGBUILD (from rev 266786, vlc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-05-03 07:12:57 UTC (rev 266787) @@ -0,0 +1,110 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.3 +pkgrel=1 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface' +'qt4: for the GUI') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +"lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('ecbc65be549e5cc83e4cbe0129e66dcd' + 'SKIP' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \ + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Monday, March 7, 2016 @ 17:01:36 Author: jgc Revision: 261173 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 261172, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 261172, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/vlc.install (from rev 261172, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 261172, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 261172, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 261172, vlc/trunk/vlc.install) ---+ staging-i686/PKGBUILD | 109 staging-i686/lua53_compat.patch | 30 + staging-i686/vlc.install | 18 + staging-x86_64/PKGBUILD | 109 staging-x86_64/lua53_compat.patch | 30 + staging-x86_64/vlc.install| 18 + 6 files changed, 314 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 261172, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-03-07 16:01:36 UTC (rev 261173) @@ -0,0 +1,109 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.2 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +"lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6' + 'SKIP' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \ + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Thursday, February 18, 2016 @ 21:07:57 Author: alucryd Revision: 259980 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 259979, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 259979, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/vlc.install (from rev 259979, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 259979, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 259979, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 259979, vlc/trunk/vlc.install) ---+ staging-i686/PKGBUILD | 109 staging-i686/lua53_compat.patch | 30 + staging-i686/vlc.install | 18 + staging-x86_64/PKGBUILD | 109 staging-x86_64/lua53_compat.patch | 30 + staging-x86_64/vlc.install| 18 + 6 files changed, 314 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 259979, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-02-18 20:07:57 UTC (rev 259980) @@ -0,0 +1,109 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.2 +pkgrel=2 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +"lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6' + 'SKIP' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \ + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad
[arch-commits] Commit in vlc/repos (8 files)
Date: Monday, February 15, 2016 @ 22:09:08 Author: anatolik Revision: 259345 archrelease: copy trunk to testing-i686, testing-x86_64 Added: vlc/repos/testing-i686/ vlc/repos/testing-i686/PKGBUILD (from rev 259344, vlc/trunk/PKGBUILD) vlc/repos/testing-i686/lua53_compat.patch (from rev 259344, vlc/trunk/lua53_compat.patch) vlc/repos/testing-i686/vlc.install (from rev 259344, vlc/trunk/vlc.install) vlc/repos/testing-x86_64/ vlc/repos/testing-x86_64/PKGBUILD (from rev 259344, vlc/trunk/PKGBUILD) vlc/repos/testing-x86_64/lua53_compat.patch (from rev 259344, vlc/trunk/lua53_compat.patch) vlc/repos/testing-x86_64/vlc.install (from rev 259344, vlc/trunk/vlc.install) ---+ testing-i686/PKGBUILD | 108 testing-i686/lua53_compat.patch | 30 ++ testing-i686/vlc.install | 18 ++ testing-x86_64/PKGBUILD | 108 testing-x86_64/lua53_compat.patch | 30 ++ testing-x86_64/vlc.install| 18 ++ 6 files changed, 312 insertions(+) Copied: vlc/repos/testing-i686/PKGBUILD (from rev 259344, vlc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-02-15 21:09:08 UTC (rev 259345) @@ -0,0 +1,108 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.2 +pkgrel=1 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} +"lua53_compat.patch") +validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key +md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6' + 'SKIP' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --ena
[arch-commits] Commit in vlc/repos (8 files)
Date: Sunday, December 6, 2015 @ 08:54:14 Author: allan Revision: 252646 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 252645, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 252645, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/vlc.install (from rev 252645, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 252645, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 252645, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 252645, vlc/trunk/vlc.install) ---+ staging-i686/PKGBUILD | 106 staging-i686/lua53_compat.patch | 30 ++ staging-i686/vlc.install | 18 ++ staging-x86_64/PKGBUILD | 106 staging-x86_64/lua53_compat.patch | 30 ++ staging-x86_64/vlc.install| 18 ++ 6 files changed, 308 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 252645, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-12-06 07:54:14 UTC (rev 252646) @@ -0,0 +1,106 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.1 +pkgrel=10 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +"lua53_compat.patch") +md5sums=('42273945758b521c408fabc7fd6d9946' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-ncurses \ + --enable-realrtsp \ + --enable-aa \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Tuesday, November 10, 2015 @ 21:38:13 Author: foutrelis Revision: 250581 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 250580, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 250580, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/vlc.install (from rev 250580, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 250580, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 250580, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 250580, vlc/trunk/vlc.install) ---+ staging-i686/PKGBUILD | 106 staging-i686/lua53_compat.patch | 30 ++ staging-i686/vlc.install | 18 ++ staging-x86_64/PKGBUILD | 106 staging-x86_64/lua53_compat.patch | 30 ++ staging-x86_64/vlc.install| 18 ++ 6 files changed, 308 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 250580, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-11-10 20:38:13 UTC (rev 250581) @@ -0,0 +1,106 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.1 +pkgrel=9 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +"lua53_compat.patch") +md5sums=('42273945758b521c408fabc7fd6d9946' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-ncurses \ + --enable-realrtsp \ + --enable-aa \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, October 9, 2015 @ 13:11:13 Author: alucryd Revision: 248688 archrelease: copy trunk to testing-i686, testing-x86_64 Added: vlc/repos/testing-i686/ vlc/repos/testing-i686/PKGBUILD (from rev 248687, vlc/trunk/PKGBUILD) vlc/repos/testing-i686/lua53_compat.patch (from rev 248687, vlc/trunk/lua53_compat.patch) vlc/repos/testing-i686/vlc.install (from rev 248687, vlc/trunk/vlc.install) vlc/repos/testing-x86_64/ vlc/repos/testing-x86_64/PKGBUILD (from rev 248687, vlc/trunk/PKGBUILD) vlc/repos/testing-x86_64/lua53_compat.patch (from rev 248687, vlc/trunk/lua53_compat.patch) vlc/repos/testing-x86_64/vlc.install (from rev 248687, vlc/trunk/vlc.install) ---+ testing-i686/PKGBUILD | 106 testing-i686/lua53_compat.patch | 30 ++ testing-i686/vlc.install | 18 ++ testing-x86_64/PKGBUILD | 106 testing-x86_64/lua53_compat.patch | 30 ++ testing-x86_64/vlc.install| 18 ++ 6 files changed, 308 insertions(+) Copied: vlc/repos/testing-i686/PKGBUILD (from rev 248687, vlc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-10-09 11:11:13 UTC (rev 248688) @@ -0,0 +1,106 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.1 +pkgrel=8 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +"lua53_compat.patch") +md5sums=('42273945758b521c408fabc7fd6d9946' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-ncurses \ + --enable-realrtsp \ + --enable-aa \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Thursday, September 10, 2015 @ 06:07:54 Author: foutrelis Revision: 245669 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 245668, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 245668, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/vlc.install (from rev 245668, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 245668, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 245668, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 245668, vlc/trunk/vlc.install) ---+ staging-i686/PKGBUILD | 106 staging-i686/lua53_compat.patch | 30 ++ staging-i686/vlc.install | 18 ++ staging-x86_64/PKGBUILD | 106 staging-x86_64/lua53_compat.patch | 30 ++ staging-x86_64/vlc.install| 18 ++ 6 files changed, 308 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 245668, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-09-10 04:07:54 UTC (rev 245669) @@ -0,0 +1,106 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.1 +pkgrel=7 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +"lua53_compat.patch") +md5sums=('42273945758b521c408fabc7fd6d9946' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + patch -p1 < "${srcdir}/lua53_compat.patch" +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-ncurses \ + --enable-realrtsp \ + --enable-aa \
[arch-commits] Commit in vlc/repos (8 files)
Date: Tuesday, March 25, 2014 @ 10:42:44 Author: bpiotrowski Revision: 208704 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 208703, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/vlc-2.0.7-vaapi-compat.patch (from rev 208703, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-i686/vlc.install (from rev 208703, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 208703, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/vlc-2.0.7-vaapi-compat.patch (from rev 208703, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 208703, vlc/trunk/vlc.install) -+ staging-i686/PKGBUILD | 105 ++ staging-i686/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-i686/vlc.install| 18 staging-x86_64/PKGBUILD | 105 ++ staging-x86_64/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-x86_64/vlc.install | 18 6 files changed, 268 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 208703, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2014-03-25 09:42:44 UTC (rev 208704) @@ -0,0 +1,105 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.1.4 +pkgrel=2 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +'vlc-2.0.7-vaapi-compat.patch') +md5sums=('7ed67d22f7425011078772bfc62ac222' + '6df10774bb7acf20e09d6139e5c7839e') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -Np1 -i "${srcdir}/vlc-2.0.7-vaapi-compat.patch" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-ncurses \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Tuesday, January 14, 2014 @ 13:25:22 Author: jgc Revision: 204042 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 204041, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/vlc-2.0.7-vaapi-compat.patch (from rev 204041, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-i686/vlc.install (from rev 204041, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 204041, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/vlc-2.0.7-vaapi-compat.patch (from rev 204041, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 204041, vlc/trunk/vlc.install) -+ staging-i686/PKGBUILD | 105 ++ staging-i686/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-i686/vlc.install| 18 staging-x86_64/PKGBUILD | 105 ++ staging-x86_64/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-x86_64/vlc.install | 18 6 files changed, 268 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 204041, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2014-01-14 12:25:22 UTC (rev 204042) @@ -0,0 +1,105 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.1.2 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +'vlc-2.0.7-vaapi-compat.patch') +md5sums=('fb6787ad749aadcfaeab3471939b3426' + '6df10774bb7acf20e09d6139e5c7839e') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -Np1 -i "${srcdir}/vlc-2.0.7-vaapi-compat.patch" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-ncurses \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, December 21, 2013 @ 20:08:15 Author: andyrtr Revision: 202427 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 202426, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/vlc-2.0.7-vaapi-compat.patch (from rev 202426, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-i686/vlc.install (from rev 202426, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 202426, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/vlc-2.0.7-vaapi-compat.patch (from rev 202426, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 202426, vlc/trunk/vlc.install) -+ staging-i686/PKGBUILD | 105 ++ staging-i686/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-i686/vlc.install| 18 staging-x86_64/PKGBUILD | 105 ++ staging-x86_64/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-x86_64/vlc.install | 18 6 files changed, 268 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 202426, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-12-21 19:08:15 UTC (rev 202427) @@ -0,0 +1,105 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.1.2 +pkgrel=2 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +'vlc-2.0.7-vaapi-compat.patch') +md5sums=('fb6787ad749aadcfaeab3471939b3426' + '6df10774bb7acf20e09d6139e5c7839e') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -Np1 -i "${srcdir}/vlc-2.0.7-vaapi-compat.patch" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-ncurses \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, November 9, 2013 @ 12:18:43 Author: bpiotrowski Revision: 199284 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 199283, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/vlc-2.0.7-vaapi-compat.patch (from rev 199283, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-i686/vlc.install (from rev 199283, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 199283, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/vlc-2.0.7-vaapi-compat.patch (from rev 199283, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 199283, vlc/trunk/vlc.install) -+ staging-i686/PKGBUILD | 106 ++ staging-i686/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-i686/vlc.install| 18 staging-x86_64/PKGBUILD | 106 ++ staging-x86_64/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-x86_64/vlc.install | 18 6 files changed, 270 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 199283, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-11-09 11:18:43 UTC (rev 199284) @@ -0,0 +1,106 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.1.0 +pkgrel=6 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'xosd: for xosd support' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz"; +vlc-2.0.7-vaapi-compat.patch) +md5sums=('8c77bda671821f5b9ede96b6816e2ade' + '6df10774bb7acf20e09d6139e5c7839e') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver/.a}" + + patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver/.a}" + + CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-pvr \ + --enable-ncurs
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, July 27, 2013 @ 20:09:25 Author: bpiotrowski Revision: 191610 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 191609, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/vlc-2.0.7-vaapi-compat.patch (from rev 191609, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-i686/vlc.install (from rev 191609, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 191609, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/vlc-2.0.7-vaapi-compat.patch (from rev 191609, vlc/trunk/vlc-2.0.7-vaapi-compat.patch) vlc/repos/staging-x86_64/vlc.install (from rev 191609, vlc/trunk/vlc.install) -+ staging-i686/PKGBUILD | 113 ++ staging-i686/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-i686/vlc.install| 18 staging-x86_64/PKGBUILD | 113 ++ staging-x86_64/vlc-2.0.7-vaapi-compat.patch | 11 ++ staging-x86_64/vlc.install | 18 6 files changed, 284 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 191609, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-07-27 18:09:25 UTC (rev 191610) @@ -0,0 +1,113 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.0.7 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg-compat' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'oss' + 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'oss: for OSS audio support' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'xosd: for xosd support' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!libtool' '!emptydirs') +install=vlc.install +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +vlc-2.0.7-vaapi-compat.patch) +md5sums=('3b0e465b0990097b65abaf3e25589957' + '6df10774bb7acf20e09d6139e5c7839e') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + # fix for flac-1.3.0 + sed -i -e 's:stream_decoder.h:FLAC/stream_decoder.h:' modules/codec/flac.c + sed -i -e 's:stream_encoder.h:FLAC/stream_encoder.h:' modules/codec/flac.c +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \ +
[arch-commits] Commit in vlc/repos (8 files)
Date: Sunday, June 9, 2013 @ 15:12:36 Author: giovanni Revision: 188100 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 188099, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 188099, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 188099, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 188099, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ /PKGBUILD| 208 + /vlc.install | 36 +++ extra-i686/PKGBUILD | 100 - extra-i686/vlc.install | 18 --- extra-x86_64/PKGBUILD| 100 - extra-x86_64/vlc.install | 18 --- 6 files changed, 244 insertions(+), 236 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-06-09 13:12:29 UTC (rev 188099) +++ extra-i686/PKGBUILD 2013-06-09 13:12:36 UTC (rev 188100) @@ -1,100 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.7 -pkgrel=1 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'oss' - 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' 'projectm' - 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' - 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libva-vdpau-driver: vdpau back-end for nvidia' -'libva-intel-driver: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support' -'ttf-freefont: for subtitle font ' -'ttf-dejavu: for subtitle font' -'opus: for opus support' -'libssh2: for sftp support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('3b0e465b0990097b65abaf3e25589957') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \ - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp \ - --enable-opus \ - --enable-sftp \ - LUAC=luac5.1 \ - RCC=/usr/bin/rcc-qt4 - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - f
[arch-commits] Commit in vlc/repos (8 files)
Date: Monday, May 27, 2013 @ 21:38:42 Author: giovanni Revision: 186492 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 186491, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 186491, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 186491, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 186491, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ /PKGBUILD| 200 + /vlc.install | 36 extra-i686/PKGBUILD | 103 --- extra-i686/vlc.install | 18 extra-x86_64/PKGBUILD| 103 --- extra-x86_64/vlc.install | 18 6 files changed, 236 insertions(+), 242 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-27 19:38:36 UTC (rev 186491) +++ extra-i686/PKGBUILD 2013-05-27 19:38:42 UTC (rev 186492) @@ -1,103 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.6 -pkgrel=2 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' - 'mesa') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libva-vdpau-driver: vdpau back-end for nvidia' -'libva-intel-driver: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support' -'ttf-freefont: for subtitle font ' -'ttf-dejavu: for subtitle font' -'opus: for opus support' -'libssh2: for sftp support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('b45be633c71dca04ca7d6c3d64dd728b') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \ - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp \ - --enable-opus \ - --enable-sftp \ - LUAC=luac5.1 \ - RCC=/usr/bin/rc
[arch-commits] Commit in vlc/repos (8 files)
Date: Monday, April 8, 2013 @ 23:34:41 Author: giovanni Revision: 182353 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 182352, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 182352, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 182352, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 182352, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ /PKGBUILD| 204 + /vlc.install | 36 +++ extra-i686/PKGBUILD | 102 -- extra-i686/vlc.install | 18 --- extra-x86_64/PKGBUILD| 102 -- extra-x86_64/vlc.install | 18 --- 6 files changed, 240 insertions(+), 240 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-04-08 21:34:31 UTC (rev 182352) +++ extra-i686/PKGBUILD 2013-04-08 21:34:41 UTC (rev 182353) @@ -1,102 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.5 -pkgrel=5 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' - 'mesa') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libva-vdpau-driver: vdpau back-end for nvidia' -'libva-intel-driver: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support' -'ttf-freefont: for subtitle font ' -'ttf-dejavu: for subtitle font' -'opus: for opus support' -'libssh2: for sftp support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('4f959c0766ada8cea5a72c65fce94ebe') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp \ - --enable-opus \ - --enable-sftp \ - LUAC=luac5.1 \ - RCC=/usr/bin/rcc-qt4 - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - mak
[arch-commits] Commit in vlc/repos (8 files)
Date: Wednesday, March 27, 2013 @ 21:10:16 Author: guillaume Revision: 180898 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 180897, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 180897, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 180897, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 180897, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ /PKGBUILD| 204 + /vlc.install | 36 +++ extra-i686/PKGBUILD | 101 -- extra-i686/vlc.install | 18 --- extra-x86_64/PKGBUILD| 101 -- extra-x86_64/vlc.install | 18 --- 6 files changed, 240 insertions(+), 238 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-03-27 20:09:22 UTC (rev 180897) +++ extra-i686/PKGBUILD 2013-03-27 20:10:16 UTC (rev 180898) @@ -1,101 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.5 -pkgrel=4 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' - 'mesa') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libva-vdpau-driver: vdpau back-end for nvidia' -'libva-intel-driver: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support' -'ttf-freefont: for subtitle font ' -'ttf-dejavu: for subtitle font' -'opus: for opus support' -'libssh2: for sftp support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('4f959c0766ada8cea5a72c65fce94ebe') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp \ - --enable-opus \ - --enable-sftp \ - LUAC=luac5.1 - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - -
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, December 14, 2012 @ 15:30:38 Author: giovanni Revision: 173231 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 173230, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 173230, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 173230, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 173230, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 202 ++--- extra-i686/vlc.install | 36 extra-x86_64/PKGBUILD| 202 ++--- extra-x86_64/vlc.install | 36 4 files changed, 238 insertions(+), 238 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-12-14 20:30:09 UTC (rev 173230) +++ extra-i686/PKGBUILD 2012-12-14 20:30:38 UTC (rev 173231) @@ -1,101 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.4 -pkgrel=5 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' - 'mesa') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libva-vdpau-driver: vdpau back-end for nvidia' -'libva-intel-driver: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support' -'ttf-freefont: for subtitle font ' -'ttf-dejavu: for subtitle font' -'opus: for opus support' -'libssh2: for sftp support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('f36dab8f126922c56b372388b7fade47') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp \ - --enable-opus \ - --enable-sftp \ - LUAC=luac5.1 - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vl
[arch-commits] Commit in vlc/repos (8 files)
Date: Monday, December 3, 2012 @ 19:11:01 Author: tomegun Revision: 172489 db-move: moved vlc from [staging] to [testing] (i686, x86_64) Added: vlc/repos/testing-i686/ vlc/repos/testing-i686/PKGBUILD (from rev 172479, vlc/repos/staging-i686/PKGBUILD) vlc/repos/testing-i686/vlc.install (from rev 172479, vlc/repos/staging-i686/vlc.install) vlc/repos/testing-x86_64/ vlc/repos/testing-x86_64/PKGBUILD (from rev 172479, vlc/repos/staging-x86_64/PKGBUILD) vlc/repos/testing-x86_64/vlc.install (from rev 172479, vlc/repos/staging-x86_64/vlc.install) Deleted: vlc/repos/staging-i686/ vlc/repos/staging-x86_64/ + testing-i686/PKGBUILD | 101 +++ testing-i686/vlc.install | 18 +++ testing-x86_64/PKGBUILD| 101 +++ testing-x86_64/vlc.install | 18 +++ 4 files changed, 238 insertions(+) Copied: vlc/repos/testing-i686/PKGBUILD (from rev 172479, vlc/repos/staging-i686/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-12-04 00:11:01 UTC (rev 172489) @@ -0,0 +1,101 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.0.4 +pkgrel=5 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' + 'xcb-util-keysyms') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' + 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' + 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' + 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' + 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'oss: for OSS audio support' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'xosd: for xosd support' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'fluidsynth: for synthesizer MIDI FluidSynth' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!libtool' '!emptydirs') +install=vlc.install +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('f36dab8f126922c56b372388b7fade47') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-oss \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-pvr \ + --enable-ncurses \ + --enable-realrtsp \ + --enable-xosd \ + --enable-aa \ + --enable-vcdx \ + --enable-upnp \ + --enable-opus \ + --enable-sftp \ + LUAC=luac5.1 + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + +
[arch-commits] Commit in vlc/repos (8 files)
Date: Thursday, November 15, 2012 @ 16:19:43 Author: ibiru Revision: 171049 db-move: moved vlc from [staging] to [testing] (i686, x86_64) Added: vlc/repos/testing-i686/ vlc/repos/testing-i686/PKGBUILD (from rev 171042, vlc/repos/staging-i686/PKGBUILD) vlc/repos/testing-i686/vlc.install (from rev 171042, vlc/repos/staging-i686/vlc.install) vlc/repos/testing-x86_64/ vlc/repos/testing-x86_64/PKGBUILD (from rev 171042, vlc/repos/staging-x86_64/PKGBUILD) vlc/repos/testing-x86_64/vlc.install (from rev 171042, vlc/repos/staging-x86_64/vlc.install) Deleted: vlc/repos/staging-i686/ vlc/repos/staging-x86_64/ + testing-i686/PKGBUILD | 98 +++ testing-i686/vlc.install | 18 +++ testing-x86_64/PKGBUILD| 98 +++ testing-x86_64/vlc.install | 18 +++ 4 files changed, 232 insertions(+) Copied: vlc/repos/testing-i686/PKGBUILD (from rev 171042, vlc/repos/staging-i686/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-11-15 21:19:43 UTC (rev 171049) @@ -0,0 +1,98 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.0.4 +pkgrel=4 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' + 'xcb-util-keysyms') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' + 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' + 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' + 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'oss: for OSS audio support' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'xosd: for xosd support' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'fluidsynth: for synthesizer MIDI FluidSynth' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!libtool' '!emptydirs') +install=vlc.install +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('f36dab8f126922c56b372388b7fade47') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --enable-oss \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-pvr \ + --enable-ncurses \ + --enable-realrtsp \ + --enable-xosd \ + --enable-aa \ + --enable-vcdx \ + --enable-upnp \ + --enable-opus \ + --enable-sftp + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + for res in 16 32
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, November 2, 2012 @ 05:09:21 Author: giovanni Revision: 170110 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 170109, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 170109, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 170109, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 170109, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 194 ++--- extra-i686/vlc.install | 36 extra-x86_64/PKGBUILD| 194 ++--- extra-x86_64/vlc.install | 36 4 files changed, 232 insertions(+), 228 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-11-02 09:08:49 UTC (rev 170109) +++ extra-i686/PKGBUILD 2012-11-02 09:09:21 UTC (rev 170110) @@ -1,96 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.4 -pkgrel=2 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support' -'ttf-freefont: for subtitle font ' -'ttf-dejavu: for subtitle font' -'opus: for opus support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('f36dab8f126922c56b372388b7fade47') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp \ - --enable-opus - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/r
[arch-commits] Commit in vlc/repos (8 files)
Date: Sunday, October 21, 2012 @ 05:07:49 Author: giovanni Revision: 169442 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 169441, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 169441, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 169441, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 169441, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 190 ++--- extra-i686/vlc.install | 36 extra-x86_64/PKGBUILD| 190 ++--- extra-x86_64/vlc.install | 36 4 files changed, 228 insertions(+), 224 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-21 09:07:23 UTC (rev 169441) +++ extra-i686/PKGBUILD 2012-10-21 09:07:49 UTC (rev 169442) @@ -1,94 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.4 -pkgrel=1 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support' -'ttf-freefont: for subtitle font ' -'ttf-dejavu: for subtitle font') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('f36dab8f126922c56b372388b7fade47') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 169441, vlc/trunk/PKGBUILD) =
[arch-commits] Commit in vlc/repos (8 files)
Date: Wednesday, October 17, 2012 @ 14:09:33 Author: giovanni Revision: 169077 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 169076, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 169076, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 169076, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 169076, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 188 ++--- extra-i686/vlc.install | 36 extra-x86_64/PKGBUILD| 188 ++--- extra-x86_64/vlc.install | 36 4 files changed, 224 insertions(+), 224 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-17 18:09:06 UTC (rev 169076) +++ extra-i686/PKGBUILD 2012-10-17 18:09:33 UTC (rev 169077) @@ -1,94 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.3 -pkgrel=4 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support' -'ttf-freefont: for subtitle font ' -'ttf-dejavu: for subtitle font') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('a7e79565e3df07dcf9abc6cad3ac26bb') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 169076, vlc/trunk/PKGBUILD) ==
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, September 29, 2012 @ 22:21:52 Author: giovanni Revision: 167285 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 167284, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 167284, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 167284, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 167284, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 186 ++--- extra-i686/vlc.install | 36 extra-x86_64/PKGBUILD| 186 ++--- extra-x86_64/vlc.install | 36 4 files changed, 224 insertions(+), 220 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-09-30 02:21:25 UTC (rev 167284) +++ extra-i686/PKGBUILD 2012-09-30 02:21:52 UTC (rev 167285) @@ -1,92 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.3 -pkgrel=3 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms' 'ttf-freefont') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('a7e79565e3df07dcf9abc6cad3ac26bb') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 167284, vlc/trunk/PKGBUILD) === --- extra-i686/PKGB
[arch-commits] Commit in vlc/repos (8 files)
Date: Wednesday, August 22, 2012 @ 15:38:08 Author: giovanni Revision: 165525 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 165524, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 165524, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 165524, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 165524, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 183 ++--- extra-i686/vlc.install | 36 extra-x86_64/PKGBUILD| 183 ++--- extra-x86_64/vlc.install | 36 4 files changed, 220 insertions(+), 218 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-08-22 19:37:42 UTC (rev 165524) +++ extra-i686/PKGBUILD 2012-08-22 19:38:08 UTC (rev 165525) @@ -1,91 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.3 -pkgrel=2 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms' 'ttf-freefont') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('a7e79565e3df07dcf9abc6cad3ac26bb') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 165524, vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-08-22 19:38:08
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, August 4, 2012 @ 01:32:21 Author: giovanni Revision: 164719 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 164718, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 164718, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 164718, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 164718, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 181 ++--- extra-i686/vlc.install | 36 extra-x86_64/PKGBUILD| 181 ++--- extra-x86_64/vlc.install | 36 4 files changed, 218 insertions(+), 216 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-08-04 05:31:56 UTC (rev 164718) +++ extra-i686/PKGBUILD 2012-08-04 05:32:21 UTC (rev 164719) @@ -1,90 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.3 -pkgrel=1 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms' 'ttf-freefont') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('a7e79565e3df07dcf9abc6cad3ac26bb') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx \ - --enable-upnp - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 164718, vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-08-04 05:32:21 UTC (rev 164719) @@ -0,0 +1,91 @@ +#
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, July 20, 2012 @ 01:22:44 Author: giovanni Revision: 163786 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 163785, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 163785, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 163785, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 163785, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 179 ++--- extra-i686/vlc.install | 36 - extra-x86_64/PKGBUILD| 179 ++--- extra-x86_64/vlc.install | 36 - 4 files changed, 216 insertions(+), 214 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-07-20 05:22:19 UTC (rev 163785) +++ extra-i686/PKGBUILD 2012-07-20 05:22:44 UTC (rev 163786) @@ -1,89 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.2 -pkgrel=2 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms' 'ttf-freefont') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin' -'libcdio: for audio CD playback support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('93e729cc970a4535b3213dbef0e69528') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 163785, vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-07-20 05:22:44 UTC (rev 163786) @@ -0,0 +1,90 @@ +# $Id$ +# Maintainer: Giovanni Sc
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, July 6, 2012 @ 11:22:25 Author: ibiru Revision: 163068 db-move: moved vlc from [staging] to [testing] ( i686, x86_64) Added: vlc/repos/testing-i686/ vlc/repos/testing-i686/PKGBUILD (from rev 163051, vlc/repos/staging-i686/PKGBUILD) vlc/repos/testing-i686/vlc.install (from rev 163051, vlc/repos/staging-i686/vlc.install) vlc/repos/testing-x86_64/ vlc/repos/testing-x86_64/PKGBUILD (from rev 163051, vlc/repos/staging-x86_64/PKGBUILD) vlc/repos/testing-x86_64/vlc.install (from rev 163051, vlc/repos/staging-x86_64/vlc.install) Deleted: vlc/repos/staging-i686/ vlc/repos/staging-x86_64/ + testing-i686/PKGBUILD | 89 +++ testing-i686/vlc.install | 18 testing-x86_64/PKGBUILD| 89 +++ testing-x86_64/vlc.install | 18 4 files changed, 214 insertions(+) Copied: vlc/repos/testing-i686/PKGBUILD (from rev 163051, vlc/repos/staging-i686/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-07-06 15:22:25 UTC (rev 163068) @@ -0,0 +1,89 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.0.2 +pkgrel=2 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' + 'xcb-util-keysyms' 'ttf-freefont') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' + 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' + 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' + 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'vdpau-video: vdpau back-end for nvidia' +'libva-driver-intel: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'oss: for OSS audio support' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'xosd: for xosd support' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'fluidsynth: for synthesizer MIDI FluidSynth' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!libtool' '!emptydirs') +install=vlc.install +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('93e729cc970a4535b3213dbef0e69528') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + + ./configure --prefix=/usr \ + --disable-rpath \ + --enable-oss \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-pvr \ + --enable-ncurses \ + --enable-realrtsp \ + --enable-xosd \ + --enable-aa \ + --enable-vcdx + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + for res in 16 32 48 128; do +install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ +"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" + done +} Copied: vlc/repos/testing-i686/vlc.install (from rev 163051, vlc/repos/staging-i686/vlc.install) === --- testing-i686/vlc.install
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, June 30, 2012 @ 09:21:15 Author: giovanni Revision: 162783 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/PKGBUILD (from rev 162782, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/vlc.install (from rev 162782, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/PKGBUILD (from rev 162782, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/vlc.install (from rev 162782, vlc/trunk/vlc.install) Deleted: vlc/repos/staging-i686/PKGBUILD vlc/repos/staging-i686/vlc.install vlc/repos/staging-x86_64/PKGBUILD vlc/repos/staging-x86_64/vlc.install + staging-i686/PKGBUILD | 177 +-- staging-i686/vlc.install | 36 staging-x86_64/PKGBUILD| 177 +-- staging-x86_64/vlc.install | 36 4 files changed, 214 insertions(+), 212 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2012-06-30 13:20:52 UTC (rev 162782) +++ staging-i686/PKGBUILD 2012-06-30 13:21:15 UTC (rev 162783) @@ -1,88 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.1 -pkgrel=3 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms' 'ttf-freefont') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('5ad114755670e4881a2b35354e2f79bc') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/staging-i686/PKGBUILD (from rev 162782, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-30 13:21:15 UTC (rev 162783) @@ -0,0 +1,89 @@ +# $Id$ +# Maintainer: Gio
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, June 30, 2012 @ 08:58:20 Author: giovanni Revision: 162781 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 162780, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 162780, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 162780, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 162780, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 177 ++--- extra-i686/vlc.install | 36 - extra-x86_64/PKGBUILD| 177 ++--- extra-x86_64/vlc.install | 36 - 4 files changed, 214 insertions(+), 212 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-30 12:57:56 UTC (rev 162780) +++ extra-i686/PKGBUILD 2012-06-30 12:58:20 UTC (rev 162781) @@ -1,88 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.1 -pkgrel=2 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' - 'xcb-util-keysyms' 'ttf-freefont') -makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' - 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' - 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' - 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray support' -'flac: for Free Lossless Audio Codec plugin' -'oss: for OSS audio support' -'portaudio: for portaudio support' -'twolame: for TwoLAME mpeg2 encoder plugin' -'projectm: for ProjectM visualisation plugin' -'libcaca: for colored ASCII art video output' -'libgme: for libgme plugin' -'librsvg: for SVG plugin' -'gnome-vfs: for GNOME Virtual File System support' -'libgoom2: for libgoom plugin' -'vcdimager: navigate VCD with libvcdinfo' -'xosd: for xosd support' -'aalib: for ASCII art plugin' -'libmtp: for MTP devices support' -'fluidsynth: for synthesizer MIDI FluidSynth' -'smbclient: for SMB access plugin') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool' '!emptydirs') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('5ad114755670e4881a2b35354e2f79bc') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-oss \ - --enable-faad \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-realrtsp \ - --enable-xosd \ - --enable-aa \ - --enable-vcdx - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 162780, vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-30 12:58:20 UTC (rev 162781) @@ -0,0 +1,89 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Ma
[arch-commits] Commit in vlc/repos (8 files)
Date: Sunday, February 19, 2012 @ 12:21:32 Author: giovanni Revision: 150664 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 150663, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 150663, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 150663, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 150663, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 149 ++--- extra-i686/vlc.install | 36 +- extra-x86_64/PKGBUILD| 149 ++--- extra-x86_64/vlc.install | 36 +- 4 files changed, 186 insertions(+), 184 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-19 17:21:09 UTC (rev 150663) +++ extra-i686/PKGBUILD 2012-02-19 17:21:32 UTC (rev 150664) @@ -1,74 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.0 -pkgrel=2 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('GPL') -depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' - 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' - 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' - 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' - 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') -makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray' - 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' - 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' - 'lirc-utils' 'gnutls' 'libcaca' 'oss') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libpulse: PulseAudio support' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards' -'libbluray: for Blu-Ray disks' -'oss: for OSS audio') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('8806bff2ea9c76791123d444a92f708c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-faad \ - --enable-dbus-control \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-upnp \ - --enable-oss \ - --enable-bluray \ - --enable-realrtsp - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}/" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 150663, vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-19 17:21:32 UTC (rev 150664) @@ -0,0 +1,75 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.0.0 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('GPL') +depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' + 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' + 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' + 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' + 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') +makedepends=('avahi' 'p
[arch-commits] Commit in vlc/repos (8 files)
Date: Sunday, February 19, 2012 @ 09:23:48 Author: giovanni Revision: 150659 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 150658, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 150658, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 150658, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 150658, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 144 +++-- extra-i686/vlc.install | 36 +-- extra-x86_64/PKGBUILD| 144 +++-- extra-x86_64/vlc.install | 36 +-- 4 files changed, 184 insertions(+), 176 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-19 14:23:25 UTC (rev 150658) +++ extra-i686/PKGBUILD 2012-02-19 14:23:48 UTC (rev 150659) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=2.0.0 -pkgrel=1 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('GPL') -depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' - 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' - 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' - 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' - 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') -makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' - 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' - 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' - 'lirc-utils' 'gnutls' 'libcaca') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libpulse: PulseAudio support' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('8806bff2ea9c76791123d444a92f708c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-faad \ - --enable-dbus-control \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --enable-upnp \ - --enable-realrtsp - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}/" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 150658, vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-19 14:23:48 UTC (rev 150659) @@ -0,0 +1,74 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.0.0 +pkgrel=2 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('GPL') +depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' + 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' + 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' + 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' + 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') +makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray' + 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' + 'libraw1394' 'libdc1394' 'li
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, January 27, 2012 @ 14:40:23 Author: ibiru Revision: 147741 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/PKGBUILD (from rev 147740, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/vlc.install (from rev 147740, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/PKGBUILD (from rev 147740, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/vlc.install (from rev 147740, vlc/trunk/vlc.install) Deleted: vlc/repos/staging-i686/PKGBUILD vlc/repos/staging-i686/vlc.install vlc/repos/staging-x86_64/PKGBUILD vlc/repos/staging-x86_64/vlc.install + staging-i686/PKGBUILD | 148 +-- staging-i686/vlc.install | 36 +- staging-x86_64/PKGBUILD| 148 +-- staging-x86_64/vlc.install | 36 +- 4 files changed, 184 insertions(+), 184 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2012-01-27 19:39:20 UTC (rev 147740) +++ staging-i686/PKGBUILD 2012-01-27 19:40:23 UTC (rev 147741) @@ -1,74 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=1.1.13 -pkgrel=2 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('GPL') -depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' - 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' - 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' - 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' - 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') -makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' - 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' - 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' - 'lirc-utils' 'gnutls' 'libcaca') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libpulse: PulseAudio support' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/http/.hosts' -'usr/share/vlc/http/dialogs/.hosts' -'usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('9678fb7a04808b6e0de63746d35e4bb1') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-faad \ - --enable-v4l \ - --enable-snapshot \ - --enable-dbus-control \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --with-live555-tree=/usr/lib/live \ - --enable-upnp \ - --enable-realrtsp - make -} -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}/" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/staging-i686/PKGBUILD (from rev 147740, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-01-27 19:40:23 UTC (rev 147741) @@ -0,0 +1,74 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=1.1.13 +pkgrel=4 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('GPL') +depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' + 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' + 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' + 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' + 'tt
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, January 27, 2012 @ 14:27:41 Author: ibiru Revision: 147739 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 147738, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 147738, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 147738, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 147738, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 148 ++--- extra-i686/vlc.install | 36 +- extra-x86_64/PKGBUILD| 148 ++--- extra-x86_64/vlc.install | 36 +- 4 files changed, 184 insertions(+), 184 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-27 19:26:10 UTC (rev 147738) +++ extra-i686/PKGBUILD 2012-01-27 19:27:41 UTC (rev 147739) @@ -1,74 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=1.1.13 -pkgrel=1 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('GPL') -depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' - 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' - 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' - 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' - 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') -makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' - 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' - 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' - 'lirc-utils' 'gnutls' 'libcaca') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libpulse: PulseAudio support' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/http/.hosts' -'usr/share/vlc/http/dialogs/.hosts' -'usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('9678fb7a04808b6e0de63746d35e4bb1') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-faad \ - --enable-v4l \ - --enable-snapshot \ - --enable-dbus-control \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --with-live555-tree=/usr/lib/live \ - --enable-upnp \ - --enable-realrtsp - make -} -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}/" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 147738, vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-27 19:27:41 UTC (rev 147739) @@ -0,0 +1,74 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=1.1.13 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('GPL') +depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' + 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' + 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' + 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' + 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, November 25, 2011 @ 12:22:46 Author: andyrtr Revision: 143525 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 143524, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/bp-set-channel-map-pulseaudio-1.0.patch (from rev 143524, vlc/trunk/bp-set-channel-map-pulseaudio-1.0.patch) vlc/repos/staging-i686/vlc.install (from rev 143524, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 143524, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/bp-set-channel-map-pulseaudio-1.0.patch (from rev 143524, vlc/trunk/bp-set-channel-map-pulseaudio-1.0.patch) vlc/repos/staging-x86_64/vlc.install (from rev 143524, vlc/trunk/vlc.install) + staging-i686/PKGBUILD | 78 +++ staging-i686/bp-set-channel-map-pulseaudio-1.0.patch | 33 ++ staging-i686/vlc.install | 18 +++ staging-x86_64/PKGBUILD| 78 +++ staging-x86_64/bp-set-channel-map-pulseaudio-1.0.patch | 33 ++ staging-x86_64/vlc.install | 18 +++ 6 files changed, 258 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 143524, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2011-11-25 17:22:46 UTC (rev 143525) @@ -0,0 +1,78 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=1.1.12 +pkgrel=5 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('GPL') +depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' + 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' + 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' + 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' + 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') +makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' + 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' + 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' + 'lirc-utils' 'gnutls' 'libcaca') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libpulse: PulseAudio support' +'vdpau-video: vdpau back-end for nvidia' +'libva-driver-intel: back-end for intel cards') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/http/.hosts' +'usr/share/vlc/http/dialogs/.hosts' +'usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!libtool') +install=vlc.install +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"; +'bp-set-channel-map-pulseaudio-1.0.patch') +md5sums=('91de1ad308c947e35380f9d747ff5713' + 'bae24e02207364d76a1a118644de484e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c + + patch -Np1 -i ${srcdir}/bp-set-channel-map-pulseaudio-1.0.patch + + ./configure --prefix=/usr \ + --disable-rpath \ + --enable-faad \ + --enable-v4l \ + --enable-snapshot \ + --enable-dbus-control \ + --enable-nls \ + --enable-lirc \ + --enable-pvr \ + --enable-ncurses \ + --with-live555-tree=/usr/lib/live \ + --enable-upnp \ + --enable-realrtsp + make +} +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}/" install + + for res in 16 32 48 128; do +install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ +"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" + done +} Copied: vlc/repos/staging-i686/bp-set-channel-map-pulseaudio-1.0.patch (from rev 143524, vlc/trunk/bp-set-channel-map-pulseaudio-1.0.patch) === --- staging-i686/bp-set-channel-map-pulseaudio-1.0.patch (rev 0) +++ staging-i686/bp-set-channel-map-pulseaudio-1.0.patch2011
[arch-commits] Commit in vlc/repos (8 files)
Date: Saturday, November 12, 2011 @ 08:17:39 Author: ibiru Revision: 142592 archrelease: copy trunk to testing-i686, testing-x86_64 Added: vlc/repos/testing-i686/PKGBUILD (from rev 142591, vlc/trunk/PKGBUILD) vlc/repos/testing-i686/vlc.install (from rev 142591, vlc/trunk/vlc.install) vlc/repos/testing-x86_64/PKGBUILD (from rev 142591, vlc/trunk/PKGBUILD) vlc/repos/testing-x86_64/vlc.install (from rev 142591, vlc/trunk/vlc.install) Deleted: vlc/repos/testing-i686/PKGBUILD vlc/repos/testing-i686/vlc.install vlc/repos/testing-x86_64/PKGBUILD vlc/repos/testing-x86_64/vlc.install + testing-i686/PKGBUILD | 148 +-- testing-i686/vlc.install | 36 +- testing-x86_64/PKGBUILD| 148 +-- testing-x86_64/vlc.install | 36 +- 4 files changed, 184 insertions(+), 184 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2011-11-12 13:12:05 UTC (rev 142591) +++ testing-i686/PKGBUILD 2011-11-12 13:17:39 UTC (rev 142592) @@ -1,74 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=1.1.12 -pkgrel=2 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('GPL') -depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' - 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' - 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' - 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' - 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') -makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' - 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' - 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' - 'lirc-utils' 'gnutls' 'libcaca') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'libpulse: PulseAudio support' -'vdpau-video: vdpau back-end for nvidia' -'libva-driver-intel: back-end for intel cards') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/http/.hosts' -'usr/share/vlc/http/dialogs/.hosts' -'usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('91de1ad308c947e35380f9d747ff5713') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-faad \ - --enable-v4l \ - --enable-snapshot \ - --enable-dbus-control \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --with-live555-tree=/usr/lib/live \ - --enable-upnp \ - --enable-realrtsp - make -} -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}/" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/testing-i686/PKGBUILD (from rev 142591, vlc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-11-12 13:17:39 UTC (rev 142592) @@ -0,0 +1,74 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=1.1.12 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('GPL') +depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' + 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' + 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' + 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' + 'ttf-freefont' 'libxv' 'libass' 'xdg-utils
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, October 7, 2011 @ 11:51:39 Author: giovanni Revision: 140130 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 140129, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 140129, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 140129, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 140129, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 146 ++--- extra-i686/vlc.install | 36 +-- extra-x86_64/PKGBUILD| 146 ++--- extra-x86_64/vlc.install | 36 +-- 4 files changed, 182 insertions(+), 182 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-10-07 15:50:56 UTC (rev 140129) +++ extra-i686/PKGBUILD 2011-10-07 15:51:39 UTC (rev 140130) @@ -1,73 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Sarah Hay -# Contributor: Martin Sandsmark - -pkgname=vlc -pkgver=1.1.11 -pkgrel=5 -pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" -arch=('i686' 'x86_64') -url="http://www.videolan.org/vlc/"; -license=('GPL') -depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' - 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' - 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' - 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' - 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') -makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' - 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' - 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' - 'lirc-utils' 'gnutls' 'libcaca') -optdepends=('avahi: for service discovery using bonjour protocol' -'libnotify: for notification plugin' -'ncurses: for ncurses interface support' -'libdvdcss: for decoding encrypted DVDs' -'lirc-utils: for lirc plugin' -'libavc1394: for devices using the 1394ta AV/C' -'libdc1394: for IEEE 1394 plugin' -'kdelibs: KDE Solid hardware integration' -'vdpau-video: VDPAU backend for VA API (for GPU acceleration on Nvidia cards)' -'libpulse: PulseAudio support') -conflicts=('vlc-plugin') -replaces=('vlc-plugin') -backup=('usr/share/vlc/http/.hosts' -'usr/share/vlc/http/dialogs/.hosts' -'usr/share/vlc/lua/http/.hosts' -'usr/share/vlc/lua/http/dialogs/.hosts') -options=('!libtool') -install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('a64846d6f21ea179ae8e8bfb6f9447fe') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c - - ./configure --prefix=/usr \ - --disable-rpath \ - --enable-faad \ - --enable-v4l \ - --enable-snapshot \ - --enable-dbus-control \ - --enable-nls \ - --enable-lirc \ - --enable-pvr \ - --enable-ncurses \ - --with-live555-tree=/usr/lib/live \ - --enable-upnp \ - --enable-realrtsp - make -} -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}/" install - - for res in 16 32 48 128; do -install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ -"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" - done -} Copied: vlc/repos/extra-i686/PKGBUILD (from rev 140129, vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-10-07 15:51:39 UTC (rev 140130) @@ -0,0 +1,73 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=1.1.12 +pkgrel=1 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('GPL') +depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' + 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' + 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' + 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' + 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') +makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'