Ocarina 6.4.15

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-07-19 08:10:07 -04:00
parent 9928c3239f
commit b7cf2509f7
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Maintainer: Anna Schumaker <anna@ocarinaproject.net> # Maintainer: Anna Schumaker <anna@ocarinaproject.net>
pkgname=ocarina pkgname=ocarina
pkgver=6.4.14 pkgver=6.4.15
pkgrel=1 pkgrel=1
pkgdesc="A simple GTK+ and gstreamer based music player." pkgdesc="A simple GTK+ and gstreamer based music player."
url="http://www.ocarinaproject.net/" url="http://www.ocarinaproject.net/"
arch=('x86_64' 'i686' 'armv7h') arch=('x86_64' 'i686' 'armv7h')
license=('GPL2') license=('GPL2')
depends=('gtkmm3>=3.16' 'gstreamer' 'gst-plugins-base' 'taglib') depends=('gtkmm3>=3.16' 'gstreamer' 'gst-plugins-base' 'taglib' 'libmusicbrainz' 'libcoverart')
optdepends=('gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly') optdepends=('gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')
makedepends=('scons') makedepends=('scons')
conflicts=() conflicts=()

View File

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
import os import os
CONFIG_VERSION = "6.4.15-rc" CONFIG_VERSION = "6.4.15"
# Set up default environment # Set up default environment