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 the 0.2.1.r457.baf4c7d

The OCP is building fine with MAD again.
This commit is contained in:
Ossi Saukko 2020-04-26 18:59:37 +03:00
parent a35019a59f
commit c468f81724
2 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version)
pkgver = 0.2.1.r452.1f28294
pkgver = 0.2.1.r457.baf4c7d
pkgrel = 1
url = http://stian.cubic.org/project-ocp.php
install = ocp-git.install
@ -20,7 +20,7 @@ pkgbase = ocp-git
optdepends = libvorbis: for Vorbis audio support
optdepends = sdl: for SDL user interface support
optdepends = sdl2: for SDL2 user interface support
provides = ocp=0.2.1.r452.1f28294
provides = ocp=0.2.1.r457.baf4c7d
conflicts = ocp
source = ocp::git://github.com/mywave82/opencubicplayer.git
source = unifont.patch

View file

@ -1,7 +1,7 @@
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
_name=ocp
pkgname=ocp-git
pkgver=0.2.1.r452.1f28294
pkgver=0.2.1.r457.baf4c7d
pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
@ -53,10 +53,6 @@ build() {
CONFIG="${CONFIG} --without-sdl"
fi
# The revision r452.1f28294 lacks instructions on how to build playmp2/charset.o, which prevents us from making the package.
# Let us try to re-introduce MAD again in subsequent revisions. For now, we have to go without it.
CONFIG="${CONFIG} --without-mad"
./configure ${CONFIG}
make
}