1
0
Fork 0
mirror of https://aur.archlinux.org/ocp.git synced 2024-10-18 11:32:58 +00:00

Bump to release 6

- Removal of unifont check bypass flag cursees build
- Disable sdl for users with sdl or sdl12-compat installed
This commit is contained in:
Xavier Moffett 2023-02-20 08:20:23 -05:00
parent f309b93a5d
commit fc539876d9
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ocp
pkgdesc = Open Cubic Player
pkgver = 0.2.103
pkgrel = 5
pkgrel = 6
url = https://stian.cubic.org/project-ocp.php
arch = i686
arch = x86_64

View file

@ -77,7 +77,8 @@ package_ocp-sdl2() {
'ttf-unifont')
cd $_pkgbase
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
--without-update-desktop-database\
--without-sdl\
--without-update-desktop-database\
--without-update-mime-database\
--with-unifontdir=/usr/share/fonts/Unifont\
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\
@ -99,7 +100,7 @@ package_ocp() {
'libancient'
'libdiscid')
cd $_pkgbase
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
--without-x11 --without-sdl --without-sdl2\
--without-update-desktop-database\
--without-update-mime-database