mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-22 04:06:29 +00:00
Update to 0.1.22.r71.58094b1
This commit is contained in:
parent
0c6cf748ac
commit
6a50de4edc
3 changed files with 14 additions and 13 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sat Jan 23 10:23:54 UTC 2016
|
# Mon Mar 21 14:47:21 UTC 2016
|
||||||
pkgbase = ocp-git
|
pkgbase = ocp-git
|
||||||
pkgdesc = Open Cubic Player (GIT Version)
|
pkgdesc = Open Cubic Player (GIT Version)
|
||||||
pkgver = 0.1.22.r68.849cc42
|
pkgver = 0.1.22.r71.58094b1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://stian.cubic.org/project-ocp.php
|
url = http://stian.cubic.org/project-ocp.php
|
||||||
install = ocp-git.install
|
install = ocp-git.install
|
||||||
|
@ -13,6 +13,7 @@ pkgbase = ocp-git
|
||||||
depends = hicolor-icon-theme
|
depends = hicolor-icon-theme
|
||||||
depends = libxpm
|
depends = libxpm
|
||||||
depends = libxxf86vm
|
depends = libxxf86vm
|
||||||
|
depends = timidity++
|
||||||
optdepends = adplug: for OPL formats support
|
optdepends = adplug: for OPL formats support
|
||||||
optdepends = alsa-lib: for ALSA output
|
optdepends = alsa-lib: for ALSA output
|
||||||
optdepends = flac: for FLAC audio support
|
optdepends = flac: for FLAC audio support
|
||||||
|
@ -20,7 +21,7 @@ pkgbase = ocp-git
|
||||||
optdepends = libsidplay: for SID music support
|
optdepends = libsidplay: for SID music support
|
||||||
optdepends = libvorbis: for Vorbis audio support
|
optdepends = libvorbis: for Vorbis audio support
|
||||||
optdepends = sdl: for SDL user interface support
|
optdepends = sdl: for SDL user interface support
|
||||||
provides = ocp=0.1.22.r68.849cc42
|
provides = ocp=0.1.22.r71.58094b1
|
||||||
conflicts = ocp
|
conflicts = ocp
|
||||||
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
|
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
11
PKGBUILD
11
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
||||||
_name=ocp
|
_name=ocp
|
||||||
pkgname=ocp-git
|
pkgname=ocp-git
|
||||||
pkgver=0.1.22.r68.849cc42
|
pkgver=0.1.22.r71.58094b1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Open Cubic Player (GIT Version)"
|
pkgdesc="Open Cubic Player (GIT Version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -9,7 +9,8 @@ url="http://stian.cubic.org/project-ocp.php"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('hicolor-icon-theme'
|
depends=('hicolor-icon-theme'
|
||||||
'libxpm'
|
'libxpm'
|
||||||
'libxxf86vm')
|
'libxxf86vm'
|
||||||
|
'timidity++')
|
||||||
optdepends=('adplug: for OPL formats support'
|
optdepends=('adplug: for OPL formats support'
|
||||||
'alsa-lib: for ALSA output'
|
'alsa-lib: for ALSA output'
|
||||||
'flac: for FLAC audio support'
|
'flac: for FLAC audio support'
|
||||||
|
@ -32,9 +33,9 @@ pkgver() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${_name}"
|
cd "${srcdir}/${_name}"
|
||||||
./configure --prefix=/usr --sysconfdir=/etc
|
git submodule init
|
||||||
|
git submodule update
|
||||||
cd "${srcdir}/${_name}"
|
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
infodir=usr/share/info
|
infodir=usr/share/info
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
[ -x usr/bin/install-info ] || return 0
|
|
||||||
install-info $infodir/ocp.info.gz $infodir/dir 2> /dev/null
|
|
||||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
||||||
update-desktop-database -q
|
|
||||||
echo
|
echo
|
||||||
echo Please note that you need to rebuild ocp-git after installing any of the optional dependencies for it.
|
echo Please note that you need to rebuild ocp-git after installing any of the optional dependencies for it.
|
||||||
echo
|
echo
|
||||||
|
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||||
|
update-desktop-database -q
|
||||||
|
[ -x usr/bin/install-info ] || return 0
|
||||||
|
install-info $infodir/ocp.info.gz $infodir/dir 2> /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
|
@ -22,4 +22,3 @@ post_remove() {
|
||||||
update-desktop-database -q
|
update-desktop-database -q
|
||||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue