summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2020-07-11 18:23:26 +0200
committerAlphaJack2020-07-11 18:24:09 +0200
commit96ecaa3a5273a753e408f8ea91917293cce9ec1f (patch)
tree808fe98588f00838d3724b1bbe660b1cec4881f8
parent1978bcd899f3e63ff2a3bdc6ad38be05c312dc68 (diff)
downloadaur-96ecaa3a5273a753e408f8ea91917293cce9ec1f.tar.gz
Updated upstream URL and rearranged dependencies
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2d00ec4134..ff637791a393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,25 @@
pkgbase = ices0
- pkgdesc = Source client for broadcasting in MP3 format to an Icecast2 server
+ pkgdesc = A source client for broadcasting in MP3, FLAC, AAC and OGG Vorbis format to an icecast2 server
pkgver = 0.4.11
pkgrel = 3
- url = https://icecast.org/ices/
+ url = https://github.com/Moonbase59/ices0
install = ices0.install
arch = i686
arch = x86_64
arch = armv7h
license = GPL-2.0
- depends = libxml2
+ makedepends = autoconf
+ makedepends = pkgconf
depends = lame
- depends = libvorbis
+ depends = libxml2
depends = libshout
- depends = python2
depends = perl
- depends = pkgconf
- depends = autoconf
+ depends = python2
optdepends = flac: flac audio support
optdepends = faad2: aac audio support
optdepends = libmp4v2: aac audio support
- optdepends = libogg: ogg audio support
+ optdepends = libogg: vorbis audio support
+ optdepends = libvorbis: vorbis audio support
options = !docs
source = https://github.com/Moonbase59/ices0/archive/v0.4.11.tar.gz
sha512sums = df8d7d7a52c690ee26d5b3716a8ac92f1bf79f84efb975b9036c8cd42d0fcd3a5a07b04a78de39afe80e50e341da476b42b03a7e241e83496ec7f8ac1a42710a
diff --git a/PKGBUILD b/PKGBUILD
index d8c3fc0783b9..7fccefa73989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,17 @@
pkgname=ices0
pkgver=0.4.11
pkgrel=3
-pkgdesc="Source client for broadcasting in MP3 format to an Icecast2 server"
+pkgdesc="A source client for broadcasting in MP3, FLAC, AAC and OGG Vorbis format to an icecast2 server"
arch=('i686' 'x86_64' 'armv7h')
license=('GPL-2.0')
-url="https://icecast.org/ices/"
-depends=('libxml2' 'lame' 'libvorbis' 'libshout' 'python2' 'perl' 'pkgconf' 'autoconf')
+url="https://github.com/Moonbase59/ices0"
+depends=('lame' 'libxml2' 'libshout' 'perl' 'python2')
optdepends=('flac: flac audio support'
'faad2: aac audio support'
'libmp4v2: aac audio support'
- 'libogg: ogg audio support')
+ 'libogg: vorbis audio support'
+ 'libvorbis: vorbis audio support')
+makedepends=('autoconf' 'pkgconf')
source=(https://github.com/Moonbase59/ices0/archive/v${pkgver}.tar.gz)
sha512sums=('df8d7d7a52c690ee26d5b3716a8ac92f1bf79f84efb975b9036c8cd42d0fcd3a5a07b04a78de39afe80e50e341da476b42b03a7e241e83496ec7f8ac1a42710a')
options=('!docs')