fastports

libgme 0.6.5

audio/libgme

Collection of video game music emulators

Category
audio
Maintainer
ehaupt@FreeBSD.org
WWW
https://github.com/libgme/game-music-emu
License
LGPL21+
USES
cmake compiler:c++11-lang dos2unix pathfix

Description

Game_Music_Emu is a collection of video game music file emulators that
support the following formats and systems:

AY       ZX Spectrum/Amstrad CPC
GBS      Nintendo Game Boy
GYM      Sega Genesis/Mega Drive
HES      NEC TurboGrafx-16/PC Engine
KSS      MSX Home Computer/other Z80 systems (doesn't support FM sound)
NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
SAP      Atari systems using POKEY sound chip
SPC      Super Nintendo/Super Famicom
VGM/VGZ  Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro

Dependencies

Commit History

may be incomplete — full history at freebsd-ports on GitHub

Commit Credits Log message
0.6.5
e221ea2e5c files touched
Daniel Engberg (diizzy)
audio/libgme: Update to 0.6.5
PR:		294675
0.6.4
a542853b79 files touched
Baptiste Daroussin (bapt)
audio/*: remove useless USES=pathfix
0.6.4
a0b80129df files touched
Daniel Engberg (diizzy)
audio/libgme: Update to 0.6.4
Changelog:	https://github.com/libgme/game-music-emu/releases/tag/0.6.4
0.6.3-183
04ff6dd7a4 files touched
Emanuel Haupt (ehaupt)
audio/libgme: Update to latest commit upstream
- Update WWW, project moved to github
- Utilize USES= pathfix

PR:		281027
Reported by:	diizzy
0.6.3
c77e4f098f files touched
Emanuel Haupt (ehaupt)
audio/libgme: Take maintainership
Take maintainership as this port is required by audio/ocp. While here,
pacify portclippy/portfmt and add an additional mirror.
0.6.3
1628143cd8 files touched
Daniel Engberg (diizzy)
audio/libgme: Define correct variable for USES= dos2unix
A cut an paste error on my end, SHEBANG_FILES should say
DOS2UNIX_FILES instead
0.6.3
4c280f29b2 files touched
Daniel Engberg (diizzy)
audio/libgme: Don't build with undefined behavior sanitizer (UBSAN)
This error check should not be enabled by default and breaks
build with some applications such as FFmpeg

Reported by:	VVD <vvd@unislabs.com>
Tested by:	VVD <vvd@unislabs.com>
Sponsored by:	Blinkinblox
0.6.3
59beb5740e files touched
Daniel Engberg (diizzy)
audio/libgme: Update to 0.6.3
No changelog provided by upstream

Sponsored by:	Blinkinblox
0.6.1
fb16dfecae files touched
Stefan Eßer (se)
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.6.1
b7f05445c0 files touched
Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
0.6.1
cf118ccf87 files touched
Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday. Reported by: lwhsu
0.6.1
305f148f48 files touched
Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
0.6.1
7425e39c03 files touched
Piotr Kubaj (pkubaj)
audio/libgme: fix build on powerpc64le
Prevent defining both BLARGG_LITTLE_ENDIAN and BLARGG_BIG_ENDIAN on powerpc64le.
0.6.1
f4724d1f8e files touched
Dmitry Marakasov (amdmi3)
- Add LICENSE_FILE - Update WWW
0.6.1
5e373eaa92 files touched
Tobias C. Berner (tcberner)
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
0.6.1
913383cfa7 files touched
Tijl Coosemans (tijl)
Update to 0.6.1 to fix arbitrary code execution through specially crafted audio file.
MFH:		2016Q4
0.6.0
b9398223bd files touched
Dmitry Marakasov (amdmi3)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
0.6.0
7af79fc4d1 files touched
Martin Wilke (miwi)
- Update MASTER_SITES - Update WWW
PR:		204192
Submitted by:	Ports Fury
Approved by:	mat (mentor)
Differential Revision:	D4613
0.6.0
836779c540 files touched
Dmitry Marakasov (amdmi3)
- Fix LICENSE - Pet portlint - Switch to options helpers
0.6.0
7012a8c384 files touched
Alexey Dokuchaev (danfe)
- Update to version 0.6.0 and clean up the Makefile - Install handful of documentation files (seem useful)
PR:	199210
0.5.5
a6abc3b420 files touched
Baptiste Daroussin (bapt)
Cleanup plist
0.5.5
886a9071a1 files touched
Olli Hauer (ohauer)
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
0.5.5
22b76cf68c files touched
Baptiste Daroussin (bapt)
Prefer ninja over make(1) to build
0.5.5
51c60ddf7f files touched
Baptiste Daroussin (bapt)
Convert to USES=dos2unix While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible
0.5.5
183c2ed74f files touched
Baptiste Daroussin (bapt)
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
0.5.5
ffd97a0193 files touched
Max Brazhnikov (makc)
- convert USE_CMAKE to USES - while here clean up some ports from CMAKE_VERBOSE, which is intended for users
Approved by:	portmgr (miwi)
0.5.5
e86b55727a files touched
Alexey Dokuchaev (danfe)
For unmaintained ports in `audio' category, drop leading article from COMMENT and perform other minor cleanups along the way, whenever noticed.
0.5.5
754d159e98 files touched
Thomas Abthorpe (tabthorpe)
- Reset ports to heap due to mail bounces
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:	portmgr
0.5.5
3cb5ec6852 files touched
Max Brazhnikov (makc)
Add license info Remove md5 sums
PR:		ports/153589
Submitted by:	maintainer (swell.k at gmail.com)
0.5.5
f822f25ed8 files touched
Martin Wilke (miwi)
Game_Music_Emu is a collection of video game music file emulators that support the following formats and systems:
AY       ZX Spectrum/Amstrad CPC
GBS      Nintendo Game Boy
GYM      Sega Genesis/Mega Drive
HES      NEC TurboGrafx-16/PC Engine
KSS      MSX Home Computer/other Z80 systems (doesn't support FM sound)
NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
SAP      Atari systems using POKEY sound chip
SPC      Super Nintendo/Super Famicom
VGM/VGZ  Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro

WWW: http://code.google.com/p/game-music-emu/

PR:		ports/146432
Submitted by:	Anonymous