mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vlc to 2.2.7-1
This commit is contained in:
parent
43023c96e8
commit
0d950f6f17
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
|||
# - enable gles2
|
||||
|
||||
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=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('LGPL2.1' 'GPL2')
|
||||
depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy'
|
||||
'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
|
||||
|
@ -62,7 +62,7 @@ source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.
|
|||
vlc-2.2.6-fix-memleak.patch
|
||||
update-vlc-plugin-cache.hook
|
||||
lua53_compat.patch)
|
||||
sha512sums=('9aff5922eb8b3c6a24e6153c367b0170dbc67602ae3e9304f52d2da00c9081d66cc98abd722b7c95b6c7d2e6cc7c86f21f9cba42c7d4bf29ca97d0f2d3553f8d'
|
||||
sha512sums=('45822e2521e73d4f275bdea3e71d9b0e28f11c3f757bda6014b90325fb5b454e94b896586834384c4b57e7e1bf714efed90a35e4763fd9e018b5dcd332b7d31b'
|
||||
'SKIP'
|
||||
'0f16c0e1a21808a3e48a276ed41c3845650bb2d5df5386c8c50832aa769959a8d440086b0af3ae17add754b449a8501334b7f167c68210c255f55b53c40a799f'
|
||||
'd9e69a01eb8868647beac0f419328e6ca3fe14a2e2a9e6ce4b61ed590b41b0136fb3ac9e284b174a910c2fe8822d1b37445a48d0b7caea647060ebfabe899e7b'
|
||||
|
@ -85,7 +85,7 @@ build() {
|
|||
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 \
|
||||
|
|
Loading…
Reference in a new issue