mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-22 04:06:29 +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
|
pkgbase = ocp-git
|
||||||
pkgdesc = Open Cubic Player (GIT Version)
|
pkgdesc = Open Cubic Player (GIT Version)
|
||||||
pkgver = 0.2.102.r27.7fcbda1
|
pkgver = 0.2.102.r40.3e1a320
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://stian.cubic.org/project-ocp.php
|
url = https://stian.cubic.org/project-ocp.php
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -21,7 +21,6 @@ pkgbase = ocp-git
|
||||||
makedepends = libjpeg-turbo
|
makedepends = libjpeg-turbo
|
||||||
makedepends = libpng
|
makedepends = libpng
|
||||||
makedepends = libvorbis
|
makedepends = libvorbis
|
||||||
makedepends = ttf-unifont
|
|
||||||
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
|
||||||
|
@ -36,8 +35,8 @@ pkgname = ocp-git
|
||||||
depends = zlib
|
depends = zlib
|
||||||
depends = libancient
|
depends = libancient
|
||||||
depends = libdiscid
|
depends = libdiscid
|
||||||
provides = ocp=0.2.102.r27.7fcbda1
|
provides = ocp=0.2.102.r40.3e1a320
|
||||||
provides = ocp-curses=0.2.102.r27.7fcbda1
|
provides = ocp-curses=0.2.102.r40.3e1a320
|
||||||
conflicts = ocp-curses
|
conflicts = ocp-curses
|
||||||
conflicts = ocp-sdl2
|
conflicts = ocp-sdl2
|
||||||
|
|
||||||
|
@ -57,6 +56,8 @@ pkgname = ocp-sdl2-git
|
||||||
depends = libjpeg-turbo
|
depends = libjpeg-turbo
|
||||||
depends = libpng
|
depends = libpng
|
||||||
depends = ttf-unifont
|
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
|
||||||
|
conflicts = ocp-sdl2
|
||||||
conflicts = ocp-curses
|
conflicts = ocp-curses
|
||||||
|
|
16
PKGBUILD
16
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
_pkgbase=ocp
|
_pkgbase=ocp
|
||||||
pkgname=('ocp-git' 'ocp-sdl2-git')
|
pkgname=('ocp-git' 'ocp-sdl2-git')
|
||||||
pkgver=0.2.102.r27.7fcbda1
|
pkgver=0.2.102.r40.3e1a320
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Open Cubic Player (GIT Version)"
|
pkgdesc="Open Cubic Player (GIT Version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -28,8 +28,7 @@ makedepends=('alsa-lib'
|
||||||
'libmad'
|
'libmad'
|
||||||
'libjpeg-turbo'
|
'libjpeg-turbo'
|
||||||
'libpng'
|
'libpng'
|
||||||
'libvorbis'
|
'libvorbis')
|
||||||
'ttf-unifont')
|
|
||||||
|
|
||||||
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
|
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
@ -52,7 +51,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $_pkgbase
|
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-desktop-database\
|
||||||
--without-update-mime-database\
|
--without-update-mime-database\
|
||||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
--with-unifontdir=/usr/share/fonts/Unifont\
|
||||||
|
@ -63,8 +62,9 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_ocp-sdl2-git() {
|
package_ocp-sdl2-git() {
|
||||||
provides=(${_pkgbase}-sdl2=${pkgver})
|
provides=(${_pkgbase}=${pkgver}
|
||||||
conflicts=('ocp' 'ocp-curses')
|
${_pkgbase}-sdl2=${pkgver})
|
||||||
|
conflicts=('ocp' 'ocp-sdl2' 'ocp-curses')
|
||||||
install=${_pkgbase}.install
|
install=${_pkgbase}.install
|
||||||
depends=('alsa-lib'
|
depends=('alsa-lib'
|
||||||
'bzip2'
|
'bzip2'
|
||||||
|
@ -81,7 +81,7 @@ package_ocp-sdl2-git() {
|
||||||
'libpng'
|
'libpng'
|
||||||
'ttf-unifont')
|
'ttf-unifont')
|
||||||
cd $_pkgbase
|
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-desktop-database\
|
||||||
--without-update-mime-database\
|
--without-update-mime-database\
|
||||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
--with-unifontdir=/usr/share/fonts/Unifont\
|
||||||
|
@ -104,7 +104,7 @@ package_ocp-git() {
|
||||||
'libancient'
|
'libancient'
|
||||||
'libdiscid')
|
'libdiscid')
|
||||||
cd $_pkgbase
|
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-x11 --without-sdl2\
|
||||||
--without-update-desktop-database\
|
--without-update-desktop-database\
|
||||||
--without-update-mime-database
|
--without-update-mime-database
|
||||||
|
|
Loading…
Reference in a new issue