gmpc-plugins updated to 11.8(.16)
This commit is contained in:
parent
3da605da6a
commit
1d0afb3a3a
3 changed files with 10 additions and 30 deletions
14
.SRCINFO
14
.SRCINFO
|
@ -1,24 +1,20 @@
|
|||
pkgbase = gmpc-plugins
|
||||
pkgdesc = official plugins for GMPC
|
||||
pkgver = 0.20.0
|
||||
pkgrel = 5
|
||||
pkgver = 11.8.16
|
||||
pkgrel = 1
|
||||
url = http://gmpclient.org/
|
||||
changelog = gmpc-plugins.changelog
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = gob2
|
||||
makedepends = intltool
|
||||
depends = libmpd>=0.19.0
|
||||
depends = gmpc>=0.19.0
|
||||
depends = lirc-utils
|
||||
depends = xosd
|
||||
depends = gmpc>0.20.2
|
||||
depends = libwebkit
|
||||
depends = libmicrohttpd
|
||||
depends = taglib
|
||||
options = !libtool
|
||||
source = http://download.sarine.nl/Programs/gmpc/0.20.0/gmpc-plugins-0.20.0.tar.gz
|
||||
md5sums = e8c47c7cfeb8aab8995beef45d1c95ce
|
||||
source = http://download.sarine.nl/Programs/gmpc/11.8.16/gmpc-plugins-11.8.16.tar.gz
|
||||
md5sums = 80eb86051a5c1c3932f0fdef36ba7846
|
||||
|
||||
pkgname = gmpc-plugins
|
||||
|
||||
|
|
11
PKGBUILD
11
PKGBUILD
|
@ -1,18 +1,17 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
|
||||
pkgname=gmpc-plugins
|
||||
pkgver=0.20.0
|
||||
pkgrel=5
|
||||
pkgver=11.8.16
|
||||
pkgrel=1
|
||||
pkgdesc="official plugins for GMPC"
|
||||
arch=(i686 x86_64)
|
||||
url="http://gmpclient.org/"
|
||||
license="GPL"
|
||||
depends=('libmpd>=0.19.0' 'gmpc>=0.19.0' 'lirc-utils' 'xosd' 'libwebkit' 'libmicrohttpd' 'taglib')
|
||||
license=("GPL")
|
||||
depends=('libmpd>=0.19.0' 'gmpc>0.20.2' 'libwebkit' 'taglib')
|
||||
makedepends=('gob2' 'intltool')
|
||||
source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('e8c47c7cfeb8aab8995beef45d1c95ce')
|
||||
md5sums=('80eb86051a5c1c3932f0fdef36ba7846')
|
||||
options=(!libtool)
|
||||
changelog=$pkgname.changelog
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
2011-05-17 Cedric Girard <girard.cedric@gmail.com>
|
||||
|
||||
* 0.20.0-5 :
|
||||
Version bump to force recompilation following new libwebkit release
|
||||
|
||||
2011-01-24 Cedric Girard <girard.cedric@gmail.com>
|
||||
|
||||
* 0.20.0-4 :
|
||||
Corrected lirc dependency to lirc-utils
|
||||
|
||||
2011-01-03 Cedric Girard <girard.cedric@gmail.com>
|
||||
|
||||
* 0.20.0-3 :
|
||||
PKGBUILD cleanup.
|
||||
Added ChangeLog.
|
Loading…
Reference in a new issue