wok diff gst-plugins-ugly/receipt @ rev 6626

Up: glib to 2.26.0. Added perl and python to build depends so script in glib-dev work right if build in clean chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 10 04:22:23 2010 +0000 (2010-10-10)
parents 9f19aee613be
children 328ad128bd21
line diff
     1.1 --- a/gst-plugins-ugly/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/gst-plugins-ugly/receipt	Sun Oct 10 04:22:23 2010 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install	
    1.10  }
    1.11