Template
1
0
Fork 0
mirror of https://aur.archlinux.org/ocp-git.git synced 2024-10-22 21:42:56 +00:00

Update to ocp-git-0.2.102.r2.0065417 and libancient + shared-mime-info

dependencies
This commit is contained in:
Xavier Moffett 2023-02-05 20:53:00 -05:00
parent fc8f7dfcdc
commit a0050c07d6
2 changed files with 10 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version)
pkgver = 0.2.101.r25.b40a9ab
pkgver = 0.2.102.r2.0065417
pkgrel = 1
url = https://stian.cubic.org/project-ocp.php
install = ocp.install
@ -20,11 +20,13 @@ pkgbase = ocp-git
depends = libmad
depends = libjpeg-turbo
depends = libpng
depends = shared-mime-info
depends = freetype2
depends = ttf-unifont
depends = libdiscid
depends = cjson
provides = ocp=0.2.101.r25.b40a9ab
depends = libancient
provides = ocp=0.2.102.r2.0065417
conflicts = ocp
source = ocp::git+https://github.com/mywave82/opencubicplayer.git
md5sums = SKIP

View file

@ -3,7 +3,7 @@
_pkgbase=ocp
pkgname=${_pkgbase}-git
pkgver=0.2.101.r25.b40a9ab
pkgver=0.2.102.r2.0065417
pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
@ -24,11 +24,13 @@ depends=('hicolor-icon-theme'
'libvorbis'
'libmad'
'libjpeg-turbo'
'libpng'
'libpng'
'shared-mime-info'
'freetype2'
'ttf-unifont'
'libdiscid'
'cjson')
'cjson'
'libancient')
makedepends=('git'
'xa'
@ -51,7 +53,7 @@ prepare() {
build() {
cd $_pkgbase
./configure --prefix=/usr --sysconfdir=/etc --with-unifontdir=/usr/share/fonts/Unifont --with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf --with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf --with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
./configure --prefix=/usr --sysconfdir=/etc --without-update-desktop-database --without-update-mime-database --with-unifontdir=/usr/share/fonts/Unifont --with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf --with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf --with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
make DESTDIR="$pkgdir"
}