Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b2689ce8ca5bfcd3a2a5d5b025b14aafe3091491

commit b2689ce8ca5bfcd3a2a5d5b025b14aafe3091491
Author: crazy <cr...@frugalware.org>
Date:   Sun Jan 25 21:32:08 2009 +0100

gstreamer-0.10.22-1-x86_64
* Version bump
* docs package is back

diff --git a/source/xmultimedia/gstreamer/FrugalBuild 
b/source/xmultimedia/gstreamer/FrugalBuild
index 119c5f6..9326a34 100644
--- a/source/xmultimedia/gstreamer/FrugalBuild
+++ b/source/xmultimedia/gstreamer/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Christian Hamar alias krix <kr...@linuxforum.hu>

pkgname=gstreamer
-pkgver=0.10.21
-pkgrel=2
+pkgver=0.10.22
+pkgrel=1
pkgdesc="Open Source Multimedia Framework"
url="http://gstreamer.freedesktop.org/";
depends=('glib2>=2.16.3' 'libxml2' 'check')
@@ -14,22 +14,20 @@ archs=('i686' 'x86_64' 'ppc')
options=('scriptlet')
replaces=('gstreamer08')
up2date="lynx -dump $url/src/$pkgname/|grep '.tar.bz2$'|sort -n -r|head -n 
1|sed 's/.*-\(.*\).t.*/\1/'"
-source=($url/src/$pkgname/$pkgname-$pkgver.tar.bz2 gstreamer10.sh 
gstreamer-0.10.21-bison241.patch)
+source=($url/src/$pkgname/$pkgname-$pkgver.tar.bz2 gstreamer10.sh)

-#subpkgs=("$pkgname-docs")
-#subdescs=('GStreamer Documentation.')
-#subdepends=()
-#subgroups=('docs-extra')
-#subarchs=('i686 x86_64 ppc')
+subpkgs=("$pkgname-docs")
+subdescs=('GStreamer Documentation.')
+subdepends=()
+subgroups=('docs-extra')
+subarchs=('i686 x86_64 ppc')

build()
{
-       Fpatchall
-       NOCONFIGURE=1 ./autogen.sh || return 1
-      Fmake \
+       Fbuild \
--disable-tests \
--disable-debug \
-               --disable-gtk-doc \
+               --enable-gtk-doc \
--disable-docbook \
--disable-examples \
--enable-fast-stack-trash \
@@ -37,12 +35,11 @@ build()
--with-gnu-ld \
--with-package-origin="http://frugalware.org/"; \
--disable-dependency-tracking
-       Fmakeinstall
-      Fexe /etc/profile.d/gstreamer10.sh
-      Fsplit $pkgname-docs usr/share/gtk-doc
+
+       Fexe /etc/profile.d/gstreamer10.sh
+       Fsplit $pkgname-docs usr/share/gtk-doc
}

-sha1sums=('892daa9517dd7603e80b009dc059e20f4daea66f' \
-          'b1a04cc8052418384e2f3a5de925abaeac8110ae' \
-          '8da50114a524a12695835379ee6564c769cd3a79')
+sha1sums=('8be3e00cafefd8bbb402b77f0c19fbe359bde998' \
+          'b1a04cc8052418384e2f3a5de925abaeac8110ae')
# optimization OK
diff --git a/source/xmultimedia/gstreamer/gstreamer-0.10.21-bison241.patch 
b/source/xmultimedia/gstreamer/gstreamer-0.10.21-bison241.patch
deleted file mode 100644
index 1a941a6..0000000
--- a/source/xmultimedia/gstreamer/gstreamer-0.10.21-bison241.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- common/m4/gst-parser.m4    2008/07/20 19:55:14     1.12
-+++ common/m4/gst-parser.m4    2008/12/15 07:06:26     1.13
-@@ -15,10 +15,7 @@
-   bison_version=`$BISON_PATH --version | head -n 1 |  sed 's/^[[^0-9]]*//' | 
sed 's/[[^0-9]]*$//' | cut -d' ' -f1`
-   AC_MSG_CHECKING([bison version $bison_version >= $bison_min_version])
-
--  if perl -w <<EOF
--    exit ($bison_version < $bison_min_version) ? 0 : 1;
--EOF
--  then
-+  if perl -we "exit ((v$bison_version ge v$bison_min_version) ? 0 : 1)"; then
-     AC_MSG_RESULT([yes])
-   else
-     AC_MSG_ERROR([no])
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to