mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-21 20:06:28 +00:00
Update to 0.2.106 release 2
- libgme as a make dependency and optional dependency
This commit is contained in:
parent
86a89c046e
commit
1bd28207e4
2 changed files with 7 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ocp
|
pkgbase = ocp
|
||||||
pkgdesc = Open Cubic Player
|
pkgdesc = Open Cubic Player
|
||||||
pkgver = 0.2.106
|
pkgver = 0.2.106
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://stian.cubic.org/project-ocp.php
|
url = https://stian.cubic.org/project-ocp.php
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -15,6 +15,7 @@ pkgbase = ocp
|
||||||
makedepends = ncurses
|
makedepends = ncurses
|
||||||
makedepends = sdl2
|
makedepends = sdl2
|
||||||
makedepends = xa
|
makedepends = xa
|
||||||
|
makedepends = libgme
|
||||||
makedepends = libancient
|
makedepends = libancient
|
||||||
makedepends = libdiscid
|
makedepends = libdiscid
|
||||||
makedepends = libmad
|
makedepends = libmad
|
||||||
|
@ -24,6 +25,7 @@ pkgbase = ocp
|
||||||
optdepends = libvorbis: Vorbis codec support
|
optdepends = libvorbis: Vorbis codec support
|
||||||
optdepends = libmad: MPEG codec support
|
optdepends = libmad: MPEG codec support
|
||||||
optdepends = flac: FLAC codec support
|
optdepends = flac: FLAC codec support
|
||||||
|
optdepends = libgme: Video game music emulation/playback support
|
||||||
source = ocp::git+https://github.com/mywave82/opencubicplayer.git#tag=v0.2.106
|
source = ocp::git+https://github.com/mywave82/opencubicplayer.git#tag=v0.2.106
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
_pkgbase=ocp
|
_pkgbase=ocp
|
||||||
pkgname=('ocp' 'ocp-sdl2')
|
pkgname=('ocp' 'ocp-sdl2')
|
||||||
pkgver=0.2.106
|
pkgver=0.2.106
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Open Cubic Player"
|
pkgdesc="Open Cubic Player"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://stian.cubic.org/project-ocp.php"
|
url="https://stian.cubic.org/project-ocp.php"
|
||||||
|
@ -15,7 +15,8 @@ sha256sums=('SKIP')
|
||||||
|
|
||||||
optdepends=('libvorbis: Vorbis codec support'
|
optdepends=('libvorbis: Vorbis codec support'
|
||||||
'libmad: MPEG codec support'
|
'libmad: MPEG codec support'
|
||||||
'flac: FLAC codec support')
|
'flac: FLAC codec support'
|
||||||
|
'libgme: Video game music emulation/playback support')
|
||||||
|
|
||||||
makedepends=('alsa-lib'
|
makedepends=('alsa-lib'
|
||||||
'cjson'
|
'cjson'
|
||||||
|
@ -26,6 +27,7 @@ makedepends=('alsa-lib'
|
||||||
'ncurses'
|
'ncurses'
|
||||||
'sdl2'
|
'sdl2'
|
||||||
'xa'
|
'xa'
|
||||||
|
'libgme'
|
||||||
'libancient'
|
'libancient'
|
||||||
'libdiscid'
|
'libdiscid'
|
||||||
'libmad'
|
'libmad'
|
||||||
|
|
Loading…
Reference in a new issue