mirror of
https://aur.archlinux.org/ocp-git.git
synced 2025-05-09 19:44:28 -04:00
libgme as a make dependency and optional dependency
This commit is contained in:
parent
85a6e03898
commit
e33f7a50e5
2 changed files with 3 additions and 5 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -15,7 +15,8 @@ sha256sums=('SKIP')
|
|||
|
||||
optdepends=('libvorbis: Vorbis codec support'
|
||||
'libmad: MPEG codec support'
|
||||
'flac: FLAC codec support')
|
||||
'flac: FLAC codec support'
|
||||
'libgme: Video game music emulation/playback support')
|
||||
|
||||
makedepends=('alsa-lib'
|
||||
'cjson'
|
||||
|
@ -70,7 +71,6 @@ package_ocp-sdl2-git() {
|
|||
'sdl2'
|
||||
'shared-mime-info'
|
||||
'zlib'
|
||||
'libgme'
|
||||
'libancient'
|
||||
'libdiscid'
|
||||
'libjpeg-turbo'
|
||||
|
@ -97,7 +97,6 @@ package_ocp-git() {
|
|||
'cjson'
|
||||
'ncurses'
|
||||
'zlib'
|
||||
'libgme'
|
||||
'libancient'
|
||||
'libdiscid')
|
||||
cd $_pkgbase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue