mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-21 20:06:27 +00:00
Update to 0.1.22.r102.864f655 and GCC 8
This commit is contained in:
parent
ea36c745bb
commit
f824a101c0
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ocp-git
|
||||
pkgdesc = Open Cubic Player (GIT Version)
|
||||
pkgver = 0.1.22.r94.835bf80
|
||||
pkgrel = 2
|
||||
pkgver = 0.1.22.r102.864f655
|
||||
pkgrel = 1
|
||||
url = http://stian.cubic.org/project-ocp.php
|
||||
install = ocp-git.install
|
||||
arch = i686
|
||||
|
@ -18,7 +18,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.r94.835bf80
|
||||
provides = ocp=0.1.22.r102.864f655
|
||||
conflicts = ocp
|
||||
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
|
||||
md5sums = SKIP
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
||||
_name=ocp
|
||||
pkgname=ocp-git
|
||||
pkgver=0.1.22.r94.835bf80
|
||||
pkgrel=2
|
||||
pkgver=0.1.22.r102.864f655
|
||||
pkgrel=1
|
||||
pkgdesc="Open Cubic Player (GIT Version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://stian.cubic.org/project-ocp.php"
|
||||
|
@ -34,7 +34,7 @@ build() {
|
|||
cd "${srcdir}/${_name}"
|
||||
git submodule init
|
||||
git submodule update
|
||||
sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*/&|7.*/' configure
|
||||
sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*|7\*/&|8*/' configure
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue