2011-11-18 19:36:29 +01:00
|
|
|
PORTNAME= osdlyrics
|
2012-08-08 13:11:01 +02:00
|
|
|
PORTVERSION= 0.4.3
|
2023-02-24 10:34:40 +01:00
|
|
|
PORTREVISION= 7
|
2011-11-18 19:36:29 +01:00
|
|
|
CATEGORIES= audio deskutils
|
2016-09-18 03:33:40 +02:00
|
|
|
MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/osd-lyrics/
|
2011-11-18 19:36:29 +01:00
|
|
|
|
2015-04-07 15:21:09 +02:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2011-11-18 19:36:29 +01:00
|
|
|
COMMENT= On-screen lyrics display program for various media players
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://code.google.com/archive/p/osd-lyrics/
|
2011-11-18 19:36:29 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libnotify.so:devel/libnotify \
|
|
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
|
|
libcurl.so:ftp/curl
|
2012-06-17 22:29:14 +02:00
|
|
|
|
2018-12-26 23:39:27 +01:00
|
|
|
USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \
|
|
|
|
iconv localbase pkgconfig sqlite
|
2015-08-02 22:23:55 +02:00
|
|
|
USE_GNOME= gtk20 intltool
|
2011-11-18 19:36:29 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-12-24 17:03:44 +01:00
|
|
|
|
2015-11-16 09:47:09 +01:00
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
2011-11-18 19:36:29 +01:00
|
|
|
|
2012-09-26 10:46:40 +02:00
|
|
|
OPTIONS_DEFINE= DOCS MPD XMMS2 AMAROK
|
2015-11-16 09:47:09 +01:00
|
|
|
|
2013-12-24 17:03:44 +01:00
|
|
|
MPD_DESC= MPD support
|
|
|
|
XMMS2_DESC= XMMS2 support
|
|
|
|
AMAROK_DESC= Amarok 1.4 support
|
2011-11-18 19:36:29 +01:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
MPD_LIB_DEPENDS= libmpd.so:audio/libmpd
|
2013-07-26 16:31:26 +02:00
|
|
|
MPD_CONFIGURE_OFF= --disable-mpd
|
2013-12-24 17:03:44 +01:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
XMMS2_LIB_DEPENDS= libxmmsclient.so:audio/xmms2
|
2013-07-26 16:31:26 +02:00
|
|
|
XMMS2_CONFIGURE_OFF= --disable-xmms2
|
2013-12-24 17:03:44 +01:00
|
|
|
|
2015-11-16 09:47:09 +01:00
|
|
|
AMAROK_CONFIGURE_ON= --enable-amarok1
|
2011-11-18 19:36:29 +01:00
|
|
|
|
2013-12-24 17:03:44 +01:00
|
|
|
post-patch:
|
|
|
|
.for i in src/Makefile.in src/tests/Makefile.in
|
2014-08-10 21:50:23 +02:00
|
|
|
@${REINPLACE_CMD} -e '/-lstdc++/d' -e '/^CCLD =/s/=.*/= $$(CXX)/' \
|
|
|
|
${WRKSRC}/${i}
|
2013-12-24 17:03:44 +01:00
|
|
|
.endfor
|
2015-11-16 09:47:09 +01:00
|
|
|
@${REINPLACE_CMD} -e '/-O2/d' ${WRKSRC}/lib/chardetect/Makefile.in
|
2013-12-24 17:03:44 +01:00
|
|
|
|
2015-11-16 09:47:09 +01:00
|
|
|
post-install-DOCS-on:
|
2013-12-24 17:03:44 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2015-11-16 09:47:09 +01:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2011-11-18 19:36:29 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|