mirror of
https://aur.archlinux.org/ocp-git.git
synced 2025-06-27 17:04:27 -04:00
Bump to release 2 clarifying dependency semantics
This commit is contained in:
parent
9c864eba92
commit
107b2b6c59
2 changed files with 24 additions and 16 deletions
24
PKGBUILD
24
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
_pkgbase=ocp
|
||||
pkgname=('ocp-git' 'ocp-sdl2-git')
|
||||
pkgver=0.2.102.r25.be056b7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open Cubic Player (GIT Version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://stian.cubic.org/project-ocp.php"
|
||||
|
@ -14,14 +14,15 @@ optdepends=('libvorbis: Vorbis codec support'
|
|||
'libmad: MPEG codec support'
|
||||
'flac: FLAC codec support')
|
||||
|
||||
makedepends=('git'
|
||||
'xa'
|
||||
'desktop-file-utils'
|
||||
'alsa-lib'
|
||||
'sdl2'
|
||||
'freetype2'
|
||||
'flac'
|
||||
makedepends=('alsa-libs'
|
||||
'cjson'
|
||||
'desktop-file-utils'
|
||||
'freetype2'
|
||||
'flac'
|
||||
'git'
|
||||
'ncurses'
|
||||
'sdl2'
|
||||
'xa'
|
||||
'libancient'
|
||||
'libdiscid'
|
||||
'libmad'
|
||||
|
@ -70,12 +71,14 @@ package_ocp-sdl2-git() {
|
|||
'cjson'
|
||||
'freetype2'
|
||||
'hicolor-icon-theme'
|
||||
'ncurses'
|
||||
'sdl2'
|
||||
'shared-mime-info'
|
||||
'libancient'
|
||||
'libdiscid'
|
||||
'libjpeg-turbo'
|
||||
'libpng')
|
||||
'libpng'
|
||||
'ttf-unifont')
|
||||
cd $_pkgbase
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
|
||||
--without-update-desktop-database\
|
||||
|
@ -94,10 +97,11 @@ package_ocp-git() {
|
|||
conflicts=('ocp-curses' 'ocp-sdl2')
|
||||
depends=('alsa-lib'
|
||||
'cjson'
|
||||
'ncurses'
|
||||
'libancient'
|
||||
'libdiscid')
|
||||
cd $_pkgbase
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
|
||||
--without-x11 --without-sdl2\
|
||||
--without-update-desktop-database\
|
||||
--without-update-mime-database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue