[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-11-10 Thread Levente Polyak via arch-commits
Date: Tuesday, November 10, 2020 @ 20:52:48
  Author: anthraxx
Revision: 400131

upgpkg: vlc 3.0.11.1-6: adding aribcam plugin

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 19:51:19 UTC (rev 400130)
+++ PKGBUILD2020-11-10 20:52:48 UTC (rev 400131)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=5
+pkgrel=6
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -18,8 +18,7 @@
  'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
  'libupnp' 'libixml.so' 'libupnp.so' 'libarchive' 'qt5-base'
  'qt5-x11extras' 'qt5-svg' 'freetype2' 'fribidi' 'harfbuzz'
- 'fontconfig' 'libxml2' 'gnutls' 'libplacebo' 'wayland-protocols'
- 'aribb24')
+ 'fontconfig' 'libxml2' 'gnutls' 'libplacebo' 'wayland-protocols')
 makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
  'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
  'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
@@ -29,7 +28,8 @@
  'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
  'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
  'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
- 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aom' 'srt' 'dav1d')
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aom' 'srt' 'dav1d'
+ 'aribb24' 'aribb25' 'pcsclite')
 optdepends=('avahi: service discovery using bonjour protocol'
 'aom: AOM AV1 codec'
 'gst-plugins-base-libs: for libgst plugins'
@@ -92,7 +92,10 @@
 'projectm: ProjectM visualisation'
 'ncurses: ncurses interface'
 'libnotify: notification plugin'
-'gtk3: notification plugin')
+'gtk3: notification plugin'
+'aribb24: aribsub support'
+'aribb25: aribcam support'
+'pcsclite: aribcam support')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 options=('!emptydirs')
@@ -227,6 +230,7 @@
 --enable-libplacebo \
 --enable-vlc \
 --enable-aribsub \
+--enable-aribcam \
 --enable-aom \
 --enable-srt \
 --enable-dav1d


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-11-10 Thread Levente Polyak via arch-commits
Date: Tuesday, November 10, 2020 @ 19:11:00
  Author: anthraxx
Revision: 400110

upgpkg: vlc 3.0.11.1-5: libplacebo rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 18:56:42 UTC (rev 400109)
+++ PKGBUILD2020-11-10 19:11:00 UTC (rev 400110)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=4
+pkgrel=5
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-3.0.11.1-srt_1.4.2.patch)

2020-09-26 Thread David Runge via arch-commits
Date: Saturday, September 26, 2020 @ 10:49:37
  Author: dvzrv
Revision: 396570

upgpkg: vlc 3.0.11.1-4: Rebuild against libupnp 1.14.0.

Fix issue with srt 1.4.2 
(https://github.com/Haivision/srt/issues/1210#issuecomment-699477891).
Remove makepkg internal function 'msg2' and replace with echo.
Add libupnp related sodeps to depends.

Added:
  vlc/trunk/vlc-3.0.11.1-srt_1.4.2.patch
Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 vlc-3.0.11.1-srt_1.4.2.patch |   24 
 2 files changed, 35 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-25 22:42:50 UTC (rev 396569)
+++ PKGBUILD2020-09-26 10:49:37 UTC (rev 396570)
@@ -8,17 +8,18 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
 license=('LGPL2.1' 'GPL2')
 depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua52' 'libidn'
- 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libmad'
  'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
- 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
- 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
- 'wayland-protocols' 'aribb24')
+ 'libupnp' 'libixml.so' 'libupnp.so' 'libarchive' 'qt5-base'
+ 'qt5-x11extras' 'qt5-svg' 'freetype2' 'fribidi' 'harfbuzz'
+ 'fontconfig' 'libxml2' 'gnutls' 'libplacebo' 'wayland-protocols'
+ 'aribb24')
 makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
  'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
  'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
@@ -97,11 +98,13 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-qt_5_15.patch)
+qt_5_15.patch
+vlc-3.0.11.1-srt_1.4.2.patch)
 
sha512sums=('8ce1e2f11aabf847dc5c55cf21ce6d7c0419a1051b5f4795e36cd060eab82d5056e44b4c070b80af56744e6aa841ef538386d08bc3b397a444e7258b2ba3f76b'
 'SKIP'
 
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
-
'43446257248461e7e6c237dbc63d58b994f4ce527573ff67437e3bade6ffb752aad94de19309c9cdca5f513e5c42f9d0c8b1db36198af6d41e18d3634c08761f')
+
'43446257248461e7e6c237dbc63d58b994f4ce527573ff67437e3bade6ffb752aad94de19309c9cdca5f513e5c42f9d0c8b1db36198af6d41e18d3634c08761f'
+
'090c75878894f89184179f534da503a78234cf4f0f5af602873ea2ba6b68326afed71ef6160d1352bdd5c05e45b36bfcd23b7286d5111a900b7c11829642ae0d')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
@@ -115,7 +118,7 @@
 src="${src%%::*}"
 src="${src##*/}"
 [[ $src = *.patch ]] || continue
-msg2 "Applying patch $src..."
+echo "Applying patch $src..."
 patch -Np1 < "../$src"
   done
 }

Added: vlc-3.0.11.1-srt_1.4.2.patch
===
--- vlc-3.0.11.1-srt_1.4.2.patch(rev 0)
+++ vlc-3.0.11.1-srt_1.4.2.patch2020-09-26 10:49:37 UTC (rev 396570)
@@ -0,0 +1,24 @@
+diff -ruN a/modules/access/srt.c b/modules/access/srt.c
+--- a/modules/access/srt.c 2018-04-23 10:03:39.0 +0200
 b/modules/access/srt.c 2020-09-26 10:35:18.830149487 +0200
+@@ -165,7 +165,7 @@
+ 
+ /* Set latency */
+ i_latency = var_InheritInteger( p_stream, "latency" );
+-srt_setsockopt( p_sys->sock, 0, SRTO_TSBPDDELAY,
++srt_setsockopt( p_sys->sock, 0, SRTO_LATENCY,
+ &i_latency, sizeof( int ) );
+ 
+ psz_passphrase = var_InheritString( p_stream, "passphrase" );
+diff -ruN a/modules/access_output/srt.c b/modules/access_output/srt.c
+--- a/modules/access_output/srt.c  2018-04-06 11:22:51.0 +0200
 b/modules/access_output/srt.c  2020-09-26 10:35:03.386828120 +0200
+@@ -162,7 +162,7 @@
+ 
+ /* Set latency */
+ i_latency = var_InheritInteger( p_access, "latency" );
+-srt_setsockopt( p_sys->sock, 0, SRTO_TSBPDDELAY,
++srt_setsockopt( p_sys->sock, 0, SRTO_LATENCY,
+ &i_latency, sizeof( int ) );
+ 
+ if ( psz_passphrase != NULL && psz_passphrase[0] != '\0')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-09-24 Thread Levente Polyak via arch-commits
Date: Thursday, September 24, 2020 @ 21:43:42
  Author: anthraxx
Revision: 396500

upgpkg: vlc 3.0.11.1-3: libmicrodns rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 21:37:39 UTC (rev 396499)
+++ PKGBUILD2020-09-24 21:43:42 UTC (rev 396500)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-08-23 Thread Maxime Gauduin via arch-commits
Date: Sunday, August 23, 2020 @ 11:42:46
  Author: alucryd
Revision: 394596

lua52: add link to upstream bugtracker

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 10:10:02 UTC (rev 394595)
+++ PKGBUILD2020-08-23 11:42:46 UTC (rev 394596)
@@ -126,6 +126,7 @@
   export CFLAGS+=" -I/usr/include/samba-4.0"
   export CPPFLAGS+=" -I/usr/include/samba-4.0"
   export CXXFLAGS+=" -std=c++11"
+  # upstream doesn't support lua 5.4 yet: 
https://trac.videolan.org/vlc/ticket/25036
   export LUAC=/usr/bin/luac5.2
   export LUA_LIBS="$(pkg-config --libs lua5.2)"
   export RCC=/usr/bin/rcc-qt5


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-08-21 Thread Maxime Gauduin via arch-commits
Date: Friday, August 21, 2020 @ 15:14:44
  Author: alucryd
Revision: 394475

FS#67544: vlc 3.0.11.1-2

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-21 11:21:09 UTC (rev 394474)
+++ PKGBUILD2020-08-21 15:14:44 UTC (rev 394475)
@@ -8,12 +8,12 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
 license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua52' 'libidn'
  'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
  'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
  'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
@@ -55,7 +55,7 @@
 'mpg123: mpg123 codec'
 'protobuf: chromecast streaming'
 'libmicrodns: mDNS services discovery (chromecast etc)'
-'lua-socket: http interface'
+'lua52-socket: http interface'
 'live-media: RTSP input'
 'libdvdread: DVD input module'
 'libdvdnav: DVD with navigation input module'
@@ -97,13 +97,11 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-qt_5_15.patch
-lua53_compat.patch)
+qt_5_15.patch)
 
sha512sums=('8ce1e2f11aabf847dc5c55cf21ce6d7c0419a1051b5f4795e36cd060eab82d5056e44b4c070b80af56744e6aa841ef538386d08bc3b397a444e7258b2ba3f76b'
 'SKIP'
 
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
-
'43446257248461e7e6c237dbc63d58b994f4ce527573ff67437e3bade6ffb752aad94de19309c9cdca5f513e5c42f9d0c8b1db36198af6d41e18d3634c08761f'
-
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
+
'43446257248461e7e6c237dbc63d58b994f4ce527573ff67437e3bade6ffb752aad94de19309c9cdca5f513e5c42f9d0c8b1db36198af6d41e18d3634c08761f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
@@ -128,8 +126,8 @@
   export CFLAGS+=" -I/usr/include/samba-4.0"
   export CPPFLAGS+=" -I/usr/include/samba-4.0"
   export CXXFLAGS+=" -std=c++11"
-  export LUAC=/usr/bin/luac
-  export LUA_LIBS="$(pkg-config --libs lua)"
+  export LUAC=/usr/bin/luac5.2
+  export LUA_LIBS="$(pkg-config --libs lua5.2)"
   export RCC=/usr/bin/rcc-qt5
 
   ./configure \


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-08-06 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 6, 2020 @ 07:56:51
  Author: alucryd
Revision: 393207

x264 and ebml/matroska rebuild: vlc 3.0.11.1-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-06 04:34:53 UTC (rev 393206)
+++ PKGBUILD2020-08-06 07:56:51 UTC (rev 393207)
@@ -4,11 +4,11 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.11
+_vlcver=3.0.11.1
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -99,7 +99,7 @@
 update-vlc-plugin-cache.hook
 qt_5_15.patch
 lua53_compat.patch)
-sha512sums=('8219cc46e434c7b2f12321d4e1b21eae123a546eeb22f768c463537a4a4986ab395053f8a794628cfd17236f81665f12b2b3f6867af73b102b81628204b6c444'
+sha512sums=('8ce1e2f11aabf847dc5c55cf21ce6d7c0419a1051b5f4795e36cd060eab82d5056e44b4c070b80af56744e6aa841ef538386d08bc3b397a444e7258b2ba3f76b'
 'SKIP'
 
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
 
'43446257248461e7e6c237dbc63d58b994f4ce527573ff67437e3bade6ffb752aad94de19309c9cdca5f513e5c42f9d0c8b1db36198af6d41e18d3634c08761f'


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-06-29 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 30, 2020 @ 05:20:55
  Author: foutrelis
Revision: 390645

upgpkg: vlc 3.0.11-2: Lua 5.4 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 05:17:27 UTC (rev 390644)
+++ PKGBUILD2020-06-30 05:20:55 UTC (rev 390645)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 13:55:49
  Author: felixonmars
Revision: 389314

upgpkg: vlc 3.0.11-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 13:55:40 UTC (rev 389313)
+++ PKGBUILD2020-06-16 13:55:49 UTC (rev 389314)
@@ -4,11 +4,11 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.10
+_vlcver=3.0.11
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=4
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -99,7 +99,7 @@
 update-vlc-plugin-cache.hook
 qt_5_15.patch
 lua53_compat.patch)
-sha512sums=('dcfa39e3e61bf522ea3a0e1686251356ec262dd8826fc64ccae5ac34a62f72ddc9fe9f2e2b45588013d5907e39649cf39d0c9156980d1eb679eac9b9cb434341'
+sha512sums=('8219cc46e434c7b2f12321d4e1b21eae123a546eeb22f768c463537a4a4986ab395053f8a794628cfd17236f81665f12b2b3f6867af73b102b81628204b6c444'
 'SKIP'
 
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
 
'43446257248461e7e6c237dbc63d58b994f4ce527573ff67437e3bade6ffb752aad94de19309c9cdca5f513e5c42f9d0c8b1db36198af6d41e18d3634c08761f'


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-06-02 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 2, 2020 @ 11:30:36
  Author: alucryd
Revision: 388089

x265 3.4 rebuild: vlc 3.0.10-4

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 11:18:31 UTC (rev 388088)
+++ PKGBUILD2020-06-02 11:30:36 UTC (rev 388089)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD qt_5_15.patch)

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:55:10
  Author: heftig
Revision: 387869

3.0.10-3: aom rebuild

Added:
  vlc/trunk/qt_5_15.patch
Modified:
  vlc/trunk/PKGBUILD

---+
 PKGBUILD  |4 +++-
 qt_5_15.patch |   33 +
 2 files changed, 36 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 20:30:23 UTC (rev 387868)
+++ PKGBUILD2020-05-29 20:55:10 UTC (rev 387869)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -97,10 +97,12 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
+qt_5_15.patch
 lua53_compat.patch)
 
sha512sums=('dcfa39e3e61bf522ea3a0e1686251356ec262dd8826fc64ccae5ac34a62f72ddc9fe9f2e2b45588013d5907e39649cf39d0c9156980d1eb679eac9b9cb434341'
 'SKIP'
 
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
+
'43446257248461e7e6c237dbc63d58b994f4ce527573ff67437e3bade6ffb752aad94de19309c9cdca5f513e5c42f9d0c8b1db36198af6d41e18d3634c08761f'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 

Added: qt_5_15.patch
===
--- qt_5_15.patch   (rev 0)
+++ qt_5_15.patch   2020-05-29 20:55:10 UTC (rev 387869)
@@ -0,0 +1,33 @@
+diff -u -r vlc-3.0.10/modules/gui/qt/components/playlist/views.cpp 
vlc-3.0.10-qt-5.15/modules/gui/qt/components/playlist/views.cpp
+--- vlc-3.0.10/modules/gui/qt/components/playlist/views.cpp2017-11-24 
15:29:17.0 +
 vlc-3.0.10-qt-5.15/modules/gui/qt/components/playlist/views.cpp
2020-05-29 20:50:09.267959371 +
+@@ -27,6 +27,7 @@
+ #include "input_manager.hpp"  /* THEMIM */
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -u -r vlc-3.0.10/modules/gui/qt/dialogs/plugins.cpp 
vlc-3.0.10-qt-5.15/modules/gui/qt/dialogs/plugins.cpp
+--- vlc-3.0.10/modules/gui/qt/dialogs/plugins.cpp  2017-11-24 
15:29:17.0 +
 vlc-3.0.10-qt-5.15/modules/gui/qt/dialogs/plugins.cpp  2020-05-29 
20:49:44.114275108 +
+@@ -53,6 +53,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -u -r vlc-3.0.10/modules/gui/qt/util/timetooltip.hpp 
vlc-3.0.10-qt-5.15/modules/gui/qt/util/timetooltip.hpp
+--- vlc-3.0.10/modules/gui/qt/util/timetooltip.hpp 2018-05-03 
12:03:21.0 +
 vlc-3.0.10-qt-5.15/modules/gui/qt/util/timetooltip.hpp 2020-05-29 
20:40:30.306628713 +
+@@ -24,6 +24,7 @@
+ 
+ #include "qt.hpp"
+ 
++#include 
+ #include 
+ 
+ class TimeTooltip : public QWidget


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-05-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 20, 2020 @ 11:45:23
  Author: arojas
Revision: 387011

protobuf 3.12 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 11:41:08 UTC (rev 387010)
+++ PKGBUILD2020-05-20 11:45:23 UTC (rev 387011)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-04-29 Thread Levente Polyak via arch-commits
Date: Wednesday, April 29, 2020 @ 09:07:28
  Author: anthraxx
Revision: 381826

upgpkg: vlc 3.0.10-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |  197 ++---
 1 file changed, 99 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 08:54:13 UTC (rev 381825)
+++ PKGBUILD2020-04-29 09:07:28 UTC (rev 381826)
@@ -4,11 +4,11 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.9.2
+_vlcver=3.0.10
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -98,7 +98,7 @@
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('c1009871449b3547ee8fec0c6e95fcf8f7b0328aa85c0c9670aa38ce11d083bae74584ec501b131232cd00fda707d6269ffa5f42c95aa04fe84b44045ca44409'
+sha512sums=('dcfa39e3e61bf522ea3a0e1686251356ec262dd8826fc64ccae5ac34a62f72ddc9fe9f2e2b45588013d5907e39649cf39d0c9156980d1eb679eac9b9cb434341'
 'SKIP'
 
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
@@ -130,101 +130,102 @@
   export LUA_LIBS="$(pkg-config --libs lua)"
   export RCC=/usr/bin/rcc-qt5
 
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-kde-solid=/usr/share/solid/actions/ \
-  --disable-rpath \
-  --enable-nls \
-  --enable-archive \
-  --enable-live555 \
-  --enable-dc1394 \
-  --enable-dv1394 \
-  --enable-dvdread \
-  --enable-dvdnav \
-  --enable-bluray \
-  --disable-opencv \
-  --enable-smbclient \
-  --enable-sftp \
-  --enable-nfs \
-  --enable-realrtsp \
-  --enable-dvbpsi \
-  --enable-gme \
-  --enable-ogg \
-  --enable-shout \
-  --enable-matroska \
-  --enable-mod \
-  --enable-mpc \
-  --enable-mad \
-  --enable-mpg123 \
-  --enable-gst-decode \
-  --enable-avcodec \
-  --enable-libva \
-  --enable-avformat \
-  --enable-postproc \
-  --enable-faad \
-  --enable-vpx \
-  --enable-twolame \
-  --disable-fdkaac \
-  --enable-a52 \
-  --enable-dca \
-  --enable-flac \
-  --enable-libmpeg2 \
-  --enable-vorbis \
-  --enable-speex \
-  --enable-opus \
-  --enable-oggspots \
-  --disable-schroedinger \
-  --enable-png \
-  --enable-jpeg \
-  --enable-x264 \
-  --enable-x265 \
-  --enable-zvbi \
-  --enable-libass \
-  --enable-kate \
-  --enable-tiger \
-  --enable-vdpau \
-  --enable-wayland \
-  --enable-sdl-image \
-  --enable-freetype \
-  --enable-fribidi \
-  --enable-harfbuzz \
-  --enable-fontconfig \
-  --enable-svg \
-  --enable-svgdec \
-  --enable-aa \
-  --enable-caca \
-  --enable-pulse \
-  --enable-alsa \
-  --enable-jack \
-  --enable-samplerate \
-  --enable-soxr \
-  --enable-chromaprint \
-  --enable-chromecast \
-  --enable-qt \
-  --enable-skins2 \
-  --enable-libtar \
-  --enable-ncurses \
-  --enable-lirc \
-  --enable-goom \
-  --enable-projectm \
-  --enable-avahi \
-  --enable-mtp \
-  --enable-upnp \
-  --enable-microdns \
-  --enable-libxml2 \
-  --disable-libgcrypt \
-  --enable-gnutls \
-  --enable-taglib \
-  --enable-secret \
-  --enable-kwallet \
-  --disable-update-check \
-  --enable-notify \
-  --enable-libplacebo \
-  --enable-vlc \
-  --enable-aribsub \
-  --enable-aom \
-  --enable-srt \
-  --enable-dav1d
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-kde-solid=/usr/share/solid/actions/ \
+--disable-rpath \
+--enable-

[arch-commits] Commit in vlc/trunk (PKGBUILD update-vlc-plugin-cache.hook)

2020-04-26 Thread Andreas Radke via arch-commits
Date: Sunday, April 26, 2020 @ 11:37:55
  Author: andyrtr
Revision: 381609

upgpkg: vlc 3.0.9.2-2: alpm-hooks should use Type = Path, not File

Modified:
  vlc/trunk/PKGBUILD
  vlc/trunk/update-vlc-plugin-cache.hook

--+
 PKGBUILD |4 ++--
 update-vlc-plugin-cache.hook |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 11:31:37 UTC (rev 381608)
+++ PKGBUILD2020-04-26 11:37:55 UTC (rev 381609)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -100,7 +100,7 @@
 lua53_compat.patch)
 
sha512sums=('c1009871449b3547ee8fec0c6e95fcf8f7b0328aa85c0c9670aa38ce11d083bae74584ec501b131232cd00fda707d6269ffa5f42c95aa04fe84b44045ca44409'
 'SKIP'
-
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
+
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 

Modified: update-vlc-plugin-cache.hook
===
--- update-vlc-plugin-cache.hook2020-04-26 11:31:37 UTC (rev 381608)
+++ update-vlc-plugin-cache.hook2020-04-26 11:37:55 UTC (rev 381609)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Operation = Remove


[arch-commits] Commit in vlc/trunk (PKGBUILD aom_compat.patch)

2020-04-25 Thread Levente Polyak via arch-commits
Date: Saturday, April 25, 2020 @ 11:24:19
  Author: anthraxx
Revision: 381539

upgpkg: vlc 3.0.9.2-1: re-enable libplacebo as well

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/aom_compat.patch

--+
 PKGBUILD |   17 +++--
 aom_compat.patch |   11 ---
 2 files changed, 7 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 11:11:01 UTC (rev 381538)
+++ PKGBUILD2020-04-25 11:24:19 UTC (rev 381539)
@@ -4,21 +4,20 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.8
+_vlcver=3.0.9.2
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=13
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
 license=('LGPL2.1' 'GPL2')
-# TODO: libplacebo 
https://github.com/haasn/libplacebo/commit/65ddefbadc3481a7835baa23701a7a2992ca2768
 depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
  'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
  'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
  'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
- 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' # 'libplacebo'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
  'wayland-protocols' 'aribb24')
 makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
  'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
@@ -98,13 +97,11 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-lua53_compat.patch
-aom_compat.patch)
-sha512sums=('5ade0b350e98fd6fa90035bffabda96f0addb3844a7c0a242b4db1cab6a746e1adb1d713ddcb48ae51a7d1736090f096f5d3b0637a9f958ccf4fcf27e838cf70'
+lua53_compat.patch)
+sha512sums=('c1009871449b3547ee8fec0c6e95fcf8f7b0328aa85c0c9670aa38ce11d083bae74584ec501b131232cd00fda707d6269ffa5f42c95aa04fe84b44045ca44409'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
-
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
-
'5f3476ea0674640dd0321349dbec1e1d36169b456b5cc5492467e1db1e839c8af1b1b8ceeb16c54beb4d449aabd595c72984fbd2ae9df07f457867f99a7b7d98')
+
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
@@ -222,7 +219,7 @@
   --enable-kwallet \
   --disable-update-check \
   --enable-notify \
-  --disable-libplacebo \
+  --enable-libplacebo \
   --enable-vlc \
   --enable-aribsub \
   --enable-aom \

Deleted: aom_compat.patch
===
--- aom_compat.patch2020-04-25 11:11:01 UTC (rev 381538)
+++ aom_compat.patch2020-04-25 11:24:19 UTC (rev 381539)
@@ -1,11 +0,0 @@
-diff -u -r vlc-3.0.8/modules/codec/aom.c vlc-3.0.8-aom/modules/codec/aom.c
 vlc-3.0.8/modules/codec/aom.c  2019-01-09 16:02:11.0 +
-+++ vlc-3.0.8-aom/modules/codec/aom.c  2020-02-22 11:44:27.188620819 +
-@@ -98,7 +98,6 @@
- { VLC_CODEC_I444, AOM_IMG_FMT_I444, 8, 0 },
- 
- { VLC_CODEC_YV12, AOM_IMG_FMT_YV12, 8, 0 },
--{ VLC_CODEC_YUVA, AOM_IMG_FMT_444A, 8, 0 },
- 
- { VLC_CODEC_GBR_PLANAR, AOM_IMG_FMT_I444, 8, 1 },
- { VLC_CODEC_GBR_PLANAR_10L, AOM_IMG_FMT_I44416, 10, 1 },


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-04-05 Thread Antonio Rojas via arch-commits
Date: Sunday, April 5, 2020 @ 10:37:17
  Author: arojas
Revision: 379555

libdvdread 6.1.1 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 10:32:24 UTC (rev 379554)
+++ PKGBUILD2020-04-05 10:37:17 UTC (rev 379555)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=12
+pkgrel=13
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-04-03 Thread Maxime Gauduin via arch-commits
Date: Friday, April 3, 2020 @ 10:59:01
  Author: alucryd
Revision: 379241

x265 rebuild: vlc 3.0.8-12

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-03 10:48:36 UTC (rev 379240)
+++ PKGBUILD2020-04-03 10:59:01 UTC (rev 379241)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=11
+pkgrel=12
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:45:39
  Author: anthraxx
Revision: 378372

upgpkg: vlc 3.0.8-11: dav1d 0.6.0 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:39:09 UTC (rev 378371)
+++ PKGBUILD2020-03-22 23:45:39 UTC (rev 378372)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=10
+pkgrel=11
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD aom_compat.patch)

2020-02-22 Thread Jan Steffens via arch-commits
Date: Saturday, February 22, 2020 @ 11:52:33
  Author: heftig
Revision: 376035

3.0.8-10

Added:
  vlc/trunk/aom_compat.patch
Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 aom_compat.patch |   11 +++
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-22 11:35:50 UTC (rev 376034)
+++ PKGBUILD2020-02-22 11:52:33 UTC (rev 376035)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=9
+pkgrel=10
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -98,11 +98,13 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-lua53_compat.patch)
+lua53_compat.patch
+aom_compat.patch)
 
sha512sums=('5ade0b350e98fd6fa90035bffabda96f0addb3844a7c0a242b4db1cab6a746e1adb1d713ddcb48ae51a7d1736090f096f5d3b0637a9f958ccf4fcf27e838cf70'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
-
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
+
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
+
'5f3476ea0674640dd0321349dbec1e1d36169b456b5cc5492467e1db1e839c8af1b1b8ceeb16c54beb4d449aabd595c72984fbd2ae9df07f457867f99a7b7d98')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {

Added: aom_compat.patch
===
--- aom_compat.patch(rev 0)
+++ aom_compat.patch2020-02-22 11:52:33 UTC (rev 376035)
@@ -0,0 +1,11 @@
+diff -u -r vlc-3.0.8/modules/codec/aom.c vlc-3.0.8-aom/modules/codec/aom.c
+--- vlc-3.0.8/modules/codec/aom.c  2019-01-09 16:02:11.0 +
 vlc-3.0.8-aom/modules/codec/aom.c  2020-02-22 11:44:27.188620819 +
+@@ -98,7 +98,6 @@
+ { VLC_CODEC_I444, AOM_IMG_FMT_I444, 8, 0 },
+ 
+ { VLC_CODEC_YV12, AOM_IMG_FMT_YV12, 8, 0 },
+-{ VLC_CODEC_YUVA, AOM_IMG_FMT_444A, 8, 0 },
+ 
+ { VLC_CODEC_GBR_PLANAR, AOM_IMG_FMT_I444, 8, 1 },
+ { VLC_CODEC_GBR_PLANAR_10L, AOM_IMG_FMT_I44416, 10, 1 },


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-02-11 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 11, 2020 @ 09:01:45
  Author: arojas
Revision: 375275

projectm 3.1.2 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-11 08:52:58 UTC (rev 375274)
+++ PKGBUILD2020-02-11 09:01:45 UTC (rev 375275)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=8
+pkgrel=9
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2020-01-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 4, 2020 @ 12:29:43
  Author: alucryd
Revision: 372555

x264 159 rebuild: vlc 3.0.8-8

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 12:17:21 UTC (rev 372554)
+++ PKGBUILD2020-01-04 12:29:43 UTC (rev 372555)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=7
+pkgrel=8
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-12-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 10, 2019 @ 21:24:09
  Author: arojas
Revision: 370636

protobuf 3.11 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 20:54:38 UTC (rev 370635)
+++ PKGBUILD2019-12-10 21:24:09 UTC (rev 370636)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=6
+pkgrel=7
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-11-10 Thread Levente Polyak via arch-commits
Date: Monday, November 11, 2019 @ 00:07:35
  Author: anthraxx
Revision: 367729

upgpkg: vlc 3.0.8-6: dav1d 0.5.1 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-10 23:23:29 UTC (rev 367728)
+++ PKGBUILD2019-11-11 00:07:35 UTC (rev 367729)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=5
+pkgrel=6
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-11-07 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 23:15:03
  Author: anthraxx
Revision: 367200

upgpkg: vlc 3.0.8-5 FS#61075 Webcam only works with zvbi installed

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 22:52:28 UTC (rev 367199)
+++ PKGBUILD2019-11-07 23:15:03 UTC (rev 367200)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=4
+pkgrel=5
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -73,7 +73,7 @@
 'librsvg: SVG plugin'
 'x264: H264 encoding'
 'x265: HEVC/H.265 encoder'
-'zvbi: VBI/Teletext decoding'
+'zvbi: VBI/Teletext/webcam/v4l2 capture/decoding'
 'libass: Subtitle support'
 'libkate: Kate codec'
 'libtiger: Tiger rendering for Kate streams'


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 22:08:10
  Author: arojas
Revision: 367173

libdvdread 6.0.2 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:57:49 UTC (rev 367172)
+++ PKGBUILD2019-11-07 22:08:10 UTC (rev 367173)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-10-25 Thread Maxime Gauduin via arch-commits
Date: Friday, October 25, 2019 @ 08:09:37
  Author: alucryd
Revision: 365507

upgpkg: vlc 3.0.8-3

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 07:59:31 UTC (rev 365506)
+++ PKGBUILD2019-10-25 08:09:37 UTC (rev 365507)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-10-07 Thread Levente Polyak via arch-commits
Date: Monday, October 7, 2019 @ 20:57:25
  Author: anthraxx
Revision: 364079

upgpkg: vlc 3.0.8-2 protobuf 3.10 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 20:56:58 UTC (rev 364078)
+++ PKGBUILD2019-10-07 20:57:25 UTC (rev 364079)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -49,7 +49,7 @@
 'systemd-libs: udev services discovery'
 'smbclient: SMB access plugin'
 'libcdio: audio CD playback'
-'ttf-freefont: subtitle font '
+'gnu-free-fonts: subtitle font '
 'ttf-dejavu: subtitle font'
 'libssh2: sftp access'
 'libnfs: NFS access'


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-08-21 Thread Levente Polyak via arch-commits
Date: Wednesday, August 21, 2019 @ 19:11:37
  Author: anthraxx
Revision: 360529

upgpkg: vlc 3.0.8-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-21 18:38:26 UTC (rev 360528)
+++ PKGBUILD2019-08-21 19:11:37 UTC (rev 360529)
@@ -4,11 +4,11 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.7.1
+_vlcver=3.0.8
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=3
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -99,7 +99,7 @@
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('6b99ae0564630a7a7ca9187c3bb954c601e384522ce93460b73f2dbf31787ce5828daca9f31c781b97db77872d76b6a3e871ff3401d70f1b5829fee7c4e847fd'
+sha512sums=('5ade0b350e98fd6fa90035bffabda96f0addb3844a7c0a242b4db1cab6a746e1adb1d713ddcb48ae51a7d1736090f096f5d3b0637a9f958ccf4fcf27e838cf70'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-08-08 Thread Levente Polyak via arch-commits
Date: Thursday, August 8, 2019 @ 22:10:09
  Author: anthraxx
Revision: 359353

upgpkg: vlc 3.0.7.1-3 (dav1d rebuild)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-08 21:49:21 UTC (rev 359352)
+++ PKGBUILD2019-08-08 22:10:09 UTC (rev 359353)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-06-28 Thread Maxime Gauduin via arch-commits
Date: Friday, June 28, 2019 @ 07:58:16
  Author: alucryd
Revision: 357001

x265 rebuild: vlc 3.0.7.1-2

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-28 07:42:24 UTC (rev 357000)
+++ PKGBUILD2019-06-28 07:58:16 UTC (rev 357001)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-06-12 Thread Levente Polyak via arch-commits
Date: Wednesday, June 12, 2019 @ 08:35:54
  Author: anthraxx
Revision: 355915

upgpkg: vlc 3.0.7.1-1 (fix pkgrel)

old one was never released

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-12 08:13:55 UTC (rev 355914)
+++ PKGBUILD2019-06-12 08:35:54 UTC (rev 355915)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=13
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-06-12 Thread Levente Polyak via arch-commits
Date: Wednesday, June 12, 2019 @ 08:13:50
  Author: anthraxx
Revision: 355913

upgpkg: vlc 3.0.7.1-13

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-12 08:11:24 UTC (rev 355912)
+++ PKGBUILD2019-06-12 08:13:50 UTC (rev 355913)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.7
+_vlcver=3.0.7.1
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
@@ -99,7 +99,7 @@
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('0ee2407b44c6ed33e4c4089a9e00702dd65eb9a50173ca4028411ddd6de51fdee1f437de48941b2a9e449e647d14e16907be35daeb273b3ddfec92e0cd330bec'
+sha512sums=('6b99ae0564630a7a7ca9187c3bb954c601e384522ce93460b73f2dbf31787ce5828daca9f31c781b97db77872d76b6a3e871ff3401d70f1b5829fee7c4e847fd'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-06-11 Thread Levente Polyak via arch-commits
Date: Tuesday, June 11, 2019 @ 22:24:30
  Author: anthraxx
Revision: 355898

upgpkg: vlc 3.0.7-13

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-11 21:12:59 UTC (rev 355897)
+++ PKGBUILD2019-06-11 22:24:30 UTC (rev 355898)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.6
+_vlcver=3.0.7
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
@@ -98,15 +98,11 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-lua53_compat.patch
-
vlc-libvpx18.patch::https://github.com/videolan/vlc-3.0/commit/2688feb2742a6021ca211ae5c106b12c3d822946.patch
-
vlc-libssh2-ecdsa.patch::https://github.com/videolan/vlc-3.0/commit/db381f6edeac9d70b7545a72bc2840f42266d655.patch)
-sha512sums=('7c72e98f30ce5c5a94d74e097fa9960442f89240079b042a729f8a33dd7fedee2538c86c99738ccef2eb27f29055f0221d4c70316e3312c5ebba9565eaa15c52'
+lua53_compat.patch)
+sha512sums=('0ee2407b44c6ed33e4c4089a9e00702dd65eb9a50173ca4028411ddd6de51fdee1f437de48941b2a9e449e647d14e16907be35daeb273b3ddfec92e0cd330bec'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
-
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
-
'4392415e49232be0d1d39e70f15307b9fec01dfb6e720d4978e415b4798a13f20c401e6c7a7a099e164332ffa9555a01e9bb1ee6fa48fb9a83d497d6411d6a04'
-
'acbf3cad32d0fec9c807902eb8713e2604a1338f54dd2cdfaea38c019256472b1c94059a3901ce5c790db06e3878cc535985fea3983f8ab9b7f37b4af2e7b512')
+
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-06-05 Thread Levente Polyak via arch-commits
Date: Thursday, June 6, 2019 @ 00:32:40
  Author: anthraxx
Revision: 354900

upgpkg: vlc 3.0.6-13 (dav1d and libplacebo rebuild)

deactivate libplacebo for now as latest version is
incompatible with vlc.

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 00:21:27 UTC (rev 354899)
+++ PKGBUILD2019-06-06 00:32:40 UTC (rev 354900)
@@ -8,16 +8,17 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=12
+pkgrel=13
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
 license=('LGPL2.1' 'GPL2')
+# TODO: libplacebo 
https://github.com/haasn/libplacebo/commit/65ddefbadc3481a7835baa23701a7a2992ca2768
 depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
  'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
  'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
  'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
- 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' # 'libplacebo'
  'wayland-protocols' 'aribb24')
 makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
  'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
@@ -223,12 +224,12 @@
   --enable-kwallet \
   --disable-update-check \
   --enable-notify \
-  --enable-libplacebo \
+  --disable-libplacebo \
   --enable-vlc \
   --enable-aribsub \
   --enable-aom \
-  --enable-srt
-  #--enable-dav1d \
+  --enable-srt \
+  --enable-dav1d
   make
 }
 


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-05-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 22, 2019 @ 19:16:00
  Author: arojas
Revision: 353863

libdc1394 2.2.6 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 19:06:44 UTC (rev 353862)
+++ PKGBUILD2019-05-22 19:16:00 UTC (rev 353863)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=11
+pkgrel=12
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-04-01 Thread Levente Polyak via arch-commits
Date: Monday, April 1, 2019 @ 20:47:24
  Author: anthraxx
Revision: 349570

upgpkg: vlc 3.0.6-11 dav1d rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 20:35:34 UTC (rev 349569)
+++ PKGBUILD2019-04-01 20:47:24 UTC (rev 349570)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=10
+pkgrel=11
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-03-28 Thread Levente Polyak via arch-commits
Date: Thursday, March 28, 2019 @ 20:23:38
  Author: anthraxx
Revision: 349379

upgpkg: vlc 3.0.6-10 x264 157 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-28 19:56:25 UTC (rev 349378)
+++ PKGBUILD2019-03-28 20:23:38 UTC (rev 349379)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=9
+pkgrel=10
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -98,12 +98,14 @@
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch
-
vlc-libvpx18.patch::https://github.com/videolan/vlc-3.0/commit/2688feb2742a6021ca211ae5c106b12c3d822946.patch)
+
vlc-libvpx18.patch::https://github.com/videolan/vlc-3.0/commit/2688feb2742a6021ca211ae5c106b12c3d822946.patch
+
vlc-libssh2-ecdsa.patch::https://github.com/videolan/vlc-3.0/commit/db381f6edeac9d70b7545a72bc2840f42266d655.patch)
 
sha512sums=('7c72e98f30ce5c5a94d74e097fa9960442f89240079b042a729f8a33dd7fedee2538c86c99738ccef2eb27f29055f0221d4c70316e3312c5ebba9565eaa15c52'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
-
'4392415e49232be0d1d39e70f15307b9fec01dfb6e720d4978e415b4798a13f20c401e6c7a7a099e164332ffa9555a01e9bb1ee6fa48fb9a83d497d6411d6a04')
+
'4392415e49232be0d1d39e70f15307b9fec01dfb6e720d4978e415b4798a13f20c401e6c7a7a099e164332ffa9555a01e9bb1ee6fa48fb9a83d497d6411d6a04'
+
'acbf3cad32d0fec9c807902eb8713e2604a1338f54dd2cdfaea38c019256472b1c94059a3901ce5c790db06e3878cc535985fea3983f8ab9b7f37b4af2e7b512')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-03-04 Thread Levente Polyak via arch-commits
Date: Tuesday, March 5, 2019 @ 00:04:58
  Author: anthraxx
Revision: 347096

upgpkg: vlc 3.0.6-9 (protobuf rebuild)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 23:52:57 UTC (rev 347095)
+++ PKGBUILD2019-03-05 00:04:58 UTC (rev 347096)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=8
+pkgrel=9
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-03-04 Thread Levente Polyak via arch-commits
Date: Monday, March 4, 2019 @ 23:26:10
  Author: anthraxx
Revision: 347092

upgpkg: vlc 3.0.6-8 (enable libvpx)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 23:00:24 UTC (rev 347091)
+++ PKGBUILD2019-03-04 23:26:10 UTC (rev 347092)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=7
+pkgrel=8
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -24,7 +24,7 @@
  'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
  'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
  'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
- 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 
#'libvpx'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
  'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
  'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
  'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
@@ -62,7 +62,7 @@
 'libogg: Ogg and OggSpots codec'
 'libshout: shoutcast/icecast output plugin'
 'libmodplug: MOD output plugin'
-#'libvpx: VP8 and VP9 codec'
+'libvpx: VP8 and VP9 codec'
 'libvorbis: Vorbis decoder/encoder'
 'speex: Speex codec'
 'opus: opus codec'
@@ -97,11 +97,13 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-lua53_compat.patch)
+lua53_compat.patch
+
vlc-libvpx18.patch::https://github.com/videolan/vlc-3.0/commit/2688feb2742a6021ca211ae5c106b12c3d822946.patch)
 
sha512sums=('7c72e98f30ce5c5a94d74e097fa9960442f89240079b042a729f8a33dd7fedee2538c86c99738ccef2eb27f29055f0221d4c70316e3312c5ebba9565eaa15c52'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
-
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
+
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
+
'4392415e49232be0d1d39e70f15307b9fec01dfb6e720d4978e415b4798a13f20c401e6c7a7a099e164332ffa9555a01e9bb1ee6fa48fb9a83d497d6411d6a04')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
@@ -162,7 +164,7 @@
   --enable-avformat \
   --enable-postproc \
   --enable-faad \
-  --disable-vpx \
+  --enable-vpx \
   --enable-twolame \
   --disable-fdkaac \
   --enable-a52 \


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-03-04 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 23:00:01
  Author: heftig
Revision: 347090

3.0.6-7: protobuf rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 22:59:23 UTC (rev 347089)
+++ PKGBUILD2019-03-04 23:00:01 UTC (rev 347090)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=6
+pkgrel=7
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-03-04 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 22:58:36
  Author: heftig
Revision: 347088

3.0.6-6: rebuild for extra (no libvpx)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 22:49:39 UTC (rev 347087)
+++ PKGBUILD2019-03-04 22:58:36 UTC (rev 347088)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=5
+pkgrel=6
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-03-04 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 21:46:28
  Author: heftig
Revision: 347073

3.0.6-5: libvpx+protobuf rebuild (remove libvpx)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 21:40:05 UTC (rev 347072)
+++ PKGBUILD2019-03-04 21:46:28 UTC (rev 347073)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=4
+pkgrel=5
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -24,7 +24,7 @@
  'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
  'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
  'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
- 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 
#'libvpx'
  'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
  'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
  'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
@@ -62,7 +62,7 @@
 'libogg: Ogg and OggSpots codec'
 'libshout: shoutcast/icecast output plugin'
 'libmodplug: MOD output plugin'
-'libvpx: VP8 and VP9 codec'
+#'libvpx: VP8 and VP9 codec'
 'libvorbis: Vorbis decoder/encoder'
 'speex: Speex codec'
 'opus: opus codec'
@@ -162,7 +162,7 @@
   --enable-avformat \
   --enable-postproc \
   --enable-faad \
-  --enable-vpx \
+  --disable-vpx \
   --enable-twolame \
   --disable-fdkaac \
   --enable-a52 \


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-02-24 Thread Jan Steffens via arch-commits
Date: Sunday, February 24, 2019 @ 22:54:52
  Author: heftig
Revision: 346774

3.0.6-4

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-24 22:31:47 UTC (rev 346773)
+++ PKGBUILD2019-02-24 22:54:52 UTC (rev 346774)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-02-11 Thread Levente Polyak via arch-commits
Date: Monday, February 11, 2019 @ 20:17:46
  Author: anthraxx
Revision: 345998

upgpkg: vlc 3.0.6-3 (real x265 rebuild)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 18:58:30 UTC (rev 345997)
+++ PKGBUILD2019-02-11 20:17:46 UTC (rev 345998)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2019-01-26 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 26, 2019 @ 17:09:19
  Author: alucryd
Revision: 344840

x265 rebuild: vlc 3.0.6-2

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-26 17:00:21 UTC (rev 344839)
+++ PKGBUILD2019-01-26 17:09:19 UTC (rev 344840)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-x264-155.patch)

2019-01-11 Thread Levente Polyak via arch-commits
Date: Saturday, January 12, 2019 @ 02:20:26
  Author: anthraxx
Revision: 343706

upgpkg: vlc 3.0.6-1

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/vlc-x264-155.patch

+
 PKGBUILD   |   24 +++---
 vlc-x264-155.patch |  203 ---
 2 files changed, 13 insertions(+), 214 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 02:06:10 UTC (rev 343705)
+++ PKGBUILD2019-01-12 02:20:26 UTC (rev 343706)
@@ -4,11 +4,11 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-_vlcver=3.0.4
+_vlcver=3.0.6
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=7
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -28,9 +28,11 @@
  'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
  'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
  'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
- 'lirc' 'libgoom2' 'projectm' 'chromaprint')
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aom' 'srt' 'dav1d')
 optdepends=('avahi: service discovery using bonjour protocol'
+'aom: AOM AV1 codec'
 'gst-plugins-base-libs: for libgst plugins'
+'dav1d: dav1d AV1 decoder'
 'libdvdcss: decoding encrypted DVDs'
 'libavc1394: devices using the 1394ta AV/C'
 'libdc1394: IEEE 1394 access plugin'
@@ -75,6 +77,7 @@
 'libkate: Kate codec'
 'libtiger: Tiger rendering for Kate streams'
 'sdl_image: SDL image support'
+'srt: SRT input/output plugin'
 'aalib: ASCII art video output'
 'libcaca: colored ASCII art video output'
 'libpulse: PulseAudio audio output'
@@ -94,13 +97,11 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-lua53_compat.patch
-vlc-x264-155.patch)
-sha512sums=('55c5a45a1573d559f8d62272dc446bebfb328bd48f938e634693a45032e1a3095148e634de5bc53a3a3c0e4858f7df3ed7e5dc91f3f5447e47d0ab5775171271'
+lua53_compat.patch)
+sha512sums=('7c72e98f30ce5c5a94d74e097fa9960442f89240079b042a729f8a33dd7fedee2538c86c99738ccef2eb27f29055f0221d4c70316e3312c5ebba9565eaa15c52'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
-
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
-
'47b844c7ada22042a0aab67d485ee68fda4847400dedd0f5662eb3738c1e45a06b50a6a045f3af1f07625ebd6f021bd43acaa9a8e63720e3b1207ad0d23bb36f')
+
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
@@ -117,8 +118,6 @@
 msg2 "Applying patch $src..."
 patch -Np1 < "../$src"
   done
-  # libplacebo 0.6 API
-  sed 's|pl_shader_alloc(tc->pl_ctx, NULL, 0, 0);|pl_shader_alloc(tc->pl_ctx, 
NULL, 0);|' -i modules/video_output/opengl/vout_helper.c
 }
 
 build() {
@@ -222,7 +221,10 @@
   --enable-notify \
   --enable-libplacebo \
   --enable-vlc \
-  --enable-aribsub
+  --enable-aribsub \
+  --enable-aom \
+  --enable-srt
+  #--enable-dav1d \
   make
 }
 

Deleted: vlc-x264-155.patch
===
--- vlc-x264-155.patch  2019-01-12 02:06:10 UTC (rev 343705)
+++ vlc-x264-155.patch  2019-01-12 02:20:26 UTC (rev 343706)
@@ -1,203 +0,0 @@
-From a8953ba707cca1f2de372ca24513296bcfcdaaa8 Mon Sep 17 00:00:00 2001
-From: Ilkka Ollakka 
-Date: Sat, 24 Mar 2018 13:23:33 +0200
-Subject: [PATCH] x264: drop <148 build support and fix 10bit support
-
-Drop old #if as 148 is not that recent anymore.
-
-fixes #19581

- modules/codec/x264.c | 65 +++-
- 1 file changed, 10 insertions(+), 55 deletions(-)
-
-diff --git a/modules/codec/x264.c b/modules/codec/x264.c
-index e02048f0757..bcf3c89a10f 100644
 a/modules/codec/x264.c
-+++ b/modules/codec/x264.c
-@@ -84,13 +84,7 @@ static void x264_log( void *, int i_level, const char *psz, 
va_list );
- "I-frames, but do not start a new GOP." )
- 
- #define OPENGOP_TEXT N_("Use recovery points to close GOPs")
--#if X264_BUILD < 115
--#define OPENGOP_LONGTEXT N_("none: use closed GOPs only\n"\
--"normal: use standard open GOPs\n" \
--"bluray: use Blu-ray compatible open GOPs" )
--#else
- 

[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-11-14 Thread Levente Polyak via arch-commits
Date: Thursday, November 15, 2018 @ 01:03:12
  Author: anthraxx
Revision: 339697

upgpkg: vlc 3.0.4-7 (libplacebo rebuild)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-15 00:41:04 UTC (rev 339696)
+++ PKGBUILD2018-11-15 01:03:12 UTC (rev 339697)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=6
+pkgrel=7
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -117,6 +117,8 @@
 msg2 "Applying patch $src..."
 patch -Np1 < "../$src"
   done
+  # libplacebo 0.6 API
+  sed 's|pl_shader_alloc(tc->pl_ctx, NULL, 0, 0);|pl_shader_alloc(tc->pl_ctx, 
NULL, 0);|' -i modules/video_output/opengl/vout_helper.c
 }
 
 build() {


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-10-08 Thread Maxime Gauduin via arch-commits
Date: Monday, October 8, 2018 @ 13:04:28
  Author: alucryd
Revision: 335949

upgpkg: vlc 3.0.4-6

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 12:56:29 UTC (rev 335948)
+++ PKGBUILD2018-10-08 13:04:28 UTC (rev 335949)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=5
+pkgrel=6
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-10-08 Thread Maxime Gauduin via arch-commits
Date: Monday, October 8, 2018 @ 12:05:42
  Author: alucryd
Revision: 335937

x265 2.9 rebuild: vlc 3.0.4-5

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 11:56:47 UTC (rev 335936)
+++ PKGBUILD2018-10-08 12:05:42 UTC (rev 335937)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=4
+pkgrel=5
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-qt5.11.patch)

2018-09-25 Thread Levente Polyak via arch-commits
Date: Tuesday, September 25, 2018 @ 19:43:52
  Author: anthraxx
Revision: 335375

upgpkg: vlc 3.0.4-4

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/vlc-qt5.11.patch

--+
 PKGBUILD |   11 ---
 vlc-qt5.11.patch |   10 --
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-25 17:11:55 UTC (rev 335374)
+++ PKGBUILD2018-09-25 19:43:52 UTC (rev 335375)
@@ -8,17 +8,17 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
 license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua'
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
  'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
  'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
  'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
  'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
- 'wayland-protocols')
+ 'wayland-protocols' 'aribb24')
 makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
  'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
  'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
@@ -28,7 +28,7 @@
  'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
  'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
  'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
- 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aribb24')
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint')
 optdepends=('avahi: service discovery using bonjour protocol'
 'gst-plugins-base-libs: for libgst plugins'
 'libdvdcss: decoding encrypted DVDs'
@@ -72,7 +72,6 @@
 'x265: HEVC/H.265 encoder'
 'zvbi: VBI/Teletext decoding'
 'libass: Subtitle support'
-'aribb24: ARIB subtitles'
 'libkate: Kate codec'
 'libtiger: Tiger rendering for Kate streams'
 'sdl_image: SDL image support'
@@ -96,13 +95,11 @@
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch
-vlc-qt5.11.patch
 vlc-x264-155.patch)
 
sha512sums=('55c5a45a1573d559f8d62272dc446bebfb328bd48f938e634693a45032e1a3095148e634de5bc53a3a3c0e4858f7df3ed7e5dc91f3f5447e47d0ab5775171271'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
-
'66aad0ec32d1a96f65566b04eb9c0b4574824e281940fe5c0de54ac5f92189693a9f2576203d2c8562d7174ec5315cbbd683d93c481d16119d3038e30a58cbf5'
 
'47b844c7ada22042a0aab67d485ee68fda4847400dedd0f5662eb3738c1e45a06b50a6a045f3af1f07625ebd6f021bd43acaa9a8e63720e3b1207ad0d23bb36f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 

Deleted: vlc-qt5.11.patch
===
--- vlc-qt5.11.patch2018-09-25 17:11:55 UTC (rev 335374)
+++ vlc-qt5.11.patch2018-09-25 19:43:52 UTC (rev 335375)
@@ -1,10 +0,0 @@
 a/modules/gui/qt/components/simple_preferences.cpp 2018-01-25 
17:57:40.0 +0100
-+++ b/modules/gui/qt/components/simple_preferences.cpp 2018-03-18 
21:08:51.212556781 +0100
-@@ -33,6 +33,7 @@
- #include 
- #include 
- 
-+#include 
- #include 
- #include 
- #include 


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-09-10 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 22:45:02
  Author: foutrelis
Revision: 334341

libidn 1.35 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 22:41:05 UTC (rev 334340)
+++ PKGBUILD2018-09-10 22:45:02 UTC (rev 334341)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 23:36:31
  Author: anthraxx
Revision: 333240

upgpkg: vlc 3.0.4-2

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 23:09:16 UTC (rev 333239)
+++ PKGBUILD2018-09-03 23:36:31 UTC (rev 333240)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-08-19 Thread Antonio Rojas via arch-commits
Date: Sunday, August 19, 2018 @ 08:02:44
  Author: arojas
Revision: 332613

Drop kdelibs dependency, manually specify the solid path instead (FS#57904)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-19 07:45:43 UTC (rev 332612)
+++ PKGBUILD2018-08-19 08:02:44 UTC (rev 332613)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=-1
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -20,7 +20,7 @@
  'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
  'wayland-protocols')
 makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
- 'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
  'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
  'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
  'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
@@ -34,7 +34,6 @@
 'libdvdcss: decoding encrypted DVDs'
 'libavc1394: devices using the 1394ta AV/C'
 'libdc1394: IEEE 1394 access plugin'
-'kdelibs: KDE Solid hardware integration'
 'kwallet: kwallet keystore'
 'libva-vdpau-driver: vdpau backend nvidia'
 'libva-intel-driver: video backend intel'
@@ -219,7 +218,8 @@
   --disable-update-check \
   --enable-notify \
   --enable-libplacebo \
-  --enable-vlc
+  --enable-vlc \
+  --with-kde-solid=/usr/share/solid/actions/
   make
 }
 


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-08-16 Thread Levente Polyak via arch-commits
Date: Thursday, August 16, 2018 @ 22:08:03
  Author: anthraxx
Revision: 331620

upgpkg: vlc 3.0.3.r1-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-16 18:44:45 UTC (rev 331619)
+++ PKGBUILD2018-08-16 22:08:03 UTC (rev 331620)
@@ -4,8 +4,11 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=3.0.3
-pkgrel=4
+_vlcver=3.0.3
+# optional fixup version including hyphen
+_vlcfixupver=-1
+pkgver=${_vlcver}${_vlcfixupver//-/.r}
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -90,7 +93,7 @@
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 options=('!emptydirs')
-source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}-1.tar.xz{,.asc}
+source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 aom-remove-unsupported-pixel-formats.patch
 lua53_compat.patch
@@ -106,7 +109,7 @@
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_vlcver}
   sed -e 's:truetype/ttf-dejavu:TTF:g' -i modules/visualization/projectm.cpp
   sed -e 's|-Werror-implicit-function-declaration||g' -i configure
   sed 's|whoami|echo builduser|g' -i configure
@@ -118,7 +121,7 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_vlcver}
 
   export CFLAGS+=" -I/usr/include/samba-4.0"
   export CPPFLAGS+=" -I/usr/include/samba-4.0"
@@ -221,12 +224,12 @@
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}-${_vlcver}
 
   make DESTDIR="${pkgdir}" install
 
   for res in 16 32 48 128 256; do
-install -Dm 644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
+install -Dm 644 
"${srcdir}/vlc-${_vlcver}/share/icons/${res}x${res}/vlc.png" \
  
"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
   done
   install -Dm 644 "${srcdir}/update-vlc-plugin-cache.hook" -t 
"${pkgdir}/usr/share/libalpm/hooks"


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-x264-155.patch)

2018-08-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 7, 2018 @ 18:58:05
  Author: alucryd
Revision: 331126

x264 155 rebuild: vlc 3.0.3-4

Added:
  vlc/trunk/vlc-x264-155.patch
Modified:
  vlc/trunk/PKGBUILD

+
 PKGBUILD   |   15 ++-
 vlc-x264-155.patch |  203 +++
 2 files changed, 212 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-07 18:44:07 UTC (rev 331125)
+++ PKGBUILD2018-08-07 18:58:05 UTC (rev 331126)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=3.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -66,7 +66,7 @@
 'libpng: PNG support'
 'libjpeg-turbo: JPEG support'
 'librsvg: SVG plugin'
-'libx264: H264 encoding'
+'x264: H264 encoding'
 'x265: HEVC/H.265 encoder'
 'zvbi: VBI/Teletext decoding'
 'libass: Subtitle support'
@@ -90,17 +90,19 @@
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 options=('!emptydirs')
-source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
+source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}-1.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 aom-remove-unsupported-pixel-formats.patch
 lua53_compat.patch
-vlc-qt5.11.patch)
-sha512sums=('1569cefa6623b2631a832679bc9a63ebeba222901e5221d254e896a68d2ee467054da8de9eda566924e80a11bb29a673a9f0c4243793845547d8027b58a238ab'
+vlc-qt5.11.patch
+vlc-x264-155.patch)
+sha512sums=('d1979f6149821cf91d7b40b18d83d399b9021966b60589615638423a4e2c3ff86fdbbe9c0d92c85bfdd90f03991256ccee95d7a33ae96326177bb2bfe85e7a0f'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'5757a6f35e106883072c31d137fd247c65a544f730cf736ca2e81a31357305b5c002b52349337d8e1667fbe68628bc253ec69eee727f268aee7902a5bef82dce'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
-
'66aad0ec32d1a96f65566b04eb9c0b4574824e281940fe5c0de54ac5f92189693a9f2576203d2c8562d7174ec5315cbbd683d93c481d16119d3038e30a58cbf5')
+
'66aad0ec32d1a96f65566b04eb9c0b4574824e281940fe5c0de54ac5f92189693a9f2576203d2c8562d7174ec5315cbbd683d93c481d16119d3038e30a58cbf5'
+
'47b844c7ada22042a0aab67d485ee68fda4847400dedd0f5662eb3738c1e45a06b50a6a045f3af1f07625ebd6f021bd43acaa9a8e63720e3b1207ad0d23bb36f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
@@ -112,6 +114,7 @@
   patch -Np1 < "${srcdir}/aom-remove-unsupported-pixel-formats.patch"
   patch -Np1 < "${srcdir}/lua53_compat.patch"
   patch -Np1 < "${srcdir}/vlc-qt5.11.patch"
+  patch -Np1 < "${srcdir}/vlc-x264-155.patch"
 }
 
 build() {

Added: vlc-x264-155.patch
===
--- vlc-x264-155.patch  (rev 0)
+++ vlc-x264-155.patch  2018-08-07 18:58:05 UTC (rev 331126)
@@ -0,0 +1,203 @@
+From a8953ba707cca1f2de372ca24513296bcfcdaaa8 Mon Sep 17 00:00:00 2001
+From: Ilkka Ollakka 
+Date: Sat, 24 Mar 2018 13:23:33 +0200
+Subject: [PATCH] x264: drop <148 build support and fix 10bit support
+
+Drop old #if as 148 is not that recent anymore.
+
+fixes #19581
+---
+ modules/codec/x264.c | 65 +++-
+ 1 file changed, 10 insertions(+), 55 deletions(-)
+
+diff --git a/modules/codec/x264.c b/modules/codec/x264.c
+index e02048f0757..bcf3c89a10f 100644
+--- a/modules/codec/x264.c
 b/modules/codec/x264.c
+@@ -84,13 +84,7 @@ static void x264_log( void *, int i_level, const char *psz, 
va_list );
+ "I-frames, but do not start a new GOP." )
+ 
+ #define OPENGOP_TEXT N_("Use recovery points to close GOPs")
+-#if X264_BUILD < 115
+-#define OPENGOP_LONGTEXT N_("none: use closed GOPs only\n"\
+-"normal: use standard open GOPs\n" \
+-"bluray: use Blu-ray compatible open GOPs" )
+-#else
+ #define OPENGOP_LONGTEXT N_("use open GOP, for bluray compatibility use also 
bluray-compat option")
+-#endif
+ 
+ #define BLURAY_TEXT N_("Enable compatibility hacks for Blu-ray support")
+ #define BLURAY_LONGTEXT N_("Enable hacks for Blu-ray support, this doesn't 
enforce every aspect of Blu-ray compatibility\n" \
+@@ -469,16 +463,10 @@ vlc_module_begin ()
+ add_integer( SOUT_CFG_PREFIX "min-keyint", 25, MIN_KEYINT_TEXT,
+  MIN_KEYINT_LONGTEXT, true )
+ 
+-#if X264_BUILD >= 102 && X264_BUILD <= 114
+-add_string( SOUT_CFG_PREFIX "opengop", "none", OPENGOP_TEXT,
+-   OPENGOP_LONGTEXT, true )
+-change_string_list( x264_open_gop_names, x264_open_gop_names )
+-#elif X264_BUILD > 114
+

[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-07-31 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 31, 2018 @ 18:54:03
  Author: foutrelis
Revision: 329844

upgpkg: vlc 3.0.3-3

protobuf 3.6.0 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-31 17:56:56 UTC (rev 329843)
+++ PKGBUILD2018-07-31 18:54:03 UTC (rev 329844)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=3.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-06-11 Thread Levente Polyak via arch-commits
Date: Monday, June 11, 2018 @ 23:40:54
  Author: anthraxx
Revision: 326754

upgpkg: vlc 3.0.3-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-11 23:11:38 UTC (rev 326753)
+++ PKGBUILD2018-06-11 23:40:54 UTC (rev 326754)
@@ -4,13 +4,13 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
 license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'libtiger' 'lua'
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua'
  'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
  'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
  'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
@@ -94,7 +94,7 @@
 update-vlc-plugin-cache.hook
 lua53_compat.patch
 vlc-qt5.11.patch)
-sha512sums=('907a999dfa00fbc378e46689b2c32a09ea324b47a92b2183f2a1ade2c2c1ec20551758a3c615d17b15d6885ee0ac51894944b90077968cb30ff58745497f'
+sha512sums=('1569cefa6623b2631a832679bc9a63ebeba222901e5221d254e896a68d2ee467054da8de9eda566924e80a11bb29a673a9f0c4243793845547d8027b58a238ab'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-qt5.11.patch)

2018-05-25 Thread Maxime Gauduin via arch-commits
Date: Friday, May 25, 2018 @ 17:42:25
  Author: alucryd
Revision: 324986

x265 2.8 rebuild: vlc 3.0.2-2

Added:
  vlc/trunk/vlc-qt5.11.patch
Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 vlc-qt5.11.patch |   10 ++
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 17:37:11 UTC (rev 324985)
+++ PKGBUILD2018-05-25 17:42:25 UTC (rev 324986)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -92,11 +92,13 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
-lua53_compat.patch)
+lua53_compat.patch
+vlc-qt5.11.patch)
 
sha512sums=('907a999dfa00fbc378e46689b2c32a09ea324b47a92b2183f2a1ade2c2c1ec20551758a3c615d17b15d6885ee0ac51894944b90077968cb30ff58745497f'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
-
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
+
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
+
'66aad0ec32d1a96f65566b04eb9c0b4574824e281940fe5c0de54ac5f92189693a9f2576203d2c8562d7174ec5315cbbd683d93c481d16119d3038e30a58cbf5')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
@@ -106,6 +108,7 @@
   patch -Np1 < "${srcdir}/lua53_compat.patch"
   sed 's|whoami|echo builduser|g' -i configure
   sed 's|hostname -f|echo arch|g' -i configure
+  patch -Np1 < "${srcdir}/vlc-qt5.11.patch"
 }
 
 build() {

Added: vlc-qt5.11.patch
===
--- vlc-qt5.11.patch(rev 0)
+++ vlc-qt5.11.patch2018-05-25 17:42:25 UTC (rev 324986)
@@ -0,0 +1,10 @@
+--- a/modules/gui/qt/components/simple_preferences.cpp 2018-01-25 
17:57:40.0 +0100
 b/modules/gui/qt/components/simple_preferences.cpp 2018-03-18 
21:08:51.212556781 +0100
+@@ -33,6 +33,7 @@
+ #include 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 


Property changes on: vlc/trunk/vlc-qt5.11.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-04-24 Thread Levente Polyak via arch-commits
Date: Tuesday, April 24, 2018 @ 23:50:38
  Author: anthraxx
Revision: 322956

upgpkg: vlc 3.0.2-1 (ffmpeg rebuild)

- dropped opencv as too cumbersome

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 23:34:09 UTC (rev 322955)
+++ PKGBUILD2018-04-24 23:50:38 UTC (rev 322956)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -20,7 +20,7 @@
  'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
  'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
  'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
- 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'opencv' 'libnfs' 'mpg123'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
  'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
  'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
  'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
@@ -47,7 +47,6 @@
 'ttf-freefont: subtitle font '
 'ttf-dejavu: subtitle font'
 'libssh2: sftp access'
-'opencv: opencv video'
 'libnfs: NFS access'
 'mpg123: mpg123 codec'
 'protobuf: chromecast streaming'
@@ -94,7 +93,7 @@
 
source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('f2ba7586e8fb8c04484e62809265ec998e875b1eff03262bbf463370277a318816cbb8d260901c774e59443393b16b040cb714019c80e051578008abbf91b13c'
+sha512sums=('907a999dfa00fbc378e46689b2c32a09ea324b47a92b2183f2a1ade2c2c1ec20551758a3c615d17b15d6885ee0ac51894944b90077968cb30ff58745497f'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
@@ -130,7 +129,7 @@
   --enable-dvdread \
   --enable-dvdnav \
   --enable-bluray \
-  --enable-opencv \
+  --disable-opencv \
   --enable-smbclient \
   --enable-sftp \
   --enable-nfs \


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-03-06 Thread Levente Polyak via arch-commits
Date: Tuesday, March 6, 2018 @ 20:02:15
  Author: anthraxx
Revision: 317941

upgpkg: vlc 3.0.1-2 (remove libfdk-acc duo license)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 19:39:10 UTC (rev 317940)
+++ PKGBUILD2018-03-06 20:02:15 UTC (rev 317941)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -22,11 +22,10 @@
  'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
  'vcdimager' 'libssh2' 'mesa' 'protobuf' 'opencv' 'libnfs' 'mpg123'
  'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
- 'libfdk-aac' 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng'
- 'libjpeg-turbo' 'libx265.so' 'libx264.so' 'zvbi' 'libass'
- 'libkate' 'libtiger' 'sdl_image' 'libpulse' 'alsa-lib' 'jack'
- 'libsamplerate' 'libsoxr' 'lirc' 'libgoom2' 'projectm'
- 'chromaprint')
+ 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
+ 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
+ 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint')
 optdepends=('avahi: service discovery using bonjour protocol'
 'gst-plugins-base-libs: for libgst plugins'
 'libdvdcss: decoding encrypted DVDs'
@@ -61,7 +60,6 @@
 'libshout: shoutcast/icecast output plugin'
 'libmodplug: MOD output plugin'
 'libvpx: VP8 and VP9 codec'
-'libfdk-aac: FDK AAC codec'
 'libvorbis: Vorbis decoder/encoder'
 'speex: Speex codec'
 'opus: opus codec'
@@ -154,7 +152,7 @@
   --enable-faad \
   --enable-vpx \
   --enable-twolame \
-  --enable-fdkaac \
+  --disable-fdkaac \
   --enable-a52 \
   --enable-dca \
   --enable-flac \


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-02-28 Thread Levente Polyak via arch-commits
Date: Wednesday, February 28, 2018 @ 23:51:08
  Author: anthraxx
Revision: 317645

upgpkg: vlc 3.0.1-1 (libplacebo, disabled legacy plugins)

upstream release

FS#57670
- disabled poartaudio, libgcrypt and schroedinger
- added 256 icon

FS#57665
- explicitly enable x264

FS#57656
- enable libplacebo support

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   44 +---
 1 file changed, 21 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-28 21:38:49 UTC (rev 317644)
+++ PKGBUILD2018-02-28 23:51:08 UTC (rev 317645)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -14,19 +14,19 @@
  'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
  'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
  'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
- 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'libgcrypt' 'gnutls'
- 'wayland-protocols' )
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
+ 'wayland-protocols')
 makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
  'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi'
- 'libsystemd' 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss'
- 'smbclient' 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'opencv'
- 'libnfs' 'mpg123' 'libdvdread' 'libdvdnav' 'libogg' 'libshout'
- 'libmodplug' 'libvpx' 'libfdk-aac' 'libvorbis' 'speex' 'opus'
- 'libtheora' 'schroedinger' 'libpng' 'libjpeg-turbo' 'libx265.so'
- 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger' 'sdl_image'
- 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr' 'lirc'
- 'libgoom2' 'projectm' 'chromaprint')
+ 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
+ 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'opencv' 'libnfs' 'mpg123'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libfdk-aac' 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng'
+ 'libjpeg-turbo' 'libx265.so' 'libx264.so' 'zvbi' 'libass'
+ 'libkate' 'libtiger' 'sdl_image' 'libpulse' 'alsa-lib' 'jack'
+ 'libsamplerate' 'libsoxr' 'lirc' 'libgoom2' 'projectm'
+ 'chromaprint')
 optdepends=('avahi: service discovery using bonjour protocol'
 'gst-plugins-base-libs: for libgst plugins'
 'libdvdcss: decoding encrypted DVDs'
@@ -38,7 +38,6 @@
 'libva-intel-driver: video backend intel'
 'libbluray: Blu-Ray video input'
 'flac: Free Lossless Audio Codec plugin'
-'portaudio: portaudio support'
 'twolame: TwoLAME mpeg2 encoder plugin'
 'libgme: Game Music Emu plugin'
 'vcdimager: navigate VCD with libvcdinfo'
@@ -67,7 +66,6 @@
 'speex: Speex codec'
 'opus: opus codec'
 'libtheora: theora codec'
-'schroedinger: schroedinger codec'
 'libpng: PNG support'
 'libjpeg-turbo: JPEG support'
 'librsvg: SVG plugin'
@@ -91,8 +89,7 @@
 'projectm: ProjectM visualisation'
 'ncurses: ncurses interface'
 'libnotify: notification plugin'
-'gtk3: notification plugin'
-)
+'gtk3: notification plugin')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 options=('!emptydirs')
@@ -99,7 +96,7 @@
 
source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('9bdc64e16ddd2e8d2693179f2fcac8462d7defff186262a049ba325ef00882fbd75a9d323b506ba06876a8168fd5e90319837c8dcd136b206161e67748c2a9f7'
+sha512sums=('f2ba7586e8fb8c04484e62809265ec998e875b1eff03262bbf463370277a318816cbb8d260901c774e59443393b16b040cb714019c80e051578008abbf91b13c'
 'SKIP'
 
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
@@ -166,11 +163,11 @@
   --enable-speex \
   --enable-opus \
   --enable-oggspots \
-  --enable-schroedinger \
+  --disable-schroedinger \
   --enable-png \
   --enable-jpeg \
+  -

[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-02-26 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 23:06:12
  Author: anthraxx
Revision: 317575

upgpkg: vlc 3.0.0-2 (new plugins, cleanup, chromecast)

- FS#57639 fix chromecast discovery
- adding new makedepends
- adding new optdepends
- bunch of new plugins
- requires features explicitly (fails if not fulfilled)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |  192 -
 1 file changed, 152 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 22:45:40 UTC (rev 317574)
+++ PKGBUILD2018-02-26 23:06:12 UTC (rev 317575)
@@ -5,57 +5,94 @@
 
 pkgname=vlc
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
 license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'sdl_image' 
'libdvdnav'
- 'libtiger' 'lua' 'libmatroska' 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg'
- 'faad2' 'libupnp' 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms'
- 'libtar' 'libxinerama' 'wayland-protocols' 'libsecret' 'libarchive'
- 'qt5-base' 'qt5-x11extras' 'qt5-svg')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' 'libdc1394'
- 'libavc1394' 'lirc' 'libcaca' 'gtk3' 'librsvg' 'portaudio'
- 'libgme' 'xosd' 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'smbclient' 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 
'protobuf'
- 'opencv' 'libnfs' 'mpg123' 'schroedinger' 'gst-plugins-base-libs')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'libtiger' 'lua'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
+ 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
+ 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'libgcrypt' 'gnutls'
+ 'wayland-protocols' )
+makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
+ 'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi'
+ 'libsystemd' 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss'
+ 'smbclient' 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'opencv'
+ 'libnfs' 'mpg123' 'libdvdread' 'libdvdnav' 'libogg' 'libshout'
+ 'libmodplug' 'libvpx' 'libfdk-aac' 'libvorbis' 'speex' 'opus'
+ 'libtheora' 'schroedinger' 'libpng' 'libjpeg-turbo' 'libx265.so'
+ 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger' 'sdl_image'
+ 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr' 'lirc'
+ 'libgoom2' 'projectm' 'chromaprint')
 optdepends=('avahi: service discovery using bonjour protocol'
-'libnotify: notification plugin'
-'gtk3: notification plugin'
-'ncurses: ncurses interface support'
 'gst-plugins-base-libs: for libgst plugins'
 'libdvdcss: decoding encrypted DVDs'
-'lirc: lirc control plugin'
 'libavc1394: devices using the 1394ta AV/C'
 'libdc1394: IEEE 1394 access plugin'
 'kdelibs: KDE Solid hardware integration'
+'kwallet: kwallet keystore'
 'libva-vdpau-driver: vdpau backend nvidia'
-'libva-intel-driver: backend intel cards'
-'libbluray: Blu-Ray video support'
+'libva-intel-driver: video backend intel'
+'libbluray: Blu-Ray video input'
 'flac: Free Lossless Audio Codec plugin'
 'portaudio: portaudio support'
 'twolame: TwoLAME mpeg2 encoder plugin'
-'projectm: ProjectM visualisation plugin'
-'libcaca: colored ASCII art video output'
-'libgme: libgme plugin'
-'librsvg: SVG plugin'
-'libgoom2: libgoom plugin'
+'libgme: Game Music Emu plugin'
 'vcdimager: navigate VCD with libvcdinfo'
-'aalib: ASCII art plugin'
-'libmtp: MTP devices support'
+'libmtp: MTP devices discovery'
+'libsystemd: udev services discovery'
 'smbclient: SMB access plugin'
-'libcdio: audio CD playback support'
+'libcdio: audio CD playback'
 'ttf-freefont: subtitle font '
 'ttf-dejavu: subtitle font'
-'opus: opus codec support'
-'libssh2: sftp access support'
-'opencv: opencv video support'
-'libnfs: NFS access support'
-'mpg123: mpg123 codec support'
-'schroedinger: schroedinger codec support'
-'protobuf: chromecast support'
-'lua-socket: http interface')
+'libssh2: sftp access'
+'opencv: opencv video'
+'libnfs:

[arch-commits] Commit in vlc/trunk (PKGBUILD)

2018-02-04 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 4, 2018 @ 11:15:11
  Author: foutrelis
Revision: 315841

upgpkg: vlc 2.2.8-4

libvpx 1.7.0 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 11:10:43 UTC (rev 315840)
+++ PKGBUILD2018-02-04 11:15:11 UTC (rev 315841)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-2.2.8-libupnp-1.6.24.patch)

2018-01-12 Thread Levente Polyak via arch-commits
Date: Friday, January 12, 2018 @ 13:13:43
  Author: anthraxx
Revision: 314632

upgpkg: vlc 2.2.8-3 (libcdio 2.0.0 rebuild)

Added:
  vlc/trunk/vlc-2.2.8-libupnp-1.6.24.patch
Modified:
  vlc/trunk/PKGBUILD

+
 PKGBUILD   |   19 +++
 vlc-2.2.8-libupnp-1.6.24.patch |   32 
 2 files changed, 43 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-12 11:50:44 UTC (rev 314631)
+++ PKGBUILD2018-01-12 13:13:43 UTC (rev 314632)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -55,14 +55,16 @@
 replaces=('vlc-plugin')
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
+update-vlc-plugin-cache.hook
 vlc-2.2.6-fix-memleak.patch
-update-vlc-plugin-cache.hook
-lua53_compat.patch)
+lua53_compat.patch
+vlc-2.2.8-libupnp-1.6.24.patch)
 
sha512sums=('adde16f4b4bd2d94f104bb3b5df6bf4603bc67333c7615cb8d1d31ca63440b6b0aa93de9ccf0dba717cf905577c7d0bca7baba63caf401790b82eac3e04a'
 'SKIP'
+
'd9e69a01eb8868647beac0f419328e6ca3fe14a2e2a9e6ce4b61ed590b41b0136fb3ac9e284b174a910c2fe8822d1b37445a48d0b7caea647060ebfabe899e7b'
 
'0f16c0e1a21808a3e48a276ed41c3845650bb2d5df5386c8c50832aa769959a8d440086b0af3ae17add754b449a8501334b7f167c68210c255f55b53c40a799f'
-
'd9e69a01eb8868647beac0f419328e6ca3fe14a2e2a9e6ce4b61ed590b41b0136fb3ac9e284b174a910c2fe8822d1b37445a48d0b7caea647060ebfabe899e7b'
-
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
+
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f'
+
'28c7ec2cb6c84e7774daa281092d48b0a0719374ef196b03088ed66d20cb5eca52a42e7a141d9a71623aff24a17473dd8d32ba6779edb24af4788a765e3cef81')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
@@ -69,8 +71,9 @@
   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"
-  patch -p1 < "${srcdir}/vlc-2.2.6-fix-memleak.patch"
+  patch -Np1 < "${srcdir}/lua53_compat.patch"
+  patch -Np1 < "${srcdir}/vlc-2.2.6-fix-memleak.patch"
+  patch -Np1 < "${srcdir}/vlc-2.2.8-libupnp-1.6.24.patch"
 }
 
 build() {
@@ -79,7 +82,7 @@
   export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
   export CFLAGS+=" -I/usr/include/samba-4.0"
   export CPPFLAGS+=" -I/usr/include/samba-4.0"
-  export CXXFLAGS+=" -std=gnu++98"
+  export CXXFLAGS+=" -std=c++11"
   export LUAC=/usr/bin/luac
   export LUA_LIBS="$(pkg-config --libs lua)"
   export RCC=/usr/bin/rcc-qt4

Added: vlc-2.2.8-libupnp-1.6.24.patch
===
--- vlc-2.2.8-libupnp-1.6.24.patch  (rev 0)
+++ vlc-2.2.8-libupnp-1.6.24.patch  2018-01-12 13:13:43 UTC (rev 314632)
@@ -0,0 +1,32 @@
+From 9288c513fd7288ea85cd162aa610ca6d7e083992 Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Fri, 11 Jan 2018 23:57:53 +0100
+Subject: [PATCH] avoid defining getter functions present in libupnp 1.6.24
+
+---
+ modules/services_discovery/upnp.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/modules/services_discovery/upnp.cpp 
b/modules/services_discovery/upnp.cpp
+index b265113..f18afd6 100644
+--- a/modules/services_discovery/upnp.cpp
 b/modules/services_discovery/upnp.cpp
+@@ -50,6 +50,7 @@ typedef Upnp_Action_Complete UpnpActionComplete;
+ typedef Upnp_Event UpnpEvent;
+ typedef Upnp_Event_Subscribe UpnpEventSubscribe;
+ 
++#if UPNP_VERSION < 10624
+ static const char* UpnpDiscovery_get_Location_cstr( const UpnpDiscovery* 
p_discovery )
+ {
+   return p_discovery->Location;
+@@ -74,6 +75,7 @@ static const char* UpnpEventSubscribe_get_SID_cstr( const 
UpnpEventSubscribe* p_
+ {
+   return p_s->Sid;
+ }
++#endif
+ #else
+ typedef const void* UpnpEventPtr;
+ #endif
+-- 
+2.15.1
+


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-12-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 28, 2017 @ 18:49:16
  Author: alucryd
Revision: 313740

x264 152 rebuild: vlc 2.2.8-2

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 18:27:22 UTC (rev 313739)
+++ PKGBUILD2017-12-28 18:49:16 UTC (rev 313740)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-12-08 Thread Maxime Gauduin via arch-commits
Date: Friday, December 8, 2017 @ 13:55:24
  Author: alucryd
Revision: 311928

x265 2.6 rebuild: vlc 2.2.8-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-08 13:07:34 UTC (rev 311927)
+++ PKGBUILD2017-12-08 13:55:24 UTC (rev 311928)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.2.7
+pkgver=2.2.8
 pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
@@ -58,7 +58,7 @@
 vlc-2.2.6-fix-memleak.patch
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('45822e2521e73d4f275bdea3e71d9b0e28f11c3f757bda6014b90325fb5b454e94b896586834384c4b57e7e1bf714efed90a35e4763fd9e018b5dcd332b7d31b'
+sha512sums=('adde16f4b4bd2d94f104bb3b5df6bf4603bc67333c7615cb8d1d31ca63440b6b0aa93de9ccf0dba717cf905577c7d0bca7baba63caf401790b82eac3e04a'
 'SKIP'
 
'0f16c0e1a21808a3e48a276ed41c3845650bb2d5df5386c8c50832aa769959a8d440086b0af3ae17add754b449a8501334b7f167c68210c255f55b53c40a799f'
 
'd9e69a01eb8868647beac0f419328e6ca3fe14a2e2a9e6ce4b61ed590b41b0136fb3ac9e284b174a910c2fe8822d1b37445a48d0b7caea647060ebfabe899e7b'


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-12-03 Thread Levente Polyak via arch-commits
Date: Sunday, December 3, 2017 @ 12:24:26
  Author: anthraxx
Revision: 311547

upgpkg: vlc 2.2.7-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 11:52:02 UTC (rev 311546)
+++ PKGBUILD2017-12-03 12:24:26 UTC (rev 311547)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.2.6
-pkgrel=5
+pkgver=2.2.7
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -58,7 +58,7 @@
 vlc-2.2.6-fix-memleak.patch
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('9aff5922eb8b3c6a24e6153c367b0170dbc67602ae3e9304f52d2da00c9081d66cc98abd722b7c95b6c7d2e6cc7c86f21f9cba42c7d4bf29ca97d0f2d3553f8d'
+sha512sums=('45822e2521e73d4f275bdea3e71d9b0e28f11c3f757bda6014b90325fb5b454e94b896586834384c4b57e7e1bf714efed90a35e4763fd9e018b5dcd332b7d31b'
 'SKIP'
 
'0f16c0e1a21808a3e48a276ed41c3845650bb2d5df5386c8c50832aa769959a8d440086b0af3ae17add754b449a8501334b7f167c68210c255f55b53c40a799f'
 
'd9e69a01eb8868647beac0f419328e6ca3fe14a2e2a9e6ce4b61ed590b41b0136fb3ac9e284b174a910c2fe8822d1b37445a48d0b7caea647060ebfabe899e7b'
@@ -81,7 +81,7 @@
   export CPPFLAGS+=" -I/usr/include/samba-4.0"
   export CXXFLAGS+=" -std=gnu++98"
   export LUAC=/usr/bin/luac
-  export LUA_LIBS="`pkg-config --libs lua`"
+  export LUA_LIBS="$(pkg-config --libs lua)"
   export RCC=/usr/bin/rcc-qt4
 
   ./configure --prefix=/usr \


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-11-01 Thread Levente Polyak
Date: Wednesday, November 1, 2017 @ 19:20:14
  Author: anthraxx
Revision: 308824

upgpkg: vlc 2.2.6-5 (libva rebuild)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-01 18:51:53 UTC (rev 308823)
+++ PKGBUILD2017-11-01 19:20:14 UTC (rev 308824)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.6
-pkgrel=4
+pkgrel=5
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-2.2.6-fix-memleak.patch)

2017-10-05 Thread Levente Polyak
Date: Thursday, October 5, 2017 @ 12:57:44
  Author: anthraxx
Revision: 306833

upgpkg: vlc 2.2.6-4 (fix memleak FS#51371)

Added:
  vlc/trunk/vlc-2.2.6-fix-memleak.patch
Modified:
  vlc/trunk/PKGBUILD

-+
 PKGBUILD|5 +++-
 vlc-2.2.6-fix-memleak.patch |   48 ++
 2 files changed, 52 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-05 12:30:33 UTC (rev 306832)
+++ PKGBUILD2017-10-05 12:57:44 UTC (rev 306833)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('i686' 'x86_64')
@@ -55,10 +55,12 @@
 replaces=('vlc-plugin')
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
+vlc-2.2.6-fix-memleak.patch
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
 
sha512sums=('9aff5922eb8b3c6a24e6153c367b0170dbc67602ae3e9304f52d2da00c9081d66cc98abd722b7c95b6c7d2e6cc7c86f21f9cba42c7d4bf29ca97d0f2d3553f8d'
 'SKIP'
+
'0f16c0e1a21808a3e48a276ed41c3845650bb2d5df5386c8c50832aa769959a8d440086b0af3ae17add754b449a8501334b7f167c68210c255f55b53c40a799f'
 
'd9e69a01eb8868647beac0f419328e6ca3fe14a2e2a9e6ce4b61ed590b41b0136fb3ac9e284b174a910c2fe8822d1b37445a48d0b7caea647060ebfabe899e7b'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
@@ -68,6 +70,7 @@
   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"
+  patch -p1 < "${srcdir}/vlc-2.2.6-fix-memleak.patch"
 }
 
 build() {

Added: vlc-2.2.6-fix-memleak.patch
===
--- vlc-2.2.6-fix-memleak.patch (rev 0)
+++ vlc-2.2.6-fix-memleak.patch 2017-10-05 12:57:44 UTC (rev 306833)
@@ -0,0 +1,48 @@
+From 66dc09662ae33d44c21a5159885afdcaabb0cbb0 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Filip=20Ros=C3=A9en?= 
+Date: Fri, 23 Sep 2016 13:52:31 +0200
+Subject: [PATCH] video_output/xcb: fix memory-leak in ReleaseDrawable
+
+The problem with the previous implementation is that "n" will never
+be equal to 0 at the relevant part of the code (given the
+unconditional pre-increment a few lines earlier).
+
+These changes fixes the issue by freeing the allocated memory if the
+first element of "used" is NULL (meaning that there are no more
+entities referred to by it).
+
+fixes #17112
+fixes #17293
+
+Signed-off-by: Thomas Guillem 
+---
+ modules/video_output/xcb/window.c | 11 +++
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/modules/video_output/xcb/window.c 
b/modules/video_output/xcb/window.c
+index 02c9dd11e3..0c4f86f68c 100644
+--- a/modules/video_output/xcb/window.c
 b/modules/video_output/xcb/window.c
+@@ -538,12 +538,15 @@ static void ReleaseDrawable (vlc_object_t *obj, 
xcb_window_t window)
+ used[n] = used[n + 1];
+ while (used[++n]);
+ 
+-if (n == 0)
+- var_SetAddress (obj->p_libvlc, "xid-in-use", NULL);
++if (!used[0])
++var_SetAddress (obj->p_libvlc, "xid-in-use", NULL);
++else
++used = NULL;
++
+ vlc_mutex_unlock (&serializer);
+ 
+-if (n == 0)
+-free (used);
++free( used );
++
+ /* Variables are reference-counted... */
+ var_Destroy (obj->obj.libvlc, "xid-in-use");
+ }
+-- 
+2.11.0
+


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-08-15 Thread Maxime Gauduin
Date: Tuesday, August 15, 2017 @ 12:36:31
  Author: alucryd
Revision: 302203

x265 rebuild: vlc 2.2.6-3

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 11:55:51 UTC (rev 302202)
+++ PKGBUILD2017-08-15 12:36:31 UTC (rev 302203)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 07:31:57
  Author: arojas
Revision: 300229

PIE rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 07:13:39 UTC (rev 300228)
+++ PKGBUILD2017-07-13 07:31:57 UTC (rev 300229)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-05-28 Thread Bartłomiej Piotrowski
Date: Sunday, May 28, 2017 @ 14:54:38
  Author: bpiotrowski
Revision: 296688

upgpkg: vlc 2.2.6-1

new upstream release

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-28 07:43:59 UTC (rev 296687)
+++ PKGBUILD2017-05-28 14:54:38 UTC (rev 296688)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.2.5.1
+pkgver=2.2.6
 pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
@@ -57,7 +57,7 @@
 
source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
 lua53_compat.patch)
-sha512sums=('1e0e0a7a2a7499a9e00485cd5dcf324673083e71a841d40edbcb5e15ed5b5485fa6d2f5b885ef57098fc56868bdb26e8e8ebe5b924dfa28cdf1430e53f5d76bc'
+sha512sums=('9aff5922eb8b3c6a24e6153c367b0170dbc67602ae3e9304f52d2da00c9081d66cc98abd722b7c95b6c7d2e6cc7c86f21f9cba42c7d4bf29ca97d0f2d3553f8d'
 'SKIP'
 
'd9e69a01eb8868647beac0f419328e6ca3fe14a2e2a9e6ce4b61ed590b41b0136fb3ac9e284b174a910c2fe8822d1b37445a48d0b7caea647060ebfabe899e7b'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-05-22 Thread Levente Polyak
Date: Monday, May 22, 2017 @ 15:55:45
  Author: anthraxx
Revision: 296422

upgpkg: vlc 2.2.5.1-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 29 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-22 14:31:02 UTC (rev 296421)
+++ PKGBUILD2017-05-22 15:55:45 UTC (rev 296422)
@@ -1,14 +1,14 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Levente Polyak 
+# Contributor: 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"
+pkgver=2.2.5.1
+pkgrel=1
+pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
+url='https://www.videolan.org/vlc/'
 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'
@@ -53,31 +53,34 @@
 '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')
+source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
+update-vlc-plugin-cache.hook
+lua53_compat.patch)
+sha512sums=('1e0e0a7a2a7499a9e00485cd5dcf324673083e71a841d40edbcb5e15ed5b5485fa6d2f5b885ef57098fc56868bdb26e8e8ebe5b924dfa28cdf1430e53f5d76bc'
+'SKIP'
+
'd9e69a01eb8868647beac0f419328e6ca3fe14a2e2a9e6ce4b61ed590b41b0136fb3ac9e284b174a910c2fe8822d1b37445a48d0b7caea647060ebfabe899e7b'
+
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
+validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 prepare() {
-  cd "${pkgname}-${pkgver}"
-
+  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}"
+  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++98" \
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
+  export CFLAGS+=" -I/usr/include/samba-4.0"
+  export CPPFLAGS+=" -I/usr/include/samba-4.0"
+  export CXXFLAGS+=" -std=gnu++98"
+  export LUAC=/usr/bin/luac
+  export LUA_LIBS="`pkg-config --libs lua`"
+  export RCC=/usr/bin/rcc-qt4
+
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --disable-rpath \
@@ -90,10 +93,7 @@
   --enable-vcdx \
   --enable-upnp \
   --enable-opus \
-  --enable-sftp \
-  LUAC=/usr/bin/luac  LUA_LIBS="`pkg-config --libs lua`" \
-  RCC=/usr/bin/rcc-qt4
-
+  --enable-sftp
   make
 }
 
@@ -103,9 +103,10 @@
   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" \
+install -Dm 644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
  
"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
   done
+  install -Dm 644 "${srcdir}/update-vlc-plugin-cache.hook" -t 
"${pkgdir}/usr/share/libalpm/hooks"
+}
 
-  install -Dm644 "$srcdir"/update-vlc-plugin-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-vlc-plugin-cache.hook
-}
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-04-26 Thread Maxime Gauduin
Date: Wednesday, April 26, 2017 @ 18:48:35
  Author: alucryd
Revision: 294782

x265 2.4 rebuild: vlc 2.2.4-9

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 18:37:30 UTC (rev 294781)
+++ PKGBUILD2017-04-26 18:48:35 UTC (rev 294782)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=8
+pkgrel=9
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-03-26 Thread Maxime Gauduin
Date: Sunday, March 26, 2017 @ 19:03:24
  Author: alucryd
Revision: 291678

libass, libbluray, x265 rebuild: vlc 2.2.4-8

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 18:53:15 UTC (rev 291677)
+++ PKGBUILD2017-03-26 19:03:24 UTC (rev 291678)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=7
+pkgrel=8
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2017-01-21 Thread Antonio Rojas
Date: Saturday, January 21, 2017 @ 09:34:59
  Author: arojas
Revision: 287067

Drop gnome-vfs plugin

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-21 09:18:46 UTC (rev 287066)
+++ PKGBUILD2017-01-21 09:34:59 UTC (rev 287067)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=6
+pkgrel=7
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -18,7 +18,7 @@
 makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
  'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
  'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'smbclient'
  'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4')
 optdepends=('avahi: for service discovery using bonjour protocol'
 'libnotify: for notification plugin'
@@ -39,7 +39,6 @@
 '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'


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 15:40:16
  Author: alucryd
Revision: 284939

x265 2.2 rebuild: vlc 2.2.4-6

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 13:56:27 UTC (rev 284938)
+++ PKGBUILD2016-12-28 15:40:16 UTC (rev 284939)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=5
+pkgrel=6
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD update-vlc-plugin-cache.hook)

2016-11-03 Thread Antonio Rojas
Date: Thursday, November 3, 2016 @ 19:32:16
  Author: arojas
Revision: 279813

Trigger plugin cache update when installing qt4 (FS#51541)

Modified:
  vlc/trunk/PKGBUILD
  vlc/trunk/update-vlc-plugin-cache.hook

--+
 PKGBUILD |4 ++--
 update-vlc-plugin-cache.hook |6 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 19:24:38 UTC (rev 279812)
+++ PKGBUILD2016-11-03 19:32:16 UTC (rev 279813)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -62,7 +62,7 @@
 validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
 md5sums=('55666c9898f658c7fcca12725bf7dd1b'
  'SKIP'
- '6fdaca3aa56c0676e9c88049b8650324'
+ '6449d0d26bd34bca009eed58a4c20c83'
  '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {

Modified: update-vlc-plugin-cache.hook
===
--- update-vlc-plugin-cache.hook2016-11-03 19:24:38 UTC (rev 279812)
+++ update-vlc-plugin-cache.hook2016-11-03 19:32:16 UTC (rev 279813)
@@ -5,6 +5,12 @@
 Operation = Remove
 Target = usr/lib/vlc/plugins/*
 
+[Trigger]
+Type = Package
+Operation = Install
+Operation = Remove
+Target = qt4
+
 [Action]
 Description = Updating the vlc plugin cache...
 When = PostTransaction


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-09-29 Thread Maxime Gauduin
Date: Thursday, September 29, 2016 @ 20:01:24
  Author: alucryd
Revision: 277289

x265 2.1 rebuild: vlc 2.2.4-4

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-29 19:38:12 UTC (rev 277288)
+++ PKGBUILD2016-09-29 20:01:24 UTC (rev 277289)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-07-24 Thread Antonio Rojas
Date: Sunday, July 24, 2016 @ 10:00:26
  Author: arojas
Revision: 272437

libvpx 1.6.0 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-24 07:37:55 UTC (rev 272436)
+++ PKGBUILD2016-07-24 10:00:26 UTC (rev 272437)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-07-23 Thread Maxime Gauduin
Date: Saturday, July 23, 2016 @ 07:13:10
  Author: alucryd
Revision: 272138

x265 2.0 rebuild: vlc 2.2.4-2

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-23 06:38:16 UTC (rev 272137)
+++ PKGBUILD2016-07-23 07:13:10 UTC (rev 272138)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-06-05 Thread Antonio Rojas
Date: Monday, June 6, 2016 @ 00:52:14
  Author: arojas
Revision: 269065

Update to 2.2.4

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 21:11:58 UTC (rev 269064)
+++ PKGBUILD2016-06-05 22:52:14 UTC (rev 269065)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.2.3
-pkgrel=3
+pkgver=2.2.4
+pkgrel=1
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -60,7 +60,7 @@
 
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=('ecbc65be549e5cc83e4cbe0129e66dcd'
+md5sums=('55666c9898f658c7fcca12725bf7dd1b'
  'SKIP'
  '6fdaca3aa56c0676e9c88049b8650324'
  '96d3b346d9149ffb1b430066dfb6249a')


[arch-commits] Commit in vlc/trunk (PKGBUILD update-vlc-plugin-cache.hook vlc.install)

2016-05-22 Thread Antonio Rojas
Date: Sunday, May 22, 2016 @ 23:19:13
  Author: arojas
Revision: 268494

Use a hook to update the plugin cache, should fix crashes in KDE when the cache 
becomes outdated after installing external plugins

Added:
  vlc/trunk/update-vlc-plugin-cache.hook
Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/vlc.install

--+
 PKGBUILD |   16 +---
 update-vlc-plugin-cache.hook |   11 +++
 vlc.install  |   11 ---
 3 files changed, 20 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-22 20:48:59 UTC (rev 268493)
+++ PKGBUILD2016-05-22 21:19:13 UTC (rev 268494)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -57,16 +57,16 @@
 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")
+update-vlc-plugin-cache.hook "lua53_compat.patch")
 validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
 md5sums=('ecbc65be549e5cc83e4cbe0129e66dcd'
  'SKIP'
+ '6fdaca3aa56c0676e9c88049b8650324'
  '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  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
@@ -75,10 +75,10 @@
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  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" \
+  CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" 
CXXFLAGS+=" -std=gnu++98" \
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --disable-rpath \
@@ -99,7 +99,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
 
   make DESTDIR="${pkgdir}" install
 
@@ -107,4 +107,6 @@
 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
+
+  install -Dm644 "$srcdir"/update-vlc-plugin-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-vlc-plugin-cache.hook
 }

Added: update-vlc-plugin-cache.hook
===
--- update-vlc-plugin-cache.hook(rev 0)
+++ update-vlc-plugin-cache.hook2016-05-22 21:19:13 UTC (rev 268494)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/vlc/plugins/*
+
+[Action]
+Description = Updating the vlc plugin cache...
+When = PostTransaction
+Exec = /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins

Deleted: vlc.install
===
--- vlc.install 2016-05-22 20:48:59 UTC (rev 268493)
+++ vlc.install 2016-05-22 21:19:13 UTC (rev 268494)
@@ -1,11 +0,0 @@
-post_install() {
-usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f usr/lib/vlc/plugins/plugins-*.dat
-}


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc.install)

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 20:09:12
  Author: arojas
Revision: 266873

Hooks

Modified:
  vlc/trunk/PKGBUILD
  vlc/trunk/vlc.install

-+
 PKGBUILD|2 +-
 vlc.install |7 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 17:57:42 UTC (rev 266872)
+++ PKGBUILD2016-05-04 18:09:12 UTC (rev 266873)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";

Modified: vlc.install
===
--- vlc.install 2016-05-04 17:57:42 UTC (rev 266872)
+++ vlc.install 2016-05-04 18:09:12 UTC (rev 266873)
@@ -1,7 +1,5 @@
 post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
 usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
-update-desktop-database -q
 }
 
 post_upgrade() {
@@ -11,8 +9,3 @@
 pre_remove() {
 rm -f usr/lib/vlc/plugins/plugins-*.dat
 }
-
-post_remove() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-05-03 Thread Antonio Rojas
Date: Tuesday, May 3, 2016 @ 09:12:26
  Author: arojas
Revision: 266786

Update to 2.2.3

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-03 06:50:34 UTC (rev 266785)
+++ PKGBUILD2016-05-03 07:12:26 UTC (rev 266786)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.2.2
-pkgrel=4
+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/";
@@ -61,7 +61,7 @@
 
source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
 "lua53_compat.patch")
 validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
-md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6'
+md5sums=('ecbc65be549e5cc83e4cbe0129e66dcd'
  'SKIP'
  '96d3b346d9149ffb1b430066dfb6249a')
 


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-04-24 Thread Antonio Rojas
Date: Sunday, April 24, 2016 @ 12:59:01
  Author: arojas
Revision: 266106

Make qt4 optional, some packages depend only on libvlc and shouldn't pull an 
entire toolkit (FS#21934,FS#47888)

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-24 08:42:46 UTC (rev 266105)
+++ PKGBUILD2016-04-24 10:59:01 UTC (rev 266106)
@@ -5,12 +5,12 @@
 
 pkgname=vlc
 pkgver=2.2.2
-pkgrel=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' 'qt4' 'libproxy'
+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'
@@ -19,7 +19,7 @@
  'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
  'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
  'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
+ 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4')
 optdepends=('avahi: for service discovery using bonjour protocol'
 'libnotify: for notification plugin'
 'gtk2: for notify plugin'
@@ -50,7 +50,8 @@
 'ttf-dejavu: for subtitle font'
 'opus: for opus support'
 'libssh2: for sftp support'
-'lua-socket: for http interface')
+'lua-socket: for http interface'
+'qt4: for the GUI')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 backup=('usr/share/vlc/lua/http/.hosts'


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 17:01:29
  Author: jgc
Revision: 261172

upgpkg: vlc 2.2.2-3

Rebuild for libmpcdec

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 16:00:27 UTC (rev 261171)
+++ PKGBUILD2016-03-07 16:01:29 UTC (rev 261172)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-02-18 Thread Maxime Gauduin
Date: Thursday, February 18, 2016 @ 21:07:38
  Author: alucryd
Revision: 259979

Use ffmpeg2.8: vlc 2.2.2-2

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 19:59:21 UTC (rev 259978)
+++ PKGBUILD2016-02-18 20:07:38 UTC (rev 259979)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -12,7 +12,7 @@
 license=('LGPL2.1' 'GPL2')
 depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
  'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp'
  'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
  'libxinerama')
 makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
@@ -76,6 +76,7 @@
 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 \


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-02-15 Thread Anatol Pomozov
Date: Monday, February 15, 2016 @ 22:08:18
  Author: anatolik
Revision: 259344

upgpkg: vlc 2.2.2-1

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 20:14:15 UTC (rev 259343)
+++ PKGBUILD2016-02-15 21:08:18 UTC (rev 259344)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.2.1
-pkgrel=13
+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/";
@@ -57,9 +57,11 @@
 'usr/share/vlc/lua/http/dialogs/.hosts')
 options=('!emptydirs')
 install=vlc.install
-source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
 "lua53_compat.patch")
-md5sums=('42273945758b521c408fabc7fd6d9946'
+validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
+md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6'
+ 'SKIP'
  '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-02-03 Thread Maxime Gauduin
Date: Wednesday, February 3, 2016 @ 18:47:05
  Author: alucryd
Revision: 258845

x265 1.9 rebuild for real: vlc 2.2.1-13

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 17:03:21 UTC (rev 258844)
+++ PKGBUILD2016-02-03 17:47:05 UTC (rev 258845)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:16:59
  Author: alucryd
Revision: 258814

x265 1.9 rebuild: vlc 2.2.1-12

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:14:24 UTC (rev 258813)
+++ PKGBUILD2016-02-02 19:16:59 UTC (rev 258814)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=11
+pkgrel=12
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:34:53
  Author: foutrelis
Revision: 252794

C++11 ABI rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:33:10 UTC (rev 252793)
+++ PKGBUILD2015-12-06 12:34:53 UTC (rev 252794)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2015-12-05 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 08:53:00
  Author: allan
Revision: 252645

C++11 ABI rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 07:40:33 UTC (rev 252644)
+++ PKGBUILD2015-12-06 07:53:00 UTC (rev 252645)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2015-11-10 Thread Evangelos Foutras
Date: Tuesday, November 10, 2015 @ 21:38:05
  Author: foutrelis
Revision: 250580

libvpx 1.5.0 rebuild

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-10 20:29:46 UTC (rev 250579)
+++ PKGBUILD2015-11-10 20:38:05 UTC (rev 250580)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 13:11:04
  Author: alucryd
Revision: 248687

upgpkg: vlc 2.2.1-8

Rebuild against x265 1.8

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 11:10:30 UTC (rev 248686)
+++ PKGBUILD2015-10-09 11:11:04 UTC (rev 248687)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2015-09-09 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 06:07:44
  Author: foutrelis
Revision: 245668

ncurses 6.0 rebuild.

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 04:00:11 UTC (rev 245667)
+++ PKGBUILD2015-09-10 04:07:44 UTC (rev 245668)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2015-06-09 Thread Giovanni Scafora
Date: Tuesday, June 9, 2015 @ 11:39:11
  Author: giovanni
Revision: 240439

upgpkg: vlc 2.2.1-6

rebuild against libdvbpsi-1.3.0 - soname bump

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-09 08:57:28 UTC (rev 240438)
+++ PKGBUILD2015-06-09 09:39:11 UTC (rev 240439)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD)

2015-06-07 Thread Bartłomiej Piotrowski
Date: Sunday, June 7, 2015 @ 13:43:15
  Author: bpiotrowski
Revision: 240402

upgpkg: vlc 2.2.1-5

rebuild against x265 1.7

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-07 11:12:46 UTC (rev 240401)
+++ PKGBUILD2015-06-07 11:43:15 UTC (rev 240402)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-gcc5-sse-target-workaround.patch)

2015-05-21 Thread Evangelos Foutras
Date: Thursday, May 21, 2015 @ 16:40:32
  Author: foutrelis
Revision: 239617

Remove GCC 5 workaround; not needed with gcc 5.1.0-4

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/vlc-gcc5-sse-target-workaround.patch

--+
 PKGBUILD |7 ---
 vlc-gcc5-sse-target-workaround.patch |   12 
 2 files changed, 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 14:34:11 UTC (rev 239616)
+++ PKGBUILD2015-05-21 14:40:32 UTC (rev 239617)
@@ -58,10 +58,8 @@
 options=('!emptydirs')
 install=vlc.install
 
source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";
-"vlc-gcc5-sse-target-workaround.patch"
 "lua53_compat.patch")
 md5sums=('42273945758b521c408fabc7fd6d9946'
- 'cf5b92e290da2f1b0b4d0cd0eda6b32b'
  '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {
@@ -70,11 +68,6 @@
   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 build with GCC 5 on i686
-  # GCC PR URL: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66047
-  # Workaround: https://bugzilla.redhat.com/show_bug.cgi?id=1215630#c11
-  patch -p1 < "${srcdir}/vlc-gcc5-sse-target-workaround.patch"
-
   patch -p1 < "${srcdir}/lua53_compat.patch"
 }
 

Deleted: vlc-gcc5-sse-target-workaround.patch
===
--- vlc-gcc5-sse-target-workaround.patch2015-05-21 14:34:11 UTC (rev 
239616)
+++ vlc-gcc5-sse-target-workaround.patch2015-05-21 14:40:32 UTC (rev 
239617)
@@ -1,12 +0,0 @@
-diff -upr vlc-2.2.1.orig/include/vlc_cpu.h vlc-2.2.1/include/vlc_cpu.h
 vlc-2.2.1.orig/include/vlc_cpu.h   2014-06-14 18:14:12.0 +0300
-+++ vlc-2.2.1/include/vlc_cpu.h2015-05-12 02:31:29.843264593 +0300
-@@ -65,7 +65,7 @@ VLC_API unsigned vlc_CPU(void);
- #  define vlc_CPU_MMXEXT() ((vlc_CPU() & VLC_CPU_MMXEXT) != 0)
- #  define vlc_CPU_SSE() ((vlc_CPU() & VLC_CPU_SSE) != 0)
- #  if VLC_GCC_VERSION(4, 4) || defined(__clang__)
--#   define VLC_SSE __attribute__ ((__target__ ("sse")))
-+#   define VLC_SSE __attribute__ ((used)) __attribute__ ((__target__ ("sse")))
- #  else
- #   define VLC_SSE VLC_SSE_is_not_implemented_on_this_compiler
- #  endif


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-gcc5-sse-target-workaround.patch)

2015-05-11 Thread Evangelos Foutras
Date: Tuesday, May 12, 2015 @ 01:52:06
  Author: foutrelis
Revision: 238953

upgpkg: vlc 2.2.1-4

Lua 5.3 rebuild.

Added:
  vlc/trunk/vlc-gcc5-sse-target-workaround.patch
Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 vlc-gcc5-sse-target-workaround.patch |   12 
 2 files changed, 20 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-11 16:48:14 UTC (rev 238952)
+++ PKGBUILD2015-05-11 23:52:06 UTC (rev 238953)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -58,8 +58,10 @@
 options=('!emptydirs')
 install=vlc.install
 
source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+"vlc-gcc5-sse-target-workaround.patch"
 "lua53_compat.patch")
 md5sums=('42273945758b521c408fabc7fd6d9946'
+ 'cf5b92e290da2f1b0b4d0cd0eda6b32b'
  '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {
@@ -68,6 +70,11 @@
   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 build with GCC 5 on i686
+  # GCC PR URL: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66047
+  # Workaround: https://bugzilla.redhat.com/show_bug.cgi?id=1215630#c11
+  patch -p1 < "${srcdir}/vlc-gcc5-sse-target-workaround.patch"
+
   patch -p1 < "${srcdir}/lua53_compat.patch"
 }
 

Added: vlc-gcc5-sse-target-workaround.patch
===
--- vlc-gcc5-sse-target-workaround.patch(rev 0)
+++ vlc-gcc5-sse-target-workaround.patch2015-05-11 23:52:06 UTC (rev 
238953)
@@ -0,0 +1,12 @@
+diff -upr vlc-2.2.1.orig/include/vlc_cpu.h vlc-2.2.1/include/vlc_cpu.h
+--- vlc-2.2.1.orig/include/vlc_cpu.h   2014-06-14 18:14:12.0 +0300
 vlc-2.2.1/include/vlc_cpu.h2015-05-12 02:31:29.843264593 +0300
+@@ -65,7 +65,7 @@ VLC_API unsigned vlc_CPU(void);
+ #  define vlc_CPU_MMXEXT() ((vlc_CPU() & VLC_CPU_MMXEXT) != 0)
+ #  define vlc_CPU_SSE() ((vlc_CPU() & VLC_CPU_SSE) != 0)
+ #  if VLC_GCC_VERSION(4, 4) || defined(__clang__)
+-#   define VLC_SSE __attribute__ ((__target__ ("sse")))
++#   define VLC_SSE __attribute__ ((used)) __attribute__ ((__target__ ("sse")))
+ #  else
+ #   define VLC_SSE VLC_SSE_is_not_implemented_on_this_compiler
+ #  endif


  1   2   3   >