View | Details | Raw Unified | Return to bug 268132 | Differences between
and this patch

Collapse All | Expand All

(-)b/audio/grandorgue/Makefile (+54 lines)
Added Link Here
1
PORTNAME=	grandorgue
2
DISTVERSION=	3.14.1-1
3
BUILD_VERSION=	${DISTVERSION:C/.*-//}
4
LIB_VERSION=	${DISTVERSION:C/-.*//}
5
PLIST_SUB=	LIB_VERSION=${LIB_VERSION}
6
CATEGORIES=	audio
7
MASTER_SITES=	https://github.com/Grandorgue/${DISTNAME}/archive/refs/tags/${DISTVERSION}/
8
DISTNAME=	grandorgue
9
10
MAINTAINER=	tuc03516@gmail.com
11
COMMENT=	Virtual Pipe Organ Software
12
WWW=		https://github.com/GrandOrgue/grandorgue
13
14
LICENSE=	GPLv2+
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
BUILD_DEPENDS=	cmake>0:devel/cmake \
18
		docbook-xsl>0:textproc/docbook-xsl \
19
		ImageMagick7>0:graphics/ImageMagick7 \
20
		jackit>0:audio/jack \
21
		pkgconf>0:devel/pkgconf \
22
		po4a>0:textproc/po4a \
23
		portaudio>0:audio/portaudio \
24
		rtaudio>5:audio/rtaudio \
25
		wavpack:audio/wavpack \
26
		zip>0:archivers/zip \
27
		zita-convolver>0:audio/zita-convolver
28
LIB_DEPENDS=	libasound.so:audio/alsa-lib \
29
		libfftw3f.so:math/fftw3-float \
30
		libjack.so:audio/jack \
31
		librtmidi.so:audio/rtmidi \
32
		libwavpack.so:audio/wavpack \
33
		libwx_baseu-3.2.so:x11-toolkits/wxgtk32 \
34
		libwx_baseu_net-3.2.so:x11-toolkits/wxgtk32 \
35
		libwx_gtk3u_core-3.2.so:x11-toolkits/wxgtk32 \
36
		libwx_gtk3u_html-3.2.so:x11-toolkits/wxgtk32 \
37
		libyaml-cpp.so:devel/yaml-cpp
38
RUN_DEPENDS=	alsa-lib>0:audio/alsa-lib \
39
		jack_umidi>0:audio/jack_umidi \
40
		portaudio>0:audio/portaudio \
41
		rtaudio>5:audio/rtaudio \
42
		yaml-cpp>0:devel/yaml-cpp \
43
		zita-convolver>0:audio/zita-convolver
44
45
USE_GITHUB=	yes
46
GH_PROJECT=	grandorgue
47
USES=		cmake desktop-file-utils shared-mime-info
48
CMAKE_ARGS=	-DUSE_INTERNAL_PORTAUDIO:BOOL=FALSE \
49
		-DUSE_INTERNAL_RTAUDIO:BOOL=FALSE \
50
		-DUSE_INTERNAL_ZITACONVOLVER:BOOL=FALSE \
51
		-DBUILD_VERSION=${BUILD_VERSION} \
52
		-DDOCBOOK_DIR=/usr/local/share/xsl/docbook
53
CXXFLAGS+=	-Wno-inconsistent-missing-override -Wno-unused-but-set-variable -Wno-mismatched-tags -Wno-unused-const-variable -Wno-unused-private-field -Wno-unused-command-line-argument
54
.include <bsd.port.mk>
(-)b/audio/grandorgue/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1713389792
2
SHA256 (grandorgue-grandorgue-3.14.1-1_GH0.tar.gz) = 3fe1aa3b72e235e324714777cf1c2be56543dbbd1c0760f98192c49cf0615dda
3
SIZE (grandorgue-grandorgue-3.14.1-1_GH0.tar.gz) = 28281221
(-)b/audio/grandorgue/pkg-descr (+2 lines)
Added Link Here
1
GrandOrgue is a Virtual Pipe Organ progam (VPO) that allows you to
2
use .orgue organ sample set files to play virtual pipe organs
(-)b/audio/grandorgue/pkg-message (+5 lines)
Added Link Here
1
[
2
{ type: install
3
  message: "jack_umidi is required to use midi in from external keyboards."
4
}
5
]
(-)b/audio/grandorgue/pkg-plist (+34 lines)
Added Link Here
1
bin/GrandOrgue
2
bin/GrandOrgueTool
3
bin/GrandOrguePerfTest
4
lib/libGrandOrgueCore.so.%%LIB_VERSION%%
5
lib/libGrandOrgueImages.so.%%LIB_VERSION%%
6
share/locale/de/LC_MESSAGES/GrandOrgue.mo
7
share/locale/es/LC_MESSAGES/GrandOrgue.mo
8
share/locale/fr/LC_MESSAGES/GrandOrgue.mo
9
share/locale/hu/LC_MESSAGES/GrandOrgue.mo
10
share/locale/it/LC_MESSAGES/GrandOrgue.mo
11
share/locale/nl/LC_MESSAGES/GrandOrgue.mo
12
share/locale/pl/LC_MESSAGES/GrandOrgue.mo
13
share/locale/sv/LC_MESSAGES/GrandOrgue.mo
14
share/GrandOrgue/help/GrandOrgue.htb
15
share/GrandOrgue/help/GrandOrgue_de.htb
16
share/GrandOrgue/sounds/metronome/beat.wv
17
share/GrandOrgue/sounds/metronome/first_beat.wv
18
share/GrandOrgue/packages/demo-4232D4C616E4B99145537F02B34D342D4E3E3808.orgue
19
share/GrandOrgue/perftests/00.wav
20
share/GrandOrgue/perftests/01.wav
21
share/GrandOrgue/perftests/02.wav
22
share/icons/hicolor/16x16/apps/GrandOrgue.png
23
share/icons/hicolor/32x32/apps/GrandOrgue.png
24
share/icons/hicolor/64x64/apps/GrandOrgue.png
25
share/icons/hicolor/128x128/apps/GrandOrgue.png
26
share/icons/hicolor/256x256/apps/GrandOrgue.png
27
share/icons/hicolor/512x512/apps/GrandOrgue.png
28
share/icons/hicolor/1024x1024/apps/GrandOrgue.png
29
share/mime/packages/grandorgue.xml
30
share/applications/GrandOrgue.desktop
31
share/metainfo/GrandOrgue.appdata.xml
32
share/man/man1/GrandOrgue.1.gz
33
share/man/man1/GrandOrguePerfTest.1.gz
34
share/man/man1/GrandOrgueTool.1.gz

Return to bug 268132