summaryrefslogtreecommitdiff
path: root/extra/vlc/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-02 15:52:33 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-02 15:52:33 -0300
commit0ca20230bdd33f8e07d2da28bec74c5e685650e9 (patch)
tree6f09c1056210679c3dfe0c6534ffd6b2d0f7bf68 /extra/vlc/PKGBUILD
parentca8ab20a665411e312578954c85f1bd3913fc726 (diff)
parent9d209f25af63a35774000e87df4e188057f71b2f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mythtv/PKGBUILD community-staging/mythtv/mythbackend.rc community-staging/mythtv/mythtv.install community/sigil/PKGBUILD extra/pixman/PKGBUILD staging/vlc/PKGBUILD
Diffstat (limited to 'extra/vlc/PKGBUILD')
-rw-r--r--extra/vlc/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index 73f5b0def..dd1465417 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 160375 2012-06-01 12:58:51Z dreisner $
+# $Id: PKGBUILD 162781 2012-06-30 12:58:20Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=vlc
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.videolan.org/vlc/"
@@ -46,7 +46,8 @@ optdepends+=('libcaca: for colored ASCII art video output'
'aalib: for ASCII art plugin'
'libmtp: for MTP devices support'
'fluidsynth: for synthesizer MIDI FluidSynth'
- 'smbclient: for SMB access plugin')
+ 'smbclient: for SMB access plugin'
+ 'libcdio: for audio CD playback support')
conflicts=('vlc-plugin')
replaces=('vlc-plugin')
backup=('usr/share/vlc/lua/http/.hosts'
@@ -54,7 +55,7 @@ backup=('usr/share/vlc/lua/http/.hosts'
options=('!libtool' '!emptydirs')
install=vlc.install
source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('5ad114755670e4881a2b35354e2f79bc')
+md5sums=('93e729cc970a4535b3213dbef0e69528')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"