wok diff gst-plugins-base/receipt @ rev 6389
Fixed some depends problems when building gtk-vnc. Like added libtasn1 to libtasn1-dev. Some builds need the .so files and the headers.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 23 18:31:29 2010 +0000 (2010-09-23) |
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 Thu Sep 23 18:31:29 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 }