mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
audio/libvgm: Update to g20260121 (latest GitHub commit)
Changelog: https://github.com/ValleyBell/libvgm/compare/7cad783...57585ea
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= libvgm
|
||||
DISTVERSION= g20250714
|
||||
DISTVERSION= g20260121
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= tagattie@FreeBSD.org
|
||||
@@ -11,11 +11,11 @@ USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ValleyBell
|
||||
GH_TAGNAME= 7cad783
|
||||
GH_TAGNAME= 57585ea
|
||||
|
||||
CMAKE_ARGS= -DLIBRARY_TYPE=SHARED
|
||||
CMAKE_ON= AUDIODRV_OSS
|
||||
CMAKE_OFF= CMAKE_CXX_EXTENSIONS
|
||||
CMAKE_ARGS= -DLIBRARY_TYPE=SHARED
|
||||
|
||||
OPTIONS_DEFINE= PLAYER VGM2WAV
|
||||
OPTIONS_DEFAULT= PLAYER VGM2WAV
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1754208920
|
||||
SHA256 (ValleyBell-libvgm-g20250714-7cad783_GH0.tar.gz) = 17868263162428b2546aebbcd34ee125fd88a50d0805c3833b7e5ef08cae990c
|
||||
SIZE (ValleyBell-libvgm-g20250714-7cad783_GH0.tar.gz) = 1453785
|
||||
TIMESTAMP = 1770601033
|
||||
SHA256 (ValleyBell-libvgm-g20260121-57585ea_GH0.tar.gz) = 5486c96557d4102412343d191e4d18c30e4c6299098739efb72f2732f3f522ad
|
||||
SIZE (ValleyBell-libvgm-g20260121-57585ea_GH0.tar.gz) = 1477412
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
%%PLAYER%%bin/libvgm-player
|
||||
%%VGM2WAV%%bin/vgm2wav
|
||||
include/vgm/_stdbool.h
|
||||
include/vgm/audio/AudioStream.h
|
||||
include/vgm/audio/AudioStream_SpcDrvFuns.h
|
||||
include/vgm/audio/AudioStructs.h
|
||||
@@ -14,6 +15,7 @@ include/vgm/emu/cores/2413intf.h
|
||||
include/vgm/emu/cores/2612intf.h
|
||||
include/vgm/emu/cores/262intf.h
|
||||
include/vgm/emu/cores/ayintf.h
|
||||
include/vgm/emu/cores/bsmt2000.h
|
||||
include/vgm/emu/cores/c140.h
|
||||
include/vgm/emu/cores/c219.h
|
||||
include/vgm/emu/cores/c352.h
|
||||
@@ -21,6 +23,7 @@ include/vgm/emu/cores/c6280intf.h
|
||||
include/vgm/emu/cores/es5503.h
|
||||
include/vgm/emu/cores/es5506.h
|
||||
include/vgm/emu/cores/gb.h
|
||||
include/vgm/emu/cores/ics2115.h
|
||||
include/vgm/emu/cores/iremga20.h
|
||||
include/vgm/emu/cores/k005289.h
|
||||
include/vgm/emu/cores/k007232.h
|
||||
@@ -29,6 +32,7 @@ include/vgm/emu/cores/k053260.h
|
||||
include/vgm/emu/cores/k054539.h
|
||||
include/vgm/emu/cores/mikey.h
|
||||
include/vgm/emu/cores/msm5205.h
|
||||
include/vgm/emu/cores/msm5232.h
|
||||
include/vgm/emu/cores/multipcm.h
|
||||
include/vgm/emu/cores/nesintf.h
|
||||
include/vgm/emu/cores/okim6258.h
|
||||
@@ -62,7 +66,6 @@ include/vgm/player/playera.hpp
|
||||
include/vgm/player/playerbase.hpp
|
||||
include/vgm/player/s98player.hpp
|
||||
include/vgm/player/vgmplayer.hpp
|
||||
include/vgm/_stdbool.h
|
||||
include/vgm/stdtype.h
|
||||
include/vgm/utils/DataLoader.h
|
||||
include/vgm/utils/FileLoader.h
|
||||
|
||||
Reference in New Issue
Block a user