Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=f559f1f8580c3679eedebf00e2fcf57eb6bb72e6
commit f559f1f8580c3679eedebf00e2fcf57eb6bb72e6 Author: Michel Hermier <[email protected]> Date: Thu Apr 14 21:43:30 2011 +0200 gnash-0.8.9-1-i686 * Modernize up2date. * Fix USE_DEVEL, it is on git now. diff --git a/source/xlib-extra/gnash/FrugalBuild b/source/xlib-extra/gnash/FrugalBuild index 53dad50..2541919 100644 --- a/source/xlib-extra/gnash/FrugalBuild +++ b/source/xlib-extra/gnash/FrugalBuild @@ -5,7 +5,6 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=gnash pkgver=0.8.9 -Fuse $USE_DEVEL && pkgver=bzr9976 pkgrel=1 pkgdesc="A GNU Flash movie player." url="http://www.gnu.org/software/gnash/" @@ -14,14 +13,15 @@ depends=('sdl_mixer' 'cairo>=1.8.6-3' 'libjpeg>=8a' 'libxml2>=2.7.8' 'libmad' 'b makedepends=('boost') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') -up2date="lynx -dump http://ftp.gnu.org/pub/gnu/gnash/|grep [0-9]/$|sed -n 's|.*/\(.*\)/$|\1|;$ p'" +up2date="Flastverdir http://ftp.gnu.org/pub/gnu/gnash/" if ! Fuse $USE_DEVEL; then source=(http://ftp.gnu.org/pub/gnu/gnash/$pkgver/gnash-$pkgver.tar.bz2) sha1sums=('585c320c98b3304fcbba230f2c4b1fdf2a52aee0') else - _F_scm_type="bzr" - _F_scm_url="http://bzr.savannah.gnu.org/r/gnash/trunk" + pkgver=$pkgver.g7274343 + _F_scm_type="git" + _F_scm_url="git://git.sv.gnu.org/gnash.git" Finclude scm fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
