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

(-)audio/Makefile (+1 lines)
Lines 350-355 Link Here
350
    SUBDIR += libdiscid
351
    SUBDIR += libdiscid
351
    SUBDIR += libdssialsacompat
352
    SUBDIR += libdssialsacompat
352
    SUBDIR += libgig
353
    SUBDIR += libgig
354
    SUBDIR += libgme
353
    SUBDIR += libgpod
355
    SUBDIR += libgpod
354
    SUBDIR += libid3tag
356
    SUBDIR += libid3tag
355
    SUBDIR += libjackasyn
357
    SUBDIR += libjackasyn
(-)audio/libgme/Makefile (+23 lines)
Added Link Here
1
# New ports collection makefile for:	libgme
2
# Date created:				9 May 2010
3
# Whom:					Anonymous
4
#
5
# $FreeBSD$
6
#
7
8
9
PORTNAME=	libgme
10
PORTVERSION=	0.5.5
11
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
13
DISTNAME=	game-music-emu-${PORTVERSION}
14
EXTRACT_SUFX=	.tbz2
15
16
MAINTAINER=	swell.k@gmail.com
17
COMMENT=	A collection of video game music emulators
18
19
USE_BZIP2=	yes
20
USE_CMAKE=	yes
21
USE_LDCONFIG=	yes
22
23
.include <bsd.port.mk>
(-)audio/libgme/distinfo (+3 lines)
Added Link Here
1
MD5 (game-music-emu-0.5.5.tbz2) = 94459001a763fb76209a550a03b7949e
2
SHA256 (game-music-emu-0.5.5.tbz2) = ecb3586aac9feff2b3141167835f73da0c997efbdd32e559f99477ad01e19089
3
SIZE (game-music-emu-0.5.5.tbz2) = 161954
(-)audio/libgme/pkg-descr (+14 lines)
Added Link Here
1
Game_Music_Emu is a collection of video game music file emulators that support
2
the following formats and systems:
3
4
AY       ZX Spectrum/Amstrad CPC
5
GBS      Nintendo Game Boy
6
GYM      Sega Genesis/Mega Drive
7
HES      NEC TurboGrafx-16/PC Engine
8
KSS      MSX Home Computer/other Z80 systems (doesn't support FM sound)
9
NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
10
SAP      Atari systems using POKEY sound chip
11
SPC      Super Nintendo/Super Famicom
12
VGM/VGZ  Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
13
14
WWW: http://code.google.com/p/game-music-emu/
(-)audio/libgme/pkg-plist (+19 lines)
Added 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
15
include/gme/gme_types.h
16
lib/libgme.so
17
lib/libgme.so.0
18
lib/libgme.so.0.5.3
19
@dirrm include/gme

Return to bug 146432