- fix build when libexecinfo is installed by adding it to lib_depends;
there's no switch do disable it - while here, precise license marker and regen PLIST - bump
This commit is contained in:
parent
c72b360d72
commit
393edbb883
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2008/05/19 03:01:00 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2008/11/09 17:56:59 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= gtk+2 media player based on BMP and XMMS
|
||||
|
||||
DISTNAME= audacious-1.5.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS= audclient 0.0
|
||||
|
||||
CATEGORIES= audio multimedia
|
||||
|
||||
HOMEPAGE= http://audacious-media-player.org/
|
||||
|
||||
# GPL
|
||||
# GPLv3
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -37,7 +37,8 @@ LIB_DEPENDS= samplerate::audio/libsamplerate \
|
||||
mowgli::devel/mowgli \
|
||||
dbus-glib-1::x11/dbus-glib \
|
||||
dbus-1.>=6::x11/dbus \
|
||||
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
|
||||
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 \
|
||||
execinfo::devel/libexecinfo
|
||||
|
||||
MAKE_ENV= LIBaudclient_VERSION=${LIBaudclient_VERSION}
|
||||
|
||||
@ -47,7 +48,8 @@ USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION=2.61
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --enable-samplerate
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
|
||||
|
||||
.if ${MACHINE_ARCH} != "amd64"
|
||||
CONFIGURE_ARGS+= --disable-sse2
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/02 00:39:19 fgsch Exp $
|
||||
bin/audacious
|
||||
bin/audtool
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/11/09 17:56:59 ajacoutot Exp $
|
||||
@bin bin/audacious
|
||||
@bin bin/audtool
|
||||
include/audacious/
|
||||
include/audacious/audctrl.h
|
||||
include/audacious/auddrct.h
|
||||
@ -336,6 +336,8 @@ share/locale/ro/LC_MESSAGES/audacious.mo
|
||||
share/locale/ru/LC_MESSAGES/audacious.mo
|
||||
share/locale/sk/LC_MESSAGES/audacious.mo
|
||||
share/locale/sr/LC_MESSAGES/audacious.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/audacious.mo
|
||||
share/locale/sv/LC_MESSAGES/audacious.mo
|
||||
share/locale/tr/LC_MESSAGES/audacious.mo
|
||||
|
Loading…
Reference in New Issue
Block a user