mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
games/easyrpg-player: update to 0.7.0
This commit is contained in:
parent
4d49bcc29d
commit
1cba483d9b
3 changed files with 11 additions and 12 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= easyrpg-player
|
PORTNAME= easyrpg-player
|
||||||
PORTVERSION= 0.6.2.3
|
PORTVERSION= 0.7.0
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
MAINTAINER= amdmi3@FreeBSD.org
|
MAINTAINER= amdmi3@FreeBSD.org
|
||||||
|
@ -22,8 +21,9 @@ LIB_DEPENDS= liblcf.so:games/liblcf \
|
||||||
libopus.so:audio/opus \
|
libopus.so:audio/opus \
|
||||||
libWildMidi.so:audio/wildmidi \
|
libWildMidi.so:audio/wildmidi \
|
||||||
libxmp.so:audio/libxmp \
|
libxmp.so:audio/libxmp \
|
||||||
libFLAC.so:audio/flac \
|
libfmt.so:devel/libfmt \
|
||||||
libmodplug.so:audio/libmodplug
|
libasound.so:audio/alsa-lib \
|
||||||
|
libfluidsynth.so:audio/fluidsynth
|
||||||
# these come from liblcf
|
# these come from liblcf
|
||||||
LIB_DEPENDS+= libicui18n.so:devel/icu \
|
LIB_DEPENDS+= libicui18n.so:devel/icu \
|
||||||
libexpat.so:textproc/expat2
|
libexpat.so:textproc/expat2
|
||||||
|
@ -36,11 +36,10 @@ GH_PROJECT= Player
|
||||||
|
|
||||||
USES= cmake:insource compiler:c++14-lang localbase:ldflags pkgconfig \
|
USES= cmake:insource compiler:c++14-lang localbase:ldflags pkgconfig \
|
||||||
sdl xorg
|
sdl xorg
|
||||||
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man \
|
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=share/man
|
||||||
-DPLAYER_AUDIO_BACKEND=SDL2_mixer \
|
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Git
|
||||||
-DCMAKE_DISABLE_FIND_PACKAGE_Git=TRUE
|
|
||||||
USE_XORG= pixman
|
USE_XORG= pixman
|
||||||
USE_SDL= sdl2 mixer2
|
USE_SDL= sdl2
|
||||||
|
|
||||||
PORTDOCS= AUTHORS.md README.md
|
PORTDOCS= AUTHORS.md README.md
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1602008503
|
TIMESTAMP = 1635777822
|
||||||
SHA256 (EasyRPG-Player-0.6.2.3_GH0.tar.gz) = 67cab7a42480a7a738624c4078ebca6b79fbf922e42806794650637e4cb0128f
|
SHA256 (EasyRPG-Player-0.7.0_GH0.tar.gz) = fa3a6bf37ad09dad8c811631845498b8cda166164d55bd9b89f9fc3944e5f8c3
|
||||||
SIZE (EasyRPG-Player-0.6.2.3_GH0.tar.gz) = 6155781
|
SIZE (EasyRPG-Player-0.7.0_GH0.tar.gz) = 6426198
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
bin/easyrpg-player
|
bin/easyrpg-player
|
||||||
man/man6/easyrpg-player.6.gz
|
share/man/man6/easyrpg-player.6.gz
|
||||||
share/bash-completion/completions/easyrpg-player
|
share/bash-completion/completions/easyrpg-player
|
||||||
|
|
Loading…
Add table
Reference in a new issue