1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 2.2.7

PR:		67352
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
This commit is contained in:
Hye-Shik Chang 2004-06-04 05:05:34 +00:00
parent 7847d8fbde
commit d5aa55de6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110804
2 changed files with 23 additions and 20 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= xosd
PORTVERSION= 2.2.5
PORTREVISION= 1
PORTVERSION= 2.2.7
CATEGORIES= misc
MASTER_SITES= http://www.ignavus.net/ \
${MASTER_SITE_LOCAL}
@ -17,11 +16,9 @@ MAINTAINER= perky@FreeBSD.org
COMMENT= X On-Screen-Display Library and XMMS plug-in
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
.if !defined(WITHOUT_XMMS)
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
.endif
XMMS_CONFIG?= ${X11BASE}/bin/xmms-config
USE_BZIP2= yes
USE_GETOPT_LONG=yes
USE_X_PREFIX= yes
USE_GMAKE= yes
@ -33,20 +30,26 @@ CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \
CFLAGS='${CFLAGS}' X11BASE='${X11BASE}' \
GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' \
XMMS_PLUGINDIR=${X11BASE}/lib/xmms
.if defined(WITHOUT_XMMS)
CONFIGURE_ARGS= --disable-new-plugin
PLIST_SUB= WITH_XMMS="@comment "
PKGNAMESUFFIX= -without-xmms
.else
PLIST_SUB= WITH_XMMS=""
.endif
MAN1= osd_cat.1 xosd-config.1
MAN3= xosd_destroy.3 xosd_is_onscreen.3 xosd_set_shadow_offset.3 \
xosd_display.3 xosd_set_align.3 xosd_set_vertical_offset.3 \
xosd.3 xosd_get_number_lines.3 xosd_set_horizontal_offset.3 \
xosd_show.3 xosd_create.3 xosd_hide.3 xosd_set_pos.3 \
xosd_uninit.3 xosd_set_bar_length.3
MAN3= xosd.3 xosd_create.3 xosd_destroy.3 xosd_display.3 \
xosd_get_number_lines.3 xosd_hide.3 xosd_is_onscreen.3 \
xosd_set_align.3 xosd_set_bar_length.3 \
xosd_set_horizontal_offset.3 xosd_set_pos.3 \
xosd_set_shadow_offset.3 xosd_set_vertical_offset.3 \
xosd_show.3 xosd_uninit.3
OPTIONS= XMMS "Install XMMS-OSD plugin" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_XMMS)
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
PLIST_SUB= WITH_XMMS=""
.else
CONFIGURE_ARGS= --disable-new-plugin
PLIST_SUB= WITH_XMMS="@comment "
.endif
pre-patch:
${REINPLACE_CMD} -e 's,-lc_r,-lblahblah,g' ${WRKSRC}/ltmain.sh
@ -55,4 +58,4 @@ pre-patch:
${REINPLACE_CMD} -e 's,^\(CFLAGS =\)\(.*\)$$,\1 -I.. \2,g' ${WRKSRC}/$f
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (xosd-2.2.5.tar.gz) = 96bae6f0800c1710d7d4edb3b37b01e5
SIZE (xosd-2.2.5.tar.gz) = 388861
MD5 (xosd-2.2.7.tar.bz2) = d523cf87f8010bed2f66301309f7bce9
SIZE (xosd-2.2.7.tar.bz2) = 279916