Template
1
0
Fork 0
mirror of https://aur.archlinux.org/ocp-git.git synced 2025-05-09 19:44:28 -04: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,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
}