Port details |
- libgme Collection of video game music emulators
- 0.6.3.183 audio =3 0.6.3.183Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2010-05-10 05:49:01
- Last Update: 2024-09-08 09:40:13
- Commit Hash: 04ff6dd
- People watching this port, also watch:: kf5-kquickcharts, py311-pikepdf, qtkeychain-qt5, libssh, xcb-util-image
- License: LGPL21+
- WWW:
- https://github.com/libgme/game-music-emu
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/libgme/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/libgme
- pkg install libgme
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libgme
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724490683
SHA256 (libgme-game-music-emu-0.6.3-183-g05a2aa2_GH0.tar.gz) = 3dd621457e6ae9100ff85dda76b7bed5ef9eb0c960fc8d0203ef54aac109434c
SIZE (libgme-game-music-emu-0.6.3-183-g05a2aa2_GH0.tar.gz) = 343648
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- audio/fooyin
- audio/gstreamer1-plugins-gme
- audio/ocp
- audio/zmusic
- games/SRB2
- multimedia/qmmp-qt5
- multimedia/qmmp-qt6
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libgme-0.6.3.183:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_libgme
- USES:
- cmake compiler:c++11-lang dos2unix pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.3.183 08 Sep 2024 09:40:13 |
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_1 14 Aug 2023 08:29:05 |
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_1 24 Jun 2023 22:35:32 |
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_1 14 Apr 2023 06:18:53 |
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 12 Apr 2023 22:55:06 |
Daniel Engberg (diizzy) |
audio/libgme: Update to 0.6.3
No changelog provided by upstream
Sponsored by: Blinkinblox |
07 Sep 2022 21:58:51 |
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 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.6.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1 10 Feb 2021 16:16:02 |
pkubaj |
audio/libgme: fix build on powerpc64le
Prevent defining both BLARGG_LITTLE_ENDIAN and BLARGG_BIG_ENDIAN on powerpc64le. |
0.6.1 26 Jan 2018 09:02:08 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW |
0.6.1 25 Jun 2017 21:07:58 |
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 16 Dec 2016 12:46:01 |
tijl |
Update to 0.6.1 to fix arbitrary code execution through specially crafted
audio file.
MFH: 2016Q4 |
0.6.0 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.6.0 22 Dec 2015 05:22:02 |
miwi |
- Update MASTER_SITES
- Update WWW
PR: 204192
Submitted by: Ports Fury
Approved by: mat (mentor)
Differential Revision: D4613 |
0.6.0 14 Nov 2015 03:55:23 |
amdmi3 |
- Fix LICENSE
- Pet portlint
- Switch to options helpers |
0.6.0 12 Apr 2015 14:15:15 |
danfe |
- Update to version 0.6.0 and clean up the Makefile
- Install handful of documentation files (seem useful)
PR: 199210 |
0.5.5 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.5.5 01 Jun 2014 13:03:14 |
ohauer |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
0.5.5 07 Jan 2014 13:14:45 |
bapt |
Prefer ninja over make(1) to build |
0.5.5 18 Nov 2013 13:45:44 |
bapt |
Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible |
0.5.5 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.5.5 22 Mar 2013 20:06:15 |
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 13 Mar 2013 11:54:26 |
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 26 Dec 2011 16:12:28 |
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 02 Jan 2011 14:13:02 |
makc |
Add license info
Remove md5 sums
PR: ports/153589
Submitted by: maintainer (swell.k at gmail.com) |
0.5.5 10 May 2010 05:47:48 |
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 |