mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-21 20:06:27 +00:00
Update to ocp-git-0.2.102.r2.0065417 and libancient + shared-mime-info
dependencies
This commit is contained in:
parent
fc8f7dfcdc
commit
a0050c07d6
2 changed files with 10 additions and 6 deletions
6
.SRCINFO
6
.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.101.r25.b40a9ab
|
pkgver = 0.2.102.r2.0065417
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://stian.cubic.org/project-ocp.php
|
url = https://stian.cubic.org/project-ocp.php
|
||||||
install = ocp.install
|
install = ocp.install
|
||||||
|
@ -20,11 +20,13 @@ pkgbase = ocp-git
|
||||||
depends = libmad
|
depends = libmad
|
||||||
depends = libjpeg-turbo
|
depends = libjpeg-turbo
|
||||||
depends = libpng
|
depends = libpng
|
||||||
|
depends = shared-mime-info
|
||||||
depends = freetype2
|
depends = freetype2
|
||||||
depends = ttf-unifont
|
depends = ttf-unifont
|
||||||
depends = libdiscid
|
depends = libdiscid
|
||||||
depends = cjson
|
depends = cjson
|
||||||
provides = ocp=0.2.101.r25.b40a9ab
|
depends = libancient
|
||||||
|
provides = ocp=0.2.102.r2.0065417
|
||||||
conflicts = ocp
|
conflicts = ocp
|
||||||
source = ocp::git+https://github.com/mywave82/opencubicplayer.git
|
source = ocp::git+https://github.com/mywave82/opencubicplayer.git
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
_pkgbase=ocp
|
_pkgbase=ocp
|
||||||
pkgname=${_pkgbase}-git
|
pkgname=${_pkgbase}-git
|
||||||
pkgver=0.2.101.r25.b40a9ab
|
pkgver=0.2.102.r2.0065417
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Open Cubic Player (GIT Version)"
|
pkgdesc="Open Cubic Player (GIT Version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -24,11 +24,13 @@ depends=('hicolor-icon-theme'
|
||||||
'libvorbis'
|
'libvorbis'
|
||||||
'libmad'
|
'libmad'
|
||||||
'libjpeg-turbo'
|
'libjpeg-turbo'
|
||||||
'libpng'
|
'libpng'
|
||||||
|
'shared-mime-info'
|
||||||
'freetype2'
|
'freetype2'
|
||||||
'ttf-unifont'
|
'ttf-unifont'
|
||||||
'libdiscid'
|
'libdiscid'
|
||||||
'cjson')
|
'cjson'
|
||||||
|
'libancient')
|
||||||
|
|
||||||
makedepends=('git'
|
makedepends=('git'
|
||||||
'xa'
|
'xa'
|
||||||
|
@ -51,7 +53,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $_pkgbase
|
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"
|
make DESTDIR="$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue