From b03089f7a4056a33b49d7a7a16a44512c4b04940 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 9 Jan 2016 12:06:39 -0500 Subject: gnash-git-0.8.11.r22311.gf0f66ce-1: updating version --- pcr/gnash-git/PKGBUILD | 46 +++++++++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 17 deletions(-) (limited to 'pcr/gnash-git/PKGBUILD') diff --git a/pcr/gnash-git/PKGBUILD b/pcr/gnash-git/PKGBUILD index 6e041e2ce..515d4a1b3 100644 --- a/pcr/gnash-git/PKGBUILD +++ b/pcr/gnash-git/PKGBUILD @@ -1,33 +1,41 @@ -# Maintainer: Tim Van den Langenbergh -# Contributor: Omar Botta -# Contributor: Carlos Sanchez -# Contributor: Frederic Bezies +# Maintainer (Arch): Iru Cai +# Maintainer (Arch): Tim Van den Langenbergh +# Contributor (Arch): Omar Botta +# Contributor (Arch): Carlos Sanchez +# Contributor (Arch): Frederic Bezies +# Maintainer: Omar Vega Ramos pkgname=gnash-git _gitname=gnash -pkgver=0.8.11.r22276.g939bcfb +pkgver=0.8.11.r22311.gf0f66ce pkgrel=1 pkgdesc="The GNU SWF Player based on GameSWF - git development version" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gnash/" license=('GPL3') -depends=('curl' 'giflib' 'sdl' 'libjpeg' 'libpng' 'libltdl' 'libgl' - 'glu' 'speex' 'fontconfig' 'cairo' 'ffmpeg' 'jemalloc' 'boost-libs' +depends=('curl' 'giflib' 'sdl' 'libjpeg' 'libpng' 'libgl' + 'glu' 'fontconfig' 'cairo' 'ffmpeg' 'jemalloc' 'boost-libs' 'gtk2' 'libldap' 'hicolor-icon-theme' 'desktop-file-utils' 'gconf' - 'gtkglext' 'agg') -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') + 'gtkglext' 'agg' 'gdk-pixbuf2') +makedepends=('mesa' 'xulrunner' 'pkgconfig' 'boost' 'git') +provides=('gnash-common' 'gnash-gtk' 'gnash') +conflicts=('gnash-common' 'gnash-gtk' 'gnash') +replaces=('gnash-common' 'gnash-gtk' 'gnash') options=('!emptydirs') install=$_gitname.install backup=('etc/gnashpluginrc') -source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('d771bf518551efedc5593868e0750a25') +source=('git://git.sv.gnu.org/gnash.git' + 'jemalloc_gnash.patch' + 'gnash_boost.patch') +sha256sums=('SKIP' + '422aad0cf678f8427b1601e41e6440b3526872b640b6ccd3ab93ae656a9a8c8e' + '25ca1554f4c6e06d5a3fe68c37f58c7f63cf05544f14ad0e716452f8a033a095') -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 @@ -39,6 +47,10 @@ prepare() { build() { cd $_gitname + patch -Np1 -i "${srcdir}/jemalloc_gnash.patch" + patch -Np1 -i "${srcdir}/gnash_boost.patch" + sed -i 's#${JEMALLOC_CONFIG} --cxxflags#${JEMALLOC_CONFIG} --cflags#g' configure + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ -- cgit v1.2.3