summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2019-07-27 12:41:07 +0200
committerFlorian Franzmann2019-07-27 12:45:33 +0200
commit401b715e2fa32008aad167b726ce5dd7781db6d5 (patch)
treed07452d0751c90db9b97668abc6772a9def926d9 /graphics-libs
parentd4c9d06f8b3383728899039b2e459e33a215fb15 (diff)
graphics-libs/babl: version 0.1.68
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/babl/DEPENDS2
-rwxr-xr-xgraphics-libs/babl/DETAILS6
-rw-r--r--graphics-libs/babl/HISTORY4
-rwxr-xr-xgraphics-libs/babl/PRE_BUILD4
4 files changed, 13 insertions, 3 deletions
diff --git a/graphics-libs/babl/DEPENDS b/graphics-libs/babl/DEPENDS
index 66eea8e815..bbd429b0c3 100755
--- a/graphics-libs/babl/DEPENDS
+++ b/graphics-libs/babl/DEPENDS
@@ -1,4 +1,6 @@
depends autoconf &&
+depends automake &&
+depends libtool &&
optional_depends gobject-introspection \
"--enable-introspection=yes" \
diff --git a/graphics-libs/babl/DETAILS b/graphics-libs/babl/DETAILS
index faa57a7bd4..3fed0dc7b3 100755
--- a/graphics-libs/babl/DETAILS
+++ b/graphics-libs/babl/DETAILS
@@ -1,7 +1,7 @@
SPELL=babl
- VERSION=0.1.66
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_HASH=sha512:41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3
+ VERSION=0.1.68
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+ SOURCE_HASH=sha512:1eba9b76c9ff84cbb54530556f5aa1c3b367a7734770a7ebb7d850a70851722ab222f4af7cc0c92dc3175724671be4b093b7f4757333f5e4156b143d3e0a0e90
SOURCE_URL[0]=https://download.gimp.org/pub/${SPELL}/${VERSION%.*}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://gegl.org/babl/"
diff --git a/graphics-libs/babl/HISTORY b/graphics-libs/babl/HISTORY
index 99c8ac1bc4..af4310029e 100644
--- a/graphics-libs/babl/HISTORY
+++ b/graphics-libs/babl/HISTORY
@@ -1,3 +1,7 @@
+2019-07-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.1.68
+ * PRE_BUILD, DEPENDS: run autoreconf
+
2019-06-13 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.1.66
diff --git a/graphics-libs/babl/PRE_BUILD b/graphics-libs/babl/PRE_BUILD
new file mode 100755
index 0000000000..39a6e358a6
--- /dev/null
+++ b/graphics-libs/babl/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+autoreconf -fiv