From owner-svn-ports-all@freebsd.org Tue Aug 9 13:46:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAA13BB3BF9; Tue, 9 Aug 2016 13:46:16 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74D3E195D; Tue, 9 Aug 2016 13:46:16 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u79DkERa034755; Tue, 9 Aug 2016 13:46:14 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u79DkE0N034753; Tue, 9 Aug 2016 13:46:14 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608091346.u79DkE0N034753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 9 Aug 2016 13:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419919 - head/audio/ocp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2016 13:46:16 -0000 Author: ehaupt Date: Tue Aug 9 13:46:14 2016 New Revision: 419919 URL: https://svnweb.freebsd.org/changeset/ports/419919 Log: Pacify stage-qa Modified: head/audio/ocp/Makefile head/audio/ocp/pkg-plist Modified: head/audio/ocp/Makefile ============================================================================== --- head/audio/ocp/Makefile Tue Aug 9 12:55:52 2016 (r419918) +++ head/audio/ocp/Makefile Tue Aug 9 13:46:14 2016 (r419919) @@ -3,7 +3,7 @@ PORTNAME= ocp PORTVERSION= 0.1.21 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/opencubicplayer/${DISTNAME} \ @@ -17,12 +17,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad \ libvorbis.so:audio/libvorbis \ - libsidplay.so:audio/libsidplay + libsidplay.so:audio/libsidplay \ + libogg.so:audio/libogg ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USES= ncurses gmake pkgconfig desktop-file-utils makeinfo tar:xz iconv +USES= ncurses gmake pkgconfig makeinfo tar:xz iconv USE_LDCONFIG= yes INSTALLS_ICONS= yes @@ -48,6 +49,15 @@ MIDI_DESC= timidity support OPTIONS_DEFAULT=ADPLUG FLAC MIDI X11 SDL +ADPLUG_LIB_DEPENDS= libbinio.so:devel/libbinio \ + libadplug.so:audio/libadplug + +FLAC_LIB_DEPENDS= libFLAC.so:audio/flac + +# needed despite stage-qa's warning +X11_USES= desktop-file-utils +SDL_USES= desktop-file-utils + .include .if exists(${TIMIDITY_CFG}) || ${PORT_OPTIONS:MMIDI} @@ -55,7 +65,7 @@ RUN_DEPENDS+= eawpats>0:audio/eawpats .endif .if ${PORT_OPTIONS:MX11} -USE_XORG= xxf86dga xxf86vm xpm +USE_XORG= xxf86dga xxf86vm xpm xext x11 CONFIGURE_ARGS+= --with-x11=yes PLIST_SUB+= XORG="" .else @@ -64,7 +74,6 @@ PLIST_SUB+= XORG="@comment " .endif .if ${PORT_OPTIONS:MADPLUG} -LIB_DEPENDS+= libadplug.so:audio/libadplug CONFIGURE_ARGS+= --with-adplug PLIST_SUB+= ADPLUG="" .else @@ -88,7 +97,6 @@ PLIST_SUB+= DESKTOP="@comment " .endif .if ${PORT_OPTIONS:MFLAC} -LIB_DEPENDS+= libFLAC.so:audio/flac CONFIGURE_ARGS+= --with-flac PLIST_SUB+= FLAC="" .else Modified: head/audio/ocp/pkg-plist ============================================================================== --- head/audio/ocp/pkg-plist Tue Aug 9 12:55:52 2016 (r419918) +++ head/audio/ocp/pkg-plist Tue Aug 9 13:46:14 2016 (r419919) @@ -2,6 +2,7 @@ bin/ocp bin/ocp-curses %%XORG%%bin/ocp-x11 %%SDL%%bin/ocp-sdl +%%SDL%%lib/ocp/devpsdl.so bin/ultrafix.sh lib/ocp/autoload/10-compat.so lib/ocp/autoload/10-devi.so @@ -30,7 +31,6 @@ lib/ocp/autoload/40-cphlpif.so lib/ocp/devpdisk.so lib/ocp/devpnone.so lib/ocp/devposs.so -lib/ocp/devpsdl.so lib/ocp/devsnone.so lib/ocp/devsoss.so lib/ocp/devwmix.so