wok-4.x diff gst-plugins-base/receipt @ rev 6419
Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 26 17:02:23 2010 +0000 (2010-09-26) |
parents | 7cef8fc27566 |
children | b08597f40105 |
line diff
1.1 --- a/gst-plugins-base/receipt Sat May 02 10:05:32 2009 +0200 1.2 +++ b/gst-plugins-base/receipt Sun Sep 26 17:02:23 2010 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 cd $src 1.5 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ 1.6 --enable-experimental && 1.7 - make && 1.8 + make -j 4 && 1.9 make DESTDIR=$PWD/_pkg install 1.10 mkdir -p $PWD/_pkg/usr/bin/ 1.11 }