mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-21 20:06:27 +00:00
Bump to ocp-git-0.2.102.r40.3e1a320-1
ttf-unifont no longer required as make dependency
This commit is contained in:
parent
d5f0f6688e
commit
9782c8d9c5
2 changed files with 14 additions and 13 deletions
11
.SRCINFO
11
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ocp-git
|
||||
pkgdesc = Open Cubic Player (GIT Version)
|
||||
pkgver = 0.2.102.r27.7fcbda1
|
||||
pkgver = 0.2.102.r40.3e1a320
|
||||
pkgrel = 1
|
||||
url = https://stian.cubic.org/project-ocp.php
|
||||
arch = i686
|
||||
|
@ -21,7 +21,6 @@ pkgbase = ocp-git
|
|||
makedepends = libjpeg-turbo
|
||||
makedepends = libpng
|
||||
makedepends = libvorbis
|
||||
makedepends = ttf-unifont
|
||||
optdepends = libvorbis: Vorbis codec support
|
||||
optdepends = libmad: MPEG codec support
|
||||
optdepends = flac: FLAC codec support
|
||||
|
@ -36,8 +35,8 @@ pkgname = ocp-git
|
|||
depends = zlib
|
||||
depends = libancient
|
||||
depends = libdiscid
|
||||
provides = ocp=0.2.102.r27.7fcbda1
|
||||
provides = ocp-curses=0.2.102.r27.7fcbda1
|
||||
provides = ocp=0.2.102.r40.3e1a320
|
||||
provides = ocp-curses=0.2.102.r40.3e1a320
|
||||
conflicts = ocp-curses
|
||||
conflicts = ocp-sdl2
|
||||
|
||||
|
@ -57,6 +56,8 @@ pkgname = ocp-sdl2-git
|
|||
depends = libjpeg-turbo
|
||||
depends = libpng
|
||||
depends = ttf-unifont
|
||||
provides = ocp-sdl2=0.2.102.r27.7fcbda1
|
||||
provides = ocp=0.2.102.r40.3e1a320
|
||||
provides = ocp-sdl2=0.2.102.r40.3e1a320
|
||||
conflicts = ocp
|
||||
conflicts = ocp-sdl2
|
||||
conflicts = ocp-curses
|
||||
|
|
16
PKGBUILD
16
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
|
||||
_pkgbase=ocp
|
||||
pkgname=('ocp-git' 'ocp-sdl2-git')
|
||||
pkgver=0.2.102.r27.7fcbda1
|
||||
pkgver=0.2.102.r40.3e1a320
|
||||
pkgrel=1
|
||||
pkgdesc="Open Cubic Player (GIT Version)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -28,8 +28,7 @@ makedepends=('alsa-lib'
|
|||
'libmad'
|
||||
'libjpeg-turbo'
|
||||
'libpng'
|
||||
'libvorbis'
|
||||
'ttf-unifont')
|
||||
'libvorbis')
|
||||
|
||||
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
|
||||
sha256sums=('SKIP')
|
||||
|
@ -52,7 +51,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd $_pkgbase
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
||||
--without-update-desktop-database\
|
||||
--without-update-mime-database\
|
||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
||||
|
@ -63,8 +62,9 @@ build() {
|
|||
}
|
||||
|
||||
package_ocp-sdl2-git() {
|
||||
provides=(${_pkgbase}-sdl2=${pkgver})
|
||||
conflicts=('ocp' 'ocp-curses')
|
||||
provides=(${_pkgbase}=${pkgver}
|
||||
${_pkgbase}-sdl2=${pkgver})
|
||||
conflicts=('ocp' 'ocp-sdl2' 'ocp-curses')
|
||||
install=${_pkgbase}.install
|
||||
depends=('alsa-lib'
|
||||
'bzip2'
|
||||
|
@ -81,7 +81,7 @@ package_ocp-sdl2-git() {
|
|||
'libpng'
|
||||
'ttf-unifont')
|
||||
cd $_pkgbase
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
||||
--without-update-desktop-database\
|
||||
--without-update-mime-database\
|
||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
||||
|
@ -104,7 +104,7 @@ package_ocp-git() {
|
|||
'libancient'
|
||||
'libdiscid')
|
||||
cd $_pkgbase
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
||||
--without-x11 --without-sdl2\
|
||||
--without-update-desktop-database\
|
||||
--without-update-mime-database
|
||||
|
|
Loading…
Reference in a new issue