mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 13:34:48 +08:00
Update vlc to 2.2.1.
This commit is contained in:
parent
fff4a3364c
commit
92ec2be5d3
@ -1,8 +1,7 @@
|
|||||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
|
||||||
# Contributions from ArchLinux: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/vlc
|
# Contributions from ArchLinux: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/vlc
|
||||||
|
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
pkgver=2.2.0
|
pkgver=2.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.videolan.org/vlc/"
|
url="http://www.videolan.org/vlc/"
|
||||||
@ -13,7 +12,7 @@ depends=('a52dec' 'fluidsynth' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy'
|
|||||||
'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
|
'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
|
||||||
'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
|
'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
|
||||||
makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
|
makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
|
||||||
'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca'
|
'libdc1394' 'libavc1394' 'lirc' 'libcaca'
|
||||||
'librsvg' 'portaudio' 'libgme' 'aalib' 'libmtp'
|
'librsvg' 'portaudio' 'libgme' 'aalib' 'libmtp'
|
||||||
'vcdimager' 'opus' 'libssh2' 'samba'
|
'vcdimager' 'opus' 'libssh2' 'samba'
|
||||||
'chromaprint' 'unzip')
|
'chromaprint' 'unzip')
|
||||||
@ -34,7 +33,7 @@ optdepends=('aalib: for ASCII art plugin'
|
|||||||
'libssh2: for sftp support'
|
'libssh2: for sftp support'
|
||||||
'libva-intel-driver: back-end for intel cards'
|
'libva-intel-driver: back-end for intel cards'
|
||||||
'libva-vdpau-driver: vdpau back-end for nvidia'
|
'libva-vdpau-driver: vdpau back-end for nvidia'
|
||||||
'lirc-utils: for lirc plugin'
|
'lirc: for lirc plugin'
|
||||||
'ncurses: for ncurses interface support'
|
'ncurses: for ncurses interface support'
|
||||||
'opus: for opus support'
|
'opus: for opus support'
|
||||||
'portaudio: for portaudio support'
|
'portaudio: for portaudio support'
|
||||||
@ -48,7 +47,7 @@ categories=('multimedia')
|
|||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
install="vlc.install"
|
install="vlc.install"
|
||||||
source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz")
|
source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz")
|
||||||
sha1sums=('11f0384980052c7ed73753af2073965f59b27cd2')
|
sha1sums=('ee8535c5966217bc2069a74c1d4e8c32609656e9')
|
||||||
screenshot='http://images1.videolan.org/vlc/screenshots/0.9.2/screenshot-kde4.jpg'
|
screenshot='http://images1.videolan.org/vlc/screenshots/0.9.2/screenshot-kde4.jpg'
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user