From e3f70522f1f35359d9307f478c96dace20a51ca1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Nov 2012 01:15:19 -0700 Subject: Sat Nov 3 01:13:31 PDT 2012 --- extra/grantlee/PKGBUILD | 16 +++++++--------- extra/vlc/PKGBUILD | 16 +++++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'extra') diff --git a/extra/grantlee/PKGBUILD b/extra/grantlee/PKGBUILD index 5acc48479..23721cd2e 100644 --- a/extra/grantlee/PKGBUILD +++ b/extra/grantlee/PKGBUILD @@ -1,21 +1,19 @@ -# $Id: PKGBUILD 142010 2011-11-03 23:27:16Z andrea $ -# Maintainer: -# Contributor: Andrea Scarpino +# $Id: PKGBUILD 170108 2012-11-02 08:45:56Z andrea $ +# Maintainer: Andrea Scarpino pkgname=grantlee -pkgver=0.2.0 +pkgver=0.3.0 pkgrel=1 pkgdesc="A string template engine based on the Django template system and written in Qt" arch=('i686' 'x86_64') url="http://www.gitorious.org/grantlee/pages/Home" license=('LGPL3') depends=('qt') -makedepends=('cmake') +makedepends=('cmake' 'doxygen') source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz") -md5sums=('0622ed30630a44b5fac0bfa7e176d3fe') +md5sums=('195763a3238f51f8885881fc8012cd83') build() { - cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ @@ -25,6 +23,6 @@ build() { } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install -} +} diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index d54ca33fa..e714c01d7 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 169442 2012-10-21 09:07:49Z giovanni $ +# $Id: PKGBUILD 170110 2012-11-02 09:09:21Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Sarah Hay # Contributor: Martin Sandsmark pkgname=vlc pkgver=2.0.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/" @@ -19,7 +19,7 @@ makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus') + 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2') optdepends=('avahi: for service discovery using bonjour protocol' 'libnotify: for notification plugin' 'ncurses: for ncurses interface support' @@ -28,8 +28,8 @@ optdepends=('avahi: for service discovery using bonjour protocol' 'libavc1394: for devices using the 1394ta AV/C' 'libdc1394: for IEEE 1394 plugin' 'kdelibs: KDE Solid hardware integration' - 'vdpau-video: vdpau back-end for nvidia' - 'libva-driver-intel: back-end for intel cards' + 'libva-vdpau-driver: vdpau back-end for nvidia' + 'libva-intel-driver: back-end for intel cards' 'libbluray: for Blu-Ray support' 'flac: for Free Lossless Audio Codec plugin' 'oss: for OSS audio support' @@ -50,7 +50,8 @@ optdepends=('avahi: for service discovery using bonjour protocol' 'libcdio: for audio CD playback support' 'ttf-freefont: for subtitle font ' 'ttf-dejavu: for subtitle font' - 'opus: for opus support') + 'opus: for opus support' + 'libssh2: for sftp support') conflicts=('vlc-plugin') replaces=('vlc-plugin') backup=('usr/share/vlc/lua/http/.hosts' @@ -80,7 +81,8 @@ build() { --enable-aa \ --enable-vcdx \ --enable-upnp \ - --enable-opus + --enable-opus \ + --enable-sftp make } -- cgit v1.2.3-54-g00ecf