diff --git a/.SRCINFO b/.SRCINFO index b93047a..3f3a01a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 7e5e5d4..a2f1eaf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ossi Saukko _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 }