2003-06-10 15:43:13 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xmms-flac
|
2013-06-09 19:30:58 +00:00
|
|
|
PORTVERSION= 1.3.0
|
2003-06-10 15:43:13 +00:00
|
|
|
CATEGORIES= audio
|
2013-06-09 19:30:58 +00:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/flac/
|
2003-06-10 15:43:13 +00:00
|
|
|
DISTNAME= flac-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
|
|
COMMENT= XMMS input plugin for playing FLAC files
|
|
|
|
|
2013-09-28 16:59:55 +00:00
|
|
|
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
|
|
|
|
libFLAC.so:${PORTSDIR}/audio/flac \
|
|
|
|
libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
|
|
|
|
libogg.so:${PORTSDIR}/audio/libogg
|
2003-06-10 15:43:13 +00:00
|
|
|
|
2013-04-27 08:50:46 +00:00
|
|
|
USES= gettext iconv
|
2013-06-09 19:30:58 +00:00
|
|
|
USE_AUTOTOOLS= libtool
|
2010-06-22 21:05:16 +00:00
|
|
|
USE_GNOME= gtk12
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
USE_XORG= x11 xau xcb xdmcp xext xi
|
2013-06-09 19:30:58 +00:00
|
|
|
USE_XZ= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-silent-rules
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
2007-03-28 00:24:48 +00:00
|
|
|
MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=disable-static"
|
2003-06-10 15:43:13 +00:00
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
|
2013-09-28 16:59:55 +00:00
|
|
|
PLIST_FILES= lib/xmms/Input/libxmms-flac.so
|
2005-03-16 14:49:23 +00:00
|
|
|
|
2003-06-10 15:43:13 +00:00
|
|
|
.include <bsd.port.mk>
|