svn commit: r504223 - head/audio/gsequencer

Yuri Victorovich yuri at FreeBSD.org
Sat Jun 15 03:01:15 UTC 2019


Author: yuri
Date: Sat Jun 15 03:01:10 2019
New Revision: 504223
URL: https://svnweb.freebsd.org/changeset/ports/504223

Log:
  audio/gsequencer: Add defines for the app to find license and logo screen png; Strip the binary
  
  PR:		238567
  Reported by:	Joël Krähemann <jkraehemann at gmail.com> (upstream)

Modified:
  head/audio/gsequencer/Makefile

Modified: head/audio/gsequencer/Makefile
==============================================================================
--- head/audio/gsequencer/Makefile	Sat Jun 15 00:53:27 2019	(r504222)
+++ head/audio/gsequencer/Makefile	Sat Jun 15 03:01:10 2019	(r504223)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gsequencer
 DISTVERSION=	2.1.76
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SAVANNAH/gsequencer/2.1.x
 
@@ -32,8 +33,11 @@ USE_GCC=	yes # the project uses gnu99 extensions, clan
 USE_CSTD=	gnu99
 USE_LDCONFIG=	yes
 
+CPPFLAGS+=	-DAGS_LICENSE_FILENAME=\\\"${LOCALBASE}/share/licenses/gsequencer-2.1.76/GPLv3\\\" \
+		-DAGS_LOGO_FILENAME=\\\"${DATADIR}/images/ags.png\\\" # there should be no need to supply AGS_LOGO_FILENAME here since the app knows its location
 LDFLAGS+=	-luuid
 
+INSTALL_TARGET=	install-strip
 INSTALLS_ICONS=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}


More information about the svn-ports-head mailing list