2022-09-23 15:37:22 +00:00
|
|
|
# Maintainer: Xavier (sapphirus at azorium dot net)
|
|
|
|
# Original Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
|
|
|
|
2022-09-24 02:00:24 +00:00
|
|
|
_pkgbase=ocp
|
2023-02-18 11:59:44 +00:00
|
|
|
pkgname=('ocp-git' 'ocp-sdl2-git')
|
2023-07-31 07:20:17 +00:00
|
|
|
pkgver=0.2.106.r1.24ae3d0
|
2023-02-18 13:41:53 +00:00
|
|
|
pkgrel=1
|
2015-09-09 13:56:18 +00:00
|
|
|
pkgdesc="Open Cubic Player (GIT Version)"
|
2015-09-09 13:51:44 +00:00
|
|
|
arch=('i686' 'x86_64')
|
2022-09-23 15:37:22 +00:00
|
|
|
url="https://stian.cubic.org/project-ocp.php"
|
2015-09-09 13:51:44 +00:00
|
|
|
license=('GPL')
|
2023-02-18 11:59:44 +00:00
|
|
|
|
2023-05-20 05:42:18 +00:00
|
|
|
source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git)
|
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
2023-02-18 11:59:44 +00:00
|
|
|
optdepends=('libvorbis: Vorbis codec support'
|
|
|
|
'libmad: MPEG codec support'
|
2023-07-31 14:39:08 +00:00
|
|
|
'flac: FLAC codec support'
|
|
|
|
'libgme: Video game music emulation/playback support')
|
2022-09-23 15:37:22 +00:00
|
|
|
|
2023-02-18 13:35:51 +00:00
|
|
|
makedepends=('alsa-lib'
|
2023-02-18 13:27:30 +00:00
|
|
|
'cjson'
|
2023-02-18 11:59:44 +00:00
|
|
|
'desktop-file-utils'
|
2023-02-18 13:27:30 +00:00
|
|
|
'freetype2'
|
2023-02-18 11:59:44 +00:00
|
|
|
'flac'
|
2023-02-18 13:27:30 +00:00
|
|
|
'git'
|
|
|
|
'ncurses'
|
|
|
|
'sdl2'
|
|
|
|
'xa'
|
2023-06-10 09:30:34 +00:00
|
|
|
'libgme'
|
2023-02-18 11:59:44 +00:00
|
|
|
'libancient'
|
|
|
|
'libdiscid'
|
|
|
|
'libmad'
|
|
|
|
'libjpeg-turbo'
|
|
|
|
'libpng'
|
2023-02-20 10:52:16 +00:00
|
|
|
'libvorbis')
|
2020-04-19 12:54:12 +00:00
|
|
|
|
2015-09-09 13:51:44 +00:00
|
|
|
pkgver() {
|
2022-09-24 02:00:24 +00:00
|
|
|
cd $_pkgbase
|
2022-09-23 15:37:22 +00:00
|
|
|
echo "$(git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./')"
|
|
|
|
}
|
|
|
|
|
|
|
|
prepare() {
|
2022-09-24 02:00:24 +00:00
|
|
|
cd $_pkgbase
|
2022-09-23 15:37:22 +00:00
|
|
|
git submodule init
|
|
|
|
git submodule update --init --recursive
|
2015-09-09 13:51:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
2022-09-24 02:00:24 +00:00
|
|
|
cd $_pkgbase
|
2023-02-20 10:52:16 +00:00
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
2023-02-18 11:59:44 +00:00
|
|
|
--without-update-desktop-database\
|
|
|
|
--without-update-mime-database\
|
|
|
|
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\
|
|
|
|
--with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf\
|
|
|
|
--with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
2023-02-18 16:19:01 +00:00
|
|
|
make DESTDIR="$pkgdir" subdirs ocp ocp.hlp
|
2023-02-18 11:59:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package_ocp-sdl2-git() {
|
2023-02-20 10:52:16 +00:00
|
|
|
provides=(${_pkgbase}=${pkgver}
|
|
|
|
${_pkgbase}-sdl2=${pkgver})
|
|
|
|
conflicts=('ocp' 'ocp-sdl2' 'ocp-curses')
|
2023-02-18 11:59:44 +00:00
|
|
|
install=${_pkgbase}.install
|
|
|
|
depends=('alsa-lib'
|
2023-02-18 16:19:01 +00:00
|
|
|
'bzip2'
|
2023-02-18 11:59:44 +00:00
|
|
|
'cjson'
|
|
|
|
'freetype2'
|
|
|
|
'hicolor-icon-theme'
|
2023-02-18 13:27:30 +00:00
|
|
|
'ncurses'
|
2023-06-10 09:30:34 +00:00
|
|
|
'sdl2'
|
2023-02-18 11:59:44 +00:00
|
|
|
'shared-mime-info'
|
2023-02-18 16:19:01 +00:00
|
|
|
'zlib'
|
|
|
|
'libancient'
|
2023-02-18 11:59:44 +00:00
|
|
|
'libdiscid'
|
|
|
|
'libjpeg-turbo'
|
2023-02-18 13:27:30 +00:00
|
|
|
'libpng'
|
|
|
|
'ttf-unifont')
|
2023-02-18 11:59:44 +00:00
|
|
|
cd $_pkgbase
|
2023-02-20 10:52:16 +00:00
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
2023-02-22 07:12:56 +00:00
|
|
|
--without-sdl --without-x11\
|
2023-02-20 13:06:38 +00:00
|
|
|
--without-update-desktop-database\
|
2023-02-18 11:59:44 +00:00
|
|
|
--without-update-mime-database\
|
|
|
|
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\
|
|
|
|
--with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf\
|
|
|
|
--with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
|
|
|
make DESTDIR="$pkgdir" libocp.so
|
|
|
|
make DESTDIR="$pkgdir" install
|
2015-09-09 13:51:44 +00:00
|
|
|
}
|
|
|
|
|
2023-02-18 11:59:44 +00:00
|
|
|
package_ocp-git() {
|
|
|
|
provides=(${_pkgbase}=${pkgver}
|
|
|
|
${_pkgbase}-curses=${pkgver})
|
|
|
|
conflicts=('ocp-curses' 'ocp-sdl2')
|
2023-02-18 16:19:01 +00:00
|
|
|
depends=('alsa-lib'
|
2023-06-10 09:30:34 +00:00
|
|
|
'bzip2'
|
|
|
|
'cjson'
|
2023-02-18 13:27:30 +00:00
|
|
|
'ncurses'
|
2023-02-18 16:19:01 +00:00
|
|
|
'zlib'
|
2023-02-18 11:59:44 +00:00
|
|
|
'libancient'
|
|
|
|
'libdiscid')
|
2022-09-24 02:00:24 +00:00
|
|
|
cd $_pkgbase
|
2023-02-20 13:14:05 +00:00
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
|
2023-02-20 12:48:34 +00:00
|
|
|
--without-x11 --without-sdl --without-sdl2\
|
2023-02-18 11:59:44 +00:00
|
|
|
--without-update-desktop-database\
|
|
|
|
--without-update-mime-database
|
|
|
|
make DESTDIR="$pkgdir" libocp.so
|
2022-09-23 15:37:22 +00:00
|
|
|
make DESTDIR="$pkgdir" install
|
2015-09-09 13:51:44 +00:00
|
|
|
}
|