From 93c1043000a5e483e4e63fb61ef6cb53471379fc Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Sun, 17 May 2015 21:58:21 -0300 Subject: gnash-git: add new package --- pcr/gnash-git/PKGBUILD | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'pcr') diff --git a/pcr/gnash-git/PKGBUILD b/pcr/gnash-git/PKGBUILD index a52b25fd2..6e041e2ce 100644 --- a/pcr/gnash-git/PKGBUILD +++ b/pcr/gnash-git/PKGBUILD @@ -5,8 +5,8 @@ pkgname=gnash-git _gitname=gnash -pkgver=0.8.11.r22270.g84f8bfd -pkgrel=1.1 +pkgver=0.8.11.r22276.g939bcfb +pkgrel=1 pkgdesc="The GNU SWF Player based on GameSWF - git development version" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gnash/" @@ -15,25 +15,20 @@ depends=('curl' 'giflib' 'sdl' 'libjpeg' 'libpng' 'libltdl' 'libgl' 'glu' 'speex' 'fontconfig' 'cairo' 'ffmpeg' 'jemalloc' 'boost-libs' 'gtk2' 'libldap' 'hicolor-icon-theme' 'desktop-file-utils' 'gconf' 'gtkglext' 'agg') -makedepends=('mesa' 'xulrunner' 'pkgconfig' 'boost' 'git') -provides=('gnash-common' 'gnash-gtk') -conflicts=('gnash-common' 'gnash-gtk') +makedepends=('mesa' 'xulrunner' 'pkgconfig' 'boost' 'git' + 'gdk-pixbuf2' 'gdk-pixbuf') +provides=('gnash-common' 'gnash-gtk' "$_gitname") +conflicts=('gnash-common' 'gnash-gtk' "$_gitname") replaces=('gnash-common' 'gnash-gtk') options=('!emptydirs') install=$_gitname.install backup=('etc/gnashpluginrc') -source=("libre://$pkgname-$pkgver.tar.gz") -md5sums=('efe95a81cc3bc4316f5d3567d821d15d') +source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('d771bf518551efedc5593868e0750a25') mksource=('git://git.sv.gnu.org/gnash.git') mkmd5sums=('SKIP') -pkgver() { - cd $_gitname - - echo "0.8.11.r$(git rev-list --count master).g$(git log -1 --format="%h")" -} - prepare() { cd $_gitname -- cgit v1.2.3-2-g168b