summaryrefslogtreecommitdiff
path: root/extra/vlc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-21 00:21:21 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-21 00:21:21 -0300
commit116249b42ef84d8917a2c8593f7e6b0d3500722e (patch)
treecd565bc54690330bce0bfd9fe793c7c3663904a6 /extra/vlc
parentfcd3ae0df41ddf3667e1c91ce48d31ef6d32e6cb (diff)
parenta3108a9a809c496e1f6a0e9caf0acebac3889bfb (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/virtualbox-modules/PKGBUILD community-testing/virtualbox-modules/virtualbox-archlinux-modules.install community-testing/virtualbox-modules/virtualbox-modules.install community/ircii-pana/PKGBUILD extra/nasm/PKGBUILD extra/vlc/PKGBUILD gnome-unstable/baobab/PKGBUILD gnome-unstable/clutter/PKGBUILD gnome-unstable/dconf/PKGBUILD gnome-unstable/evince/PKGBUILD gnome-unstable/evolution-data-server/PKGBUILD gnome-unstable/evolution/PKGBUILD gnome-unstable/evolution/evolution.install gnome-unstable/gcr/PKGBUILD gnome-unstable/glib2/PKGBUILD gnome-unstable/gnome-control-center/PKGBUILD gnome-unstable/gnome-control-center/gnome-control-center.install gnome-unstable/gnome-desktop/PKGBUILD gnome-unstable/gnome-font-viewer/PKGBUILD gnome-unstable/gnome-keyring/PKGBUILD gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gnome-panel/PKGBUILD gnome-unstable/gnome-power-manager/PKGBUILD gnome-unstable/gnome-power-manager/gnome-power-manager.install gnome-unstable/gnome-screenshot/PKGBUILD gnome-unstable/gnome-session/PKGBUILD gnome-unstable/gnome-settings-daemon/PKGBUILD gnome-unstable/gnome-settings-daemon/gnome-settings-daemon.install gnome-unstable/gnome-system-log/PKGBUILD gnome-unstable/gtkhtml4/PKGBUILD gnome-unstable/gvfs/PKGBUILD gnome-unstable/libgnome-keyring/PKGBUILD gnome-unstable/libgxps/PKGBUILD gnome-unstable/network-manager-applet/PKGBUILD gnome-unstable/networkmanager/PKGBUILD gnome-unstable/pygobject/PKGBUILD gnome-unstable/seahorse/PKGBUILD gnome-unstable/telepathy-glib/PKGBUILD gnome-unstable/vte3/PKGBUILD gnome-unstable/yelp/PKGBUILD gnome-unstable/yelp/yelp.install testing/kmod/PKGBUILD testing/kmod/depmod-search.conf testing/lirc/PKGBUILD testing/lirc/lirc.install testing/openssh/PKGBUILD testing/xf86-video-neomagic/PKGBUILD ~fauno/notmuch/PKGBUILD
Diffstat (limited to 'extra/vlc')
-rw-r--r--extra/vlc/PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index b18902e5b..807911691 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 151463 2012-02-26 12:17:02Z giovanni $
+# $Id: PKGBUILD 153753 2012-03-19 15:14:49Z 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.0
-pkgrel=8
+pkgver=2.0.1
+pkgrel=1
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.videolan.org/vlc/"
@@ -53,21 +53,15 @@ backup=('usr/share/vlc/lua/http/.hosts'
'usr/share/vlc/lua/http/dialogs/.hosts')
options=('!libtool' '!emptydirs')
install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
- 'access_smb_link_to_smbclient.patch')
-md5sums=('8806bff2ea9c76791123d444a92f708c'
- '5f510fdea99cdb7941423eb40045968a')
+source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('5ad114755670e4881a2b35354e2f79bc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
- patch -Np1 -i "${srcdir}/access_smb_link_to_smbclient.patch"
- autoreconf -fi
-
[ "$CARCH" = "mips64el" ] && extraconf="--disable-lirc"
-
./configure --prefix=/usr \
--disable-rpath \
--enable-oss \