mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-21 11:56:30 +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
|
||||
pkgdesc = Open Cubic Player
|
||||
pkgver = 0.2.106
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://stian.cubic.org/project-ocp.php
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
@ -15,6 +15,7 @@ pkgbase = ocp
|
|||
makedepends = ncurses
|
||||
makedepends = sdl2
|
||||
makedepends = xa
|
||||
makedepends = libgme
|
||||
makedepends = libancient
|
||||
makedepends = libdiscid
|
||||
makedepends = libmad
|
||||
|
@ -24,6 +25,7 @@ pkgbase = ocp
|
|||
optdepends = libvorbis: Vorbis codec support
|
||||
optdepends = libmad: MPEG 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
|
||||
sha256sums = SKIP
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
_pkgbase=ocp
|
||||
pkgname=('ocp' 'ocp-sdl2')
|
||||
pkgver=0.2.106
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open Cubic Player"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://stian.cubic.org/project-ocp.php"
|
||||
|
@ -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'
|
||||
|
@ -26,6 +27,7 @@ makedepends=('alsa-lib'
|
|||
'ncurses'
|
||||
'sdl2'
|
||||
'xa'
|
||||
'libgme'
|
||||
'libancient'
|
||||
'libdiscid'
|
||||
'libmad'
|
||||
|
|
Loading…
Reference in a new issue