mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-21 20:06:27 +00:00
Update to 0.1.22.r76.3c40348.
Includes quick and dirty fix for the libncursesw problem.
This commit is contained in:
parent
6a50de4edc
commit
9d2e121c8f
2 changed files with 10 additions and 4 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Mar 21 14:47:21 UTC 2016
|
# Wed Mar 23 17:29:57 UTC 2016
|
||||||
pkgbase = ocp-git
|
pkgbase = ocp-git
|
||||||
pkgdesc = Open Cubic Player (GIT Version)
|
pkgdesc = Open Cubic Player (GIT Version)
|
||||||
pkgver = 0.1.22.r71.58094b1
|
pkgver = 0.1.22.r76.3c40348
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://stian.cubic.org/project-ocp.php
|
url = http://stian.cubic.org/project-ocp.php
|
||||||
install = ocp-git.install
|
install = ocp-git.install
|
||||||
|
@ -21,7 +21,7 @@ pkgbase = ocp-git
|
||||||
optdepends = libsidplay: for SID music support
|
optdepends = libsidplay: for SID music support
|
||||||
optdepends = libvorbis: for Vorbis audio support
|
optdepends = libvorbis: for Vorbis audio support
|
||||||
optdepends = sdl: for SDL user interface support
|
optdepends = sdl: for SDL user interface support
|
||||||
provides = ocp=0.1.22.r71.58094b1
|
provides = ocp=0.1.22.r76.3c40348
|
||||||
conflicts = ocp
|
conflicts = ocp
|
||||||
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
|
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
||||||
_name=ocp
|
_name=ocp
|
||||||
pkgname=ocp-git
|
pkgname=ocp-git
|
||||||
pkgver=0.1.22.r71.58094b1
|
pkgver=0.1.22.r76.3c40348
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Open Cubic Player (GIT Version)"
|
pkgdesc="Open Cubic Player (GIT Version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -35,6 +35,12 @@ build() {
|
||||||
cd "${srcdir}/${_name}"
|
cd "${srcdir}/${_name}"
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
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++/
|
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue