Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4bbf0299b1cac188b6102e3182eb8202bf925518
commit 4bbf0299b1cac188b6102e3182eb8202bf925518 Author: DeX77 <[email protected]> Date: Tue Nov 17 11:24:51 2015 +0100 lives-2.4.3-1-x86_64 * version bump diff --git a/source/xapps-extra/lives/FrugalBuild b/source/xapps-extra/lives/FrugalBuild index 02890d0..ed30522 100644 --- a/source/xapps-extra/lives/FrugalBuild +++ b/source/xapps-extra/lives/FrugalBuild @@ -1,22 +1,21 @@ # Compiling Time: 1.54 SBU # Maintainer: DeX77 <[email protected]> -# Contributor: crazy <[email protected]> # Contributor: PacMiam <[email protected]> pkgname=lives -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=1 pkgdesc="LiVES is a powerful video system aimed at the digital video artist and VJ." depends=('mplayer>=1.0rc3-1' 'imagemagick>=6.7.9_2-1' 'gtk+2>=2.20.0-2' 'libjpeg>=8a' 'sox>=14.3.0' 'transcode>=1.1.7' \ 'libavc1394' 'freetype2' 'libvisual-plugins' 'sdl' 'liboil' 'jack' 'procps' 'libtirpc' 'libpulse>=6.0') -makedepends=('imake' 'procps') +makedepends=('imake' 'procps' 'x11-protos') rodepends=('perl' 'python') groups=('xapps-extra') options=('scriptlet') archs=('i686' 'x86_64') _F_sourceforge_ext=".tar.bz2" Finclude sourceforge -sha1sums=('9fc99544bd0f9be247e596a814cbbe34d82bc1da') +sha1sums=('f60c5329ecf1ed87c6b6d610f745a49378028528') CFLAGS="$CFLAGS -I/usr/include/tirpc" build() @@ -29,13 +28,6 @@ build() Fmkdir "usr/bin" Fpatchall - ## nono kill this shit before Fbuild :-D - for noo3 in `find . -name "Makefile*"` - do - Fsed '-O3' '' $noo3 - Fsed '-fexpensive-optimizations' '' $noo3 - ## blah on wth is this guy on ? - done Fsed 'lives_widget_ensure_style' 'gtk_widget_ensure_style' src/gui.c Fbuild --disable-dvgrab _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
