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

commit 60687eec340c1787ac02f11d093c3fef15db11a0
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Sep 7 19:34:15 2009 +0200

babl-0.1.0-1-i686
*version bump

diff --git a/source/lib/babl/FrugalBuild b/source/lib/babl/FrugalBuild
index 76f8a08..9614568 100644
--- a/source/lib/babl/FrugalBuild
+++ b/source/lib/babl/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil <bouleet...@frogdev.info>

pkgname=babl
-pkgver=0.0.22
+pkgver=0.1.0
pkgrel=1
pkgdesc="Babl is a dynamic, any to any, pixel format conversion library."
archs=('i686' 'x86_64' 'ppc')
@@ -12,7 +12,16 @@ depends=('glibc')
options=('scriptlet')
urldl="ftp://ftp.gtk.org/pub/$pkgname/0.0";
up2date="lynx -dump $urldl | Flasttarbz2"
-source=($urldl/$pkgname-$pkgver.tar.bz2)
-sha1sums=('9de50fb5833f41691f50f6e735d6422aad52ea94')
+source=($urldl/$pkgname-$pkgver.tar.bz2 babl-fixBuild.diff)
+sha1sums=('6e95e24c48b8018fefbf8e69ad62f4a4de56640c' \
+          '4f63a83a9a28f8fcf5ad95f05492aa53914cb309')
+
+build() {
+       Fcd
+       Fpatchall
+       Fautoreconf
+       Fmake
+       Fmakeinstall
+}

# optimization OK
diff --git a/source/lib/babl/babl-fixBuild.diff 
b/source/lib/babl/babl-fixBuild.diff
new file mode 100644
index 0000000..8405401
--- /dev/null
+++ b/source/lib/babl/babl-fixBuild.diff
@@ -0,0 +1,49 @@
+--- extensions/Makefile.am     2009-04-17 13:05:15.000000000 -0400
++++ extensions/Makefile.am.new 2009-06-02 16:39:38.659858086 -0400
+@@ -1,7 +1,7 @@
+ if OS_WIN32
+ AM_LDFLAGS = -module -no-undefined
+ else
+-AM_LDFLAGS = -module
++AM_LDFLAGS = -module -avoid-version
+ endif
+
+ noinst_HEADERS = util.h
+@@ -12,7 +12,7 @@
+       -I$(top_srcdir)/babl            \
+       -I$(top_srcdir)/extensions
+
+-extdir = $(DESTDIR)$(libdir)/ba...@babl_api_version@
++extdir = $(libdir)/ba...@babl_api_version@
+ ext_LTLIBRARIES = \
+       CIE-Lab.la      \
+       gegl-fixups.la  \
+--- extensions/Makefile.in     2009-05-20 16:42:51.000000000 -0400
++++ extensions/Makefile.in.new 2009-06-02 16:47:39.090987339 -0400
+@@ -50,7 +50,7 @@
+     *) f=$$p;; \
+   esac;
+ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+-am__installdirs = "$(DESTDIR)$(extdir)"
++am__installdirs = "$(extdir)"
+ extLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(ext_LTLIBRARIES)
+ CIE_Lab_la_LIBADD =
+@@ -233,7 +233,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+...@os_win32_false@AM_LDFLAGS = -module
+...@os_win32_false@AM_LDFLAGS = -module -avoid-version
+ @os_win32_t...@am_ldflags = -module -no-undefined
+ noinst_HEADERS = util.h
+ AM_CPPFLAGS = \
+@@ -242,7 +242,7 @@
+       -I$(top_srcdir)/babl            \
+       -I$(top_srcdir)/extensions
+
+-extdir = $(DESTDIR)$(libdir)/ba...@babl_api_version@
++extdir = $(libdir)/ba...@babl_api_version@
+ ext_LTLIBRARIES = \
+       CIE-Lab.la      \
+       gegl-fixups.la  \
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to