summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/faad2/DETAILS5
-rw-r--r--audio-libs/faad2/HISTORY6
-rwxr-xr-xaudio-libs/faad2/PRE_BUILD8
-rwxr-xr-xaudio-libs/faad2/UP_TRIGGERS17
-rw-r--r--audio-libs/faad2/libmp4ff.patch25
-rw-r--r--audio-libs/faad2/man.patch9
-rwxr-xr-xaudio-libs/libdiscid/DETAILS4
-rw-r--r--audio-libs/libdiscid/HISTORY3
-rwxr-xr-xaudio-libs/liblo/DETAILS10
-rw-r--r--audio-libs/liblo/HISTORY3
-rwxr-xr-xaudio-libs/openal-soft/BUILD1
-rwxr-xr-xaudio-libs/openal-soft/DETAILS8
-rw-r--r--audio-libs/openal-soft/HISTORY6
-rwxr-xr-xaudio-libs/sbc/DETAILS4
-rw-r--r--audio-libs/sbc/HISTORY3
15 files changed, 39 insertions, 73 deletions
diff --git a/audio-libs/faad2/DETAILS b/audio-libs/faad2/DETAILS
index 70633120ba..9378edb49d 100755
--- a/audio-libs/faad2/DETAILS
+++ b/audio-libs/faad2/DETAILS
@@ -8,9 +8,8 @@ if [ "$FAAD2_BRANCH" = "scm" ]; then
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
- VERSION=2.7
- PATCHLEVEL=1
- SOURCE_HASH=sha512:8135370497dfcfee09094a03a4a9545ebc58b9e532b89c5d6e5037042549e12ddb75f8903aa05866afac9fa28df96320f1ed2eebffc0660578e54392a51c1161
+ VERSION=2.8.0
+ SOURCE_HASH=sha512:a12a4f734d396f7e574bdd1d33f01592c635710d90ff91208ec1e75a62ead72ce22ba0194da50bc44ffa6ddb87955a1ba4ec8e4106e65de322bfe981478fb014
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/faac/$SOURCE
diff --git a/audio-libs/faad2/HISTORY b/audio-libs/faad2/HISTORY
index 05a6873ef2..e89bf9e5fe 100644
--- a/audio-libs/faad2/HISTORY
+++ b/audio-libs/faad2/HISTORY
@@ -1,3 +1,9 @@
+2019-01-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.8.0
+ * PRE_BUILD: clean
+ * *.patch: deleted
+ * UP_TRIGGERS: deleted
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/audio-libs/faad2/PRE_BUILD b/audio-libs/faad2/PRE_BUILD
index ab5e782152..0e93d06ae6 100755
--- a/audio-libs/faad2/PRE_BUILD
+++ b/audio-libs/faad2/PRE_BUILD
@@ -1,9 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-
-patch -p0 < "$SPELL_DIRECTORY/man.patch" &&
-patch -p0 < "$SPELL_DIRECTORY/libmp4ff.patch" &&
-
-sedit 's/^AC_PROG_CPP$/AC_PROG_CXX/' configure.in &&
-sedit 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in &&
+#sedit 's/^AC_PROG_CPP$/AC_PROG_CXX/' configure.in &&
+#sedit 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in &&
/bin/sh ./bootstrap
diff --git a/audio-libs/faad2/UP_TRIGGERS b/audio-libs/faad2/UP_TRIGGERS
deleted file mode 100755
index fbb6c39d92..0000000000
--- a/audio-libs/faad2/UP_TRIGGERS
+++ /dev/null
@@ -1,17 +0,0 @@
-# up_trigger stuff using old faad api
-
-local OLD_SPELL_VERSION=""
-if spell_ok $SPELL; then
- OLD_SPELL_VERSION="$(installed_version $SPELL)"
- if [[ $OLD_SPELL_VERSION != $VERSION ]]; then
- [[ $VERSION == 2.6.1 ]] || [[ $VERSION == 2.7 ]] || return
- message "This is a possibly incompatible update of faad2..."
- message "Figuring out what spells need to be recast, this may take a while."
- for each in $(show_up_depends $SPELL 1); do
- if gaze install $each | xargs readelf -a 2> /dev/null |
- grep -q "faacDec\|libfaad.so.0"; then
- up_trigger $each cast_self
- fi
- done
- fi
-fi
diff --git a/audio-libs/faad2/libmp4ff.patch b/audio-libs/faad2/libmp4ff.patch
deleted file mode 100644
index 4a3f7d5561..0000000000
--- a/audio-libs/faad2/libmp4ff.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- common/mp4ff/Makefile.am.orig
-+++ common/mp4ff/Makefile.am
-@@ -1,7 +1,8 @@
--lib_LIBRARIES = libmp4ff.a
-+lib_LTLIBRARIES = libmp4ff.la
- include_HEADERS = mp4ff.h mp4ffint.h
-
--libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
-+AM_CFLAGS = -DUSE_TAGGING=1
-
--libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
-+libmp4ff_la_LDFLAGS = -version-info 0:0:0
-+libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
- mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
---- frontend/Makefile.am.orig
-+++ frontend/Makefile.am
-@@ -5,7 +5,7 @@
- -I$(top_srcdir)/common/mp4ff
-
- faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
-- $(top_builddir)/common/mp4ff/libmp4ff.a
-+ $(top_builddir)/common/mp4ff/libmp4ff.la
-
- faad_SOURCES = main.c \
- audio.c audio.h \
diff --git a/audio-libs/faad2/man.patch b/audio-libs/faad2/man.patch
deleted file mode 100644
index e1d5c5382c..0000000000
--- a/audio-libs/faad2/man.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- frontend/Makefile.am.orig
-+++ frontend/Makefile.am
-@@ -1,5 +1,5 @@
- bin_PROGRAMS = faad
--man_MANS = faad.man
-+man1_MANS = faad.man
-
- INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
- -I$(top_srcdir)/common/mp4ff
diff --git a/audio-libs/libdiscid/DETAILS b/audio-libs/libdiscid/DETAILS
index a88477990b..8032f93fca 100755
--- a/audio-libs/libdiscid/DETAILS
+++ b/audio-libs/libdiscid/DETAILS
@@ -1,6 +1,6 @@
SPELL=libdiscid
- VERSION=0.5.2
- SOURCE_HASH=sha512:9c2898f347c5cf6de27bec4b77efa4812df49d73338eb19d7a8dbbfb82e91cc12a5bf992b2bbb1ec2f63da1f6c534540d643f76219aa9cbe13d7f39edec34c42
+ VERSION=0.6.2
+ SOURCE_HASH=sha512:7ce9bb589f64644ef44400620bd3e65a329e52c5698b44c3dc1569fb143d9af15d540b95fbdce1b87db0263e2ff55c81133213ed1708cdb25af1b38a46c4e1ac
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/audio-libs/libdiscid/HISTORY b/audio-libs/libdiscid/HISTORY
index 4b82a26842..93e36a1dac 100644
--- a/audio-libs/libdiscid/HISTORY
+++ b/audio-libs/libdiscid/HISTORY
@@ -1,3 +1,6 @@
+2019-01-15 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.6.2
+
2013-08-10 Treeve Jelbert <treeve@sourcemage.org>
* version 0.5.2
diff --git a/audio-libs/liblo/DETAILS b/audio-libs/liblo/DETAILS
index 3e55a39e61..90526e1773 100755
--- a/audio-libs/liblo/DETAILS
+++ b/audio-libs/liblo/DETAILS
@@ -1,16 +1,16 @@
SPELL=liblo
- VERSION=0.28
+ VERSION=0.29
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
- SOURCE_HASH=sha512:05818218d2d6a7042714b8fa905e7242fb9707795ad53ea27b2a1af3661f0822d25585ce17d286aa269c534ef24e19e377e041bf7fe194c8e47c0046fefcb85f
+ SOURCE_HASH=sha512:11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://liblo.sourceforge.net/
+ WEB_SITE=https://sourceforge.net/projects/liblo
+ SOURCE_URL[0]=$WEB_SITE/files/${SPELL}/${VERSION}/${SOURCE}
ENTERED=20070723
LICENSE[0]=GPL
SHORT="lightweight OSC implementation"
cat << EOF
Liblo is a lightweight library that provides an easy to use implementation of
-the OSC protocol (see http://www.cnmat.berkeley.edu/OpenSoundControl/ for
+the OSC protocol (see https://www.cnmat.berkeley.edu/OpenSoundControl/ for
details). Liblo is portable to most UNIX systems (including OSX) and Windows.
It is released under the GNU General Public Licence.
EOF
diff --git a/audio-libs/liblo/HISTORY b/audio-libs/liblo/HISTORY
index b0404c6304..edec352252 100644
--- a/audio-libs/liblo/HISTORY
+++ b/audio-libs/liblo/HISTORY
@@ -1,3 +1,6 @@
+2019-01-14 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.29
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/audio-libs/openal-soft/BUILD b/audio-libs/openal-soft/BUILD
index e013b8d866..ca0a4875dc 100755
--- a/audio-libs/openal-soft/BUILD
+++ b/audio-libs/openal-soft/BUILD
@@ -1 +1,2 @@
+OPTS+=" -DALSOFT_EXAMPLES=0 -DALSOFT_TESTS=0"
cmake_build
diff --git a/audio-libs/openal-soft/DETAILS b/audio-libs/openal-soft/DETAILS
index 7f5149dd62..832175bc66 100755
--- a/audio-libs/openal-soft/DETAILS
+++ b/audio-libs/openal-soft/DETAILS
@@ -1,10 +1,10 @@
SPELL=openal-soft
- VERSION=1.19.0
- SOURCE_HASH=sha512:5fb8f54f271b36970f29335952173300dde15a798b4ac60e8167143b5806ed3178cc4f400e1d8da4354c2c3f57f28c90064e61740264b70d7c605d7d1b4273b3
+ VERSION=1.19.1
+ SOURCE_HASH=sha512:356a3f12bbe284bfac71f4f2a9f83d084083a832012222e73743042ac27812cf051c12b0ddcf53c010ff77e44ae2e9033cea9b9324d316a22a59a154307a64a4
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://kcat.strangesoft.net/openal-releases/${SOURCE}
+ SOURCE_URL[0]=https://kcat.strangesoft.net/openal-releases/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://kcat.strangesoft.net/openal.html"
+ WEB_SITE="https://kcat.strangesoft.net/openal.html"
LICENSE[0]=LGPL
ENTERED=20090421
SHORT="software implementation of the OpenAL 3D audio API."
diff --git a/audio-libs/openal-soft/HISTORY b/audio-libs/openal-soft/HISTORY
index 65736d3486..ab1648ccea 100644
--- a/audio-libs/openal-soft/HISTORY
+++ b/audio-libs/openal-soft/HISTORY
@@ -1,3 +1,9 @@
+2019-02-14 Treeve Jelbert <treeve@sourcemage.org>
+ * BUILD: dsiable examples, break build in some cases
+
+2019-02-12 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.19.1
+
2018-09-07 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 1.19.0
diff --git a/audio-libs/sbc/DETAILS b/audio-libs/sbc/DETAILS
index c0af3c2d0b..6ed3565dcb 100755
--- a/audio-libs/sbc/DETAILS
+++ b/audio-libs/sbc/DETAILS
@@ -1,5 +1,5 @@
SPELL=sbc
- VERSION=1.3
+ VERSION=1.4
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE2=$SPELL-$VERSION.tar.sign
SOURCE2_IGNORE=signature
@@ -7,7 +7,7 @@
SOURCE_URL[0]=$KERNEL_URL/pub/linux/bluetooth/${SOURCE}
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/bluetooth/${SOURCE2}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.bluez.org/"
+ WEB_SITE="https://www.bluez.org/"
LICENSE[0]="GPLv2"
ENTERED=20130209
SHORT="Bluetooth Subband Codec (SBC) library"
diff --git a/audio-libs/sbc/HISTORY b/audio-libs/sbc/HISTORY
index 93791c740d..af5a01845f 100644
--- a/audio-libs/sbc/HISTORY
+++ b/audio-libs/sbc/HISTORY
@@ -1,3 +1,6 @@
+2019-01-22 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.4
+
2015-01-17 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 1.3