b758a44711
* Add libvcdinfo vcdinfo_get_area_selection() a routine to get the selection number represented by an area for a specified a point location * Add libvcdinfo vcdinfo_get_set_resolution() a routine to get the resolution for a given segment * hack on memory leaks some more * vcdxrip options more like vcd-info options * check that selection area hot-spot values don't exceed 255. * Update documentation * Remove gcc 4 warnings and potential problems noted * make --disable-static --enable-shared work with --versioned-libs patch-aa fixes infinite loop in vcdinf_update_offset_list(). The fix is already submitted to upstream: http://savannah.gnu.org/support/index.php?func=detailitem&item_id=105012
32 lines
841 B
Makefile
32 lines
841 B
Makefile
# $NetBSD: Makefile,v 1.31 2006/01/11 02:23:19 ben Exp $
|
|
#
|
|
|
|
DISTNAME= vcdimager-0.7.23
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7/
|
|
PKGREVISION= 1
|
|
|
|
MAINTAINER= ben@NetBSD.org
|
|
HOMEPAGE= http://www.vcdimager.org/
|
|
COMMENT= Mastering suite for Video CDs
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= yes
|
|
INFO_FILES= vcd-info.info vcdimager.info vcdxrip.info
|
|
PKGCONFIG_OVERRIDE+= libvcdinfo.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=libvcdinfo.la.ver
|
|
.endif
|
|
|
|
BUILDLINK_DEPENDS.libcdio+= libcdio>=0.72
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../misc/libcdio/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|