summaryrefslogtreecommitdiff
path: root/graphics/evas-jpeg
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2013-06-16 18:56:04 +0000
committersno <sno@pkgsrc.org>2013-06-16 18:56:04 +0000
commit1af104312c9949d43ad5c9ee3ab29359b6c675b3 (patch)
tree623927a32c2936544542f5724e9ca67d4888379f /graphics/evas-jpeg
parent8652ff692b6b942d70127d395a33c13a16867f2f (diff)
downloadpkgsrc-1af104312c9949d43ad5c9ee3ab29359b6c675b3.tar.gz
Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3
libraries and enlightenment 0.17.3 itself. Upstream changes of Eina (to get an impression): Eina 1.7.7 Changes since Eina 1.7.6: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.5: ------------------------- Improvements: * Honor tile size in Eina_Tiler. Fixes: * Prevent denial of service on Eina_Hash function. * Fix map leak in Eina_File infrastructure. * Fix portability issue on 64bits system for Eina_CList. * Fix magic failure in eina_value_array_count when array has not been allocated Changes since Eina 1.7.4: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.3: ------------------------- Fixes: * Fix EINA_INLIST_FOREACH_SAFE macro * Add XML output to doc * Add installation rule for doc * Fix build for Windows platforms. Changes since Eina 1.7.2: ------------------------- * Fix Solaris build. * Don't leak fd after exec. Changes since Eina 1.7.1: ------------------------- No changes, just updating to keep in sync with last release.
Diffstat (limited to 'graphics/evas-jpeg')
-rw-r--r--graphics/evas-jpeg/Makefile3
-rw-r--r--graphics/evas-jpeg/buildlink3.mk18
2 files changed, 19 insertions, 2 deletions
diff --git a/graphics/evas-jpeg/Makefile b/graphics/evas-jpeg/Makefile
index d8fc0359947..e0400f63ecb 100644
--- a/graphics/evas-jpeg/Makefile
+++ b/graphics/evas-jpeg/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/06/04 22:16:16 tron Exp $
+# $NetBSD: Makefile,v 1.13 2013/06/16 18:56:04 sno Exp $
PKGNAME= evas-jpeg-${EVAS_VERSION}
-PKGREVISION= 3
COMMENT= Evas JPEG image loader
EVAS_IMAGE_LOADERS= jpeg
diff --git a/graphics/evas-jpeg/buildlink3.mk b/graphics/evas-jpeg/buildlink3.mk
new file mode 100644
index 00000000000..777b0705ea7
--- /dev/null
+++ b/graphics/evas-jpeg/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2013/06/16 18:56:04 sno Exp $
+
+BUILDLINK_TREE+= evas-jpeg
+
+.if !defined(EVAS_JPEG_BUILDLINK3_MK)
+EVAS_JPEG_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.evas-jpeg+= evas-jpeg>=1.7.7
+BUILDLINK_PKGSRCDIR.evas-jpeg?= ../../graphics/evas-jpeg
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/evas/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+
+.endif # EVAS_JPEG_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -evas-jpeg