diff options
author | reed <reed@pkgsrc.org> | 2005-02-16 18:38:40 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-02-16 18:38:40 +0000 |
commit | d9bbb7c020fdbe08c88dcb766b33c122c02c40a5 (patch) | |
tree | 1298709deaf3402deb18d141cd04e51c0a67e0af /multimedia | |
parent | 7f33209324a290088f09284fd6e0ef0b8c703b0c (diff) | |
download | pkgsrc-d9bbb7c020fdbe08c88dcb766b33c122c02c40a5.tar.gz |
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 (limited to 'multimedia')
-rw-r--r-- | multimedia/libassetml/DESCR | 5 | ||||
-rw-r--r-- | multimedia/libassetml/Makefile | 26 | ||||
-rw-r--r-- | multimedia/libassetml/PLIST | 15 | ||||
-rw-r--r-- | multimedia/libassetml/buildlink3.mk | 21 | ||||
-rw-r--r-- | multimedia/libassetml/distinfo | 4 |
5 files changed, 71 insertions, 0 deletions
diff --git a/multimedia/libassetml/DESCR b/multimedia/libassetml/DESCR new file mode 100644 index 00000000000..72be25ae547 --- /dev/null +++ b/multimedia/libassetml/DESCR @@ -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 --git a/multimedia/libassetml/Makefile b/multimedia/libassetml/Makefile new file mode 100644 index 00000000000..0d0ddb66c6c --- /dev/null +++ b/multimedia/libassetml/Makefile @@ -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 +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 --git a/multimedia/libassetml/PLIST b/multimedia/libassetml/PLIST new file mode 100644 index 00000000000..d6de21f3a3f --- /dev/null +++ b/multimedia/libassetml/PLIST @@ -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 --git a/multimedia/libassetml/buildlink3.mk b/multimedia/libassetml/buildlink3.mk new file mode 100644 index 00000000000..f31d3704e10 --- /dev/null +++ b/multimedia/libassetml/buildlink3.mk @@ -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 --git a/multimedia/libassetml/distinfo b/multimedia/libassetml/distinfo new file mode 100644 index 00000000000..33f9c339852 --- /dev/null +++ b/multimedia/libassetml/distinfo @@ -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 |