pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libassetml New package: libassetml



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c83f3d7cd479
branches:  trunk
changeset: 489102:c83f3d7cd479
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Feb 16 18:38:40 2005 +0000

description:
New package: libassetml

AssetML defines an XML file for multimedia metadata, such as name,
description, categories, and file type.  Applications using the
libassetml library can query these XML files to share and reuse
content like image and audio files. This package also provides the
assetml-query tool for browsing the AssetML database.

http://www.ofset.org/assetml/

(This will be used by childsplay and gcompris. Anyone want to work on them?)

diffstat:

 multimedia/libassetml/DESCR         |   5 +++++
 multimedia/libassetml/Makefile      |  26 ++++++++++++++++++++++++++
 multimedia/libassetml/PLIST         |  15 +++++++++++++++
 multimedia/libassetml/buildlink3.mk |  21 +++++++++++++++++++++
 multimedia/libassetml/distinfo      |   4 ++++
 5 files changed, 71 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r b9ad3a350654 -r c83f3d7cd479 multimedia/libassetml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libassetml/DESCR       Wed Feb 16 18:38:40 2005 +0000
@@ -0,0 +1,5 @@
+AssetML defines an XML file for multimedia metadata, such as name,
+description, categories, and file type.  Applications using the
+libassetml library can query these XML files to share and reuse
+content like image and audio files. This package also provides the
+assetml-query tool for browsing the AssetML database.
diff -r b9ad3a350654 -r c83f3d7cd479 multimedia/libassetml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libassetml/Makefile    Wed Feb 16 18:38:40 2005 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/16 18:38:40 reed Exp $
+#
+
+DISTNAME=              libassetml-1.2.1
+CATEGORIES=            multimedia devel
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ofset/}
+
+MAINTAINER=            reed%reedmedia.net@localhost
+HOMEPAGE=              http://www.ofset.org/assetml/
+COMMENT=               Library for sharing image and audio files between projects
+
+USE_BUILDLINK3=                yes
+USE_DIRS+=             gnome2-1.5      # share/gnome/help
+USE_GNU_TOOLS+=                make
+USE_PKGLOCALEDIR=      yes
+USE_LIBTOOL=           yes
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+=   ${WRKSRC}/src/libassetml.pc.in
+GNU_CONFIGURE=         yes
+INFO_FILES=            libassetml.info
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b9ad3a350654 -r c83f3d7cd479 multimedia/libassetml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libassetml/PLIST       Wed Feb 16 18:38:40 2005 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/16 18:38:41 reed Exp $
+bin/assetml-query
+include/libassetml-1.0/libassetml/assetml.h
+lib/libassetml.la
+lib/pkgconfig/libassetml.pc
+share/gnome/help/libassetml/C/libassetml.html
+share/gnome/help/libassetml/C/topic.dat
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libassetml.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libassetml.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/libassetml.mo
+@dirrm share/gnome/help/libassetml/C
+@dirrm share/gnome/help/libassetml
+@comment in gnome2-dirs: @dirrm share/gnome/help
+@dirrm include/libassetml-1.0/libassetml
+@dirrm include/libassetml-1.0
diff -r b9ad3a350654 -r c83f3d7cd479 multimedia/libassetml/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libassetml/buildlink3.mk       Wed Feb 16 18:38:40 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/02/16 18:38:41 reed Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBASSETML_BUILDLINK3_MK:=     ${LIBASSETML_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libassetml
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibassetml}
+BUILDLINK_PACKAGES+=   libassetml
+
+.if !empty(LIBASSETML_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libassetml+= libassetml>=1.2.1
+BUILDLINK_PKGSRCDIR.libassetml?=       ../../multimedia/libassetml
+.endif # LIBASSETML_BUILDLINK3_MK
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r b9ad3a350654 -r c83f3d7cd479 multimedia/libassetml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libassetml/distinfo    Wed Feb 16 18:38:40 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/16 18:38:41 reed Exp $
+
+SHA1 (libassetml-1.2.1.tar.gz) = 9c5543a99cabe09cda983281ed0e9cb6ace72810
+Size (libassetml-1.2.1.tar.gz) = 318920 bytes



Home | Main Index | Thread Index | Old Index