View | Details | Raw Unified | Return to bug 199210
Collapse All | Expand All

(-)audio/libgme/Makefile (-6 / +8 lines)
Lines 1-20 Link Here
1
# $FreeBSD: head/audio/libgme/Makefile 356114 2014-06-01 13:03:14Z ohauer $
1
# $FreeBSD: head/audio/libgme/Makefile 356114 2014-06-01 13:03:14Z ohauer $
2
2
3
PORTNAME=	libgme
3
PORTNAME=	libgme
4
PORTVERSION=	0.5.5
4
PORTVERSION=	0.6.0
5
CATEGORIES=	audio
5
CATEGORIES=	audio
6
MASTER_SITES=	GOOGLE_CODE
6
MASTER_SITES=	GOOGLE_CODE
7
PROJECTHOST=	game-music-emu
7
DISTNAME=	${PROJECTHOST}-${PORTVERSION}
8
DISTNAME=	${PROJECTHOST}-${PORTVERSION}
8
EXTRACT_SUFX=	.tbz2
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Collection of video game music emulators
11
COMMENT=	Collection of video game music emulators
12
12
13
LICENSE=	LGPL21 LGPL3
13
LICENSE=	LGPL21 # (or later)
14
LICENSE_COMB=	dual
15
14
16
PROJECTHOST=	game-music-emu
15
USES=		cmake dos2unix ninja tar:bzip2
17
USES=		tar:bzip2 cmake dos2unix ninja
18
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
19
17
18
post-patch:
19
	@${REINPLACE_CMD} -e \
20
		'/pkgconfig/s|lib/|libdata/|' ${WRKSRC}/gme/CMakeLists.txt
21
20
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)audio/libgme/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (game-music-emu-0.5.5.tbz2) = ecb3586aac9feff2b3141167835f73da0c997efbdd32e559f99477ad01e19089
1
SHA256 (game-music-emu-0.6.0.tar.bz2) = 506e81d0c61e1a26d503fbf5351503e0b31f9fbb374cb1f09979758b46a24987
2
SIZE (game-music-emu-0.5.5.tbz2) = 161954
2
SIZE (game-music-emu-0.6.0.tar.bz2) = 170202
(-)audio/libgme/pkg-descr (-2 / +2 lines)
Lines 1-5 Link Here
1
Game_Music_Emu is a collection of video game music file emulators that support
1
Game_Music_Emu is a collection of video game music file emulators that
2
the following formats and systems:
2
support the following formats and systems:
3
3
4
AY       ZX Spectrum/Amstrad CPC
4
AY       ZX Spectrum/Amstrad CPC
5
GBS      Nintendo Game Boy
5
GBS      Nintendo Game Boy
(-)audio/libgme/pkg-plist (-15 / +2 lines)
Lines 1-18 Link Here
1
include/gme/Blip_Buffer.h
2
include/gme/Classic_Emu.h
3
include/gme/Data_Reader.h
4
include/gme/Dual_Resampler.h
5
include/gme/Effects_Buffer.h
6
include/gme/Fir_Resampler.h
7
include/gme/Gme_File.h
8
include/gme/M3u_Playlist.h
9
include/gme/Multi_Buffer.h
10
include/gme/Music_Emu.h
11
include/gme/blargg_common.h
12
include/gme/blargg_config.h
13
include/gme/blargg_source.h
14
include/gme/gme.h
1
include/gme/gme.h
15
include/gme/gme_types.h
16
lib/libgme.so
2
lib/libgme.so
17
lib/libgme.so.0
3
lib/libgme.so.0
18
lib/libgme.so.0.5.3
4
lib/libgme.so.0.6.0
5
libdata/pkgconfig/libgme.pc

Return to bug 199210