mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add libassetml 1.2.1, devel Library to share image and audio files
between projects.
This commit is contained in:
parent
9d3619961e
commit
d5ad5ae32b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102271
6 changed files with 68 additions and 0 deletions
|
@ -345,6 +345,7 @@
|
||||||
SUBDIR += libafterbase
|
SUBDIR += libafterbase
|
||||||
SUBDIR += libargparse
|
SUBDIR += libargparse
|
||||||
SUBDIR += libassa
|
SUBDIR += libassa
|
||||||
|
SUBDIR += libassetml
|
||||||
SUBDIR += libast
|
SUBDIR += libast
|
||||||
SUBDIR += libavl
|
SUBDIR += libavl
|
||||||
SUBDIR += libbonobo
|
SUBDIR += libbonobo
|
||||||
|
|
33
devel/libassetml/Makefile
Normal file
33
devel/libassetml/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# New ports collection makefile for: libassetml
|
||||||
|
# Date created: 2 Dec 2003
|
||||||
|
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= libassetml
|
||||||
|
PORTVERSION= 1.2.1
|
||||||
|
CATEGORIES= devel gnome
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ofset
|
||||||
|
|
||||||
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
COMMENT= Devel Library to share image and audio files between projects
|
||||||
|
|
||||||
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||||
|
BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
|
||||||
|
|
||||||
|
USE_X_PREFIX= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
USE_GNOME= gnomehack lthack gnomeprefix gnometarget libxml2 pkgconfig
|
||||||
|
USE_LIBTOOL= yes
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
|
||||||
|
LDFLAGS=-L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
INFO= libassetml
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${MKDIR} ${PREFIX}/share/gnome/assetml
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/libassetml/distinfo
Normal file
1
devel/libassetml/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (libassetml-1.2.1.tar.gz) = 4b10fd0fb8e00a4fb526665413479516
|
11
devel/libassetml/files/patch-configure
Normal file
11
devel/libassetml/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- configure.orig Thu Dec 4 12:51:13 2003
|
||||||
|
+++ configure Thu Dec 4 12:52:04 2003
|
||||||
|
@@ -11645,7 +11646,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
-#define ASSETML_DIR "${myprefix}/${DATADIRNAME}/${ASSETML_DIR}"
|
||||||
|
+#define ASSETML_DIR "${myprefix}/${DATADIRNAME}/gnome/${ASSETML_DIR}"
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
|
6
devel/libassetml/pkg-descr
Normal file
6
devel/libassetml/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
This is a library based on an XML file format that is used to share
|
||||||
|
and reuse content like image and audio file.
|
||||||
|
Application using this library can query files on their system that
|
||||||
|
provides an assetml xml file description.
|
||||||
|
|
||||||
|
WWW: http://www.ofset.org/assetml/
|
16
devel/libassetml/pkg-plist
Normal file
16
devel/libassetml/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
bin/assetml-query
|
||||||
|
include/libassetml-1.0/libassetml/assetml.h
|
||||||
|
lib/libassetml.a
|
||||||
|
lib/libassetml.so
|
||||||
|
lib/libassetml.so.0
|
||||||
|
libdata/pkgconfig/libassetml.pc
|
||||||
|
share/gnome/help/libassetml/C/libassetml.html
|
||||||
|
share/gnome/help/libassetml/C/topic.dat
|
||||||
|
share/locale/fr/LC_MESSAGES/libassetml.mo
|
||||||
|
share/locale/it/LC_MESSAGES/libassetml.mo
|
||||||
|
share/locale/ja/LC_MESSAGES/libassetml.mo
|
||||||
|
@dirrm share/gnome/help/libassetml/C
|
||||||
|
@dirrm share/gnome/help/libassetml
|
||||||
|
@dirrm share/gnome/assetml
|
||||||
|
@dirrm include/libassetml-1.0/libassetml
|
||||||
|
@dirrm include/libassetml-1.0
|
Loading…
Add table
Reference in a new issue