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 0.1.22.r76.3c40348.

Includes quick and dirty fix for the libncursesw problem.
This commit is contained in:
Ossi Saukko 2016-03-23 19:30:42 +02:00
parent 6a50de4edc
commit 9d2e121c8f
2 changed files with 10 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Mon Mar 21 14:47:21 UTC 2016
# Wed Mar 23 17:29:57 UTC 2016
pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version)
pkgver = 0.1.22.r71.58094b1
pkgver = 0.1.22.r76.3c40348
pkgrel = 1
url = http://stian.cubic.org/project-ocp.php
install = ocp-git.install
@ -21,7 +21,7 @@ pkgbase = ocp-git
optdepends = libsidplay: for SID music support
optdepends = libvorbis: for Vorbis audio support
optdepends = sdl: for SDL user interface support
provides = ocp=0.1.22.r71.58094b1
provides = ocp=0.1.22.r76.3c40348
conflicts = ocp
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
md5sums = SKIP

View file

@ -1,7 +1,7 @@
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
_name=ocp
pkgname=ocp-git
pkgver=0.1.22.r71.58094b1
pkgver=0.1.22.r76.3c40348
pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
@ -35,6 +35,12 @@ build() {
cd "${srcdir}/${_name}"
git submodule init
git submodule update
## TODO: Better fix for libnursesw ##
sed -i.bak s/ncursesw\\/curses\.h/curses.h/g configure
sed -i.bak s/ncursesw\\/curses\.h/curses.h/g config.h.in
## TODO: Better fix for libnursesw ##
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
make
}