summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-06-15 13:41:06 +0200
committerM0Rf302018-06-15 13:41:06 +0200
commit0c29909826fc4a19c5962a34d38abcc6a41c1dcd (patch)
tree411067ea92e0b7d253ec141b0d7e70b804ea4342
parentc8201b6daabad3dcf2dcb49839f57325b6f26c4b (diff)
downloadaur-0c29909826fc4a19c5962a34d38abcc6a41c1dcd.tar.gz
liquidsoap: added missing makedeps
-rw-r--r--.SRCINFO6
-rw-r--r--PACKAGES6
-rw-r--r--PKGBUILD10
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c30bdb4f194..00fd2569819d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = liquidsoap
pkgdesc = A swiss-army knife for multimedia streaming, notably used for netradios and webtvs
pkgver = 1.3.3
- pkgrel = 2
+ pkgrel = 3
url = http://savonet.sourceforge.net/
install = liquidsoap.install
arch = i686
arch = x86_64
license = GPL
+ makedepends = camlp4
makedepends = dssi
makedepends = frei0r-plugins
makedepends = git
makedepends = ladspa
makedepends = libxml-perl
+ makedepends = ocaml-findlib
makedepends = ocaml-gd4o
makedepends = ocaml-ocamlsdl
makedepends = ocaml-pcre
@@ -48,7 +50,7 @@ pkgbase = liquidsoap
source = liquidsoap.service
source = liquidsoap.tmpfilesd
md5sums = SKIP
- md5sums = 1005d51e97eacc4b55cb9daadb331749
+ md5sums = bafeb8cb204a8c3368a81778e03cfcc5
md5sums = 762d6607ff0889e34b8c874970b38bc9
md5sums = f9106e5c42cabc21c4c8464d9b1ad63e
diff --git a/PACKAGES b/PACKAGES
index c143a265bfe9..864373693dc1 100644
--- a/PACKAGES
+++ b/PACKAGES
@@ -29,11 +29,11 @@ ocaml-ao
# PulseAudio is a cross-plateform audio sound server. It is intended to
# be a single replacement for sound support under linux, windows or OSX.
-#ocaml-pulseaudio
+ocaml-pulseaudio
# JACK is an audio connection kit, designed for low latency
# and easy communication between audio applications.
-#ocaml-bjack
+ocaml-bjack
# Gstreamer is a library for constructing graphs of media-handling components.
# It is currently used to provide audio and video encoding and decoding
@@ -107,7 +107,7 @@ ocaml-samplerate
# is very efficient and has a quality setting for
# tweaking load vs. quality of the conversion.
# It is the recommended module to use with video
-#ocaml-gavl
+ocaml-gavl
# FFMPEG is currently only used to convert from
# and to many formats.
diff --git a/PKGBUILD b/PKGBUILD
index fd9b9bb994f0..918011f59ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=liquidsoap
pkgver=1.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="A swiss-army knife for multimedia streaming, notably used for netradios and webtvs"
arch=('i686' 'x86_64')
url="http://savonet.sourceforge.net/"
license=('GPL')
depends=('faad2' 'ffmpeg' 'fluidsynth' 'gavl' 'gd' 'giflib' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 'libao' 'libfdk-aac' 'liblo' 'libmad' 'libxpm' 'ocaml-camomile' 'openssl' 'sdl_image' 'sdl_ttf' 'soundtouch' 'taglib')
-makedepends=('dssi' 'frei0r-plugins' 'git' 'ladspa' 'libxml-perl' 'ocaml-gd4o' 'ocaml-ocamlsdl' 'ocaml-pcre' 'ocaml-ssl' 'ocaml-xmlm' 'ocaml-yojson' 'perl-xml-dom')
+makedepends=('camlp4' 'dssi' 'frei0r-plugins' 'git' 'ladspa' 'libxml-perl' 'ocaml-findlib' 'ocaml-gd4o' 'ocaml-ocamlsdl' 'ocaml-pcre' 'ocaml-ssl' 'ocaml-xmlm' 'ocaml-yojson' 'perl-xml-dom')
source=("$pkgname-$pkgver-full::git+https://github.com/savonet/liquidsoap-full"
PACKAGES
$pkgname.service
@@ -44,6 +44,6 @@ package() {
}
md5sums=('SKIP'
- '1005d51e97eacc4b55cb9daadb331749'
- '762d6607ff0889e34b8c874970b38bc9'
-'f9106e5c42cabc21c4c8464d9b1ad63e')
+ 'bafeb8cb204a8c3368a81778e03cfcc5'
+ '762d6607ff0889e34b8c874970b38bc9'
+ 'f9106e5c42cabc21c4c8464d9b1ad63e')