ports/contrib (3.4): libshout: 2.3.1 -> 2.4.2
commit 29367235a297544cd944d66819c05032c270664c Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed May 29 00:23:50 2019 +1000 libshout: 2.3.1 -> 2.4.2 diff --git a/libshout/.footprint b/libshout/.footprint index 758d33b4..d92c7908 100644 --- a/libshout/.footprint +++ b/libshout/.footprint @@ -3,6 +3,9 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/shout/ -rw-r--r-- root/root usr/include/shout/shout.h drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/ckport/ +drwxr-xr-x root/root usr/lib/ckport/db/ +-rw-r--r-- root/root usr/lib/ckport/db/libshout.ckport -rw-r--r-- root/root usr/lib/libshout.a -rwxr-xr-x root/root usr/lib/libshout.la lrwxrwxrwx root/root usr/lib/libshout.so -> libshout.so.3.2.0 diff --git a/libshout/.signature b/libshout/.signature index 7357e95f..42e0dc72 100644 --- a/libshout/.signature +++ b/libshout/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/xf5A1BUIz6d0lP40DxCwA399sedO/ZuybqWW642pn+7i+bhrmxPxzCkgUHcTMnM3eo2lbCOiqcpb9f8WwKKg4= -SHA256 (Pkgfile) = 4d0a0795db3c76ec9f325bd355de00d5c51c216971c38063f2002a87924178a0 -SHA256 (.footprint) = 9be6e58c432dea26467d1112a7926c3b611fe5fff6c0f6f6893ca6432feb1450 -SHA256 (libshout-2.3.1.tar.gz) = cf3c5f6b4a5e3fcfbe09fb7024aa88ad4099a9945f7cb037ec06bcee7a23926e +RWSagIOpLGJF391j3eOTUjuboSPxSNwA7+0MCl9pvTjoxOyrvdD19ah1oX0ggGzW+w44QX2kvEKncQTeLL8rLOha0o1vR8L5OQo= +SHA256 (Pkgfile) = 92fef6b9048b83100bee9f7f5aff76d1481a112044008bd621d5ba00702fbcf5 +SHA256 (.footprint) = 8a13af6b11d139f8392db54d91744aedd55dfe4d8e3d8dcc73c0837ca861a137 +SHA256 (libshout-2.4.2.tar.gz) = d51ba4003ca2b81669d37430beaa584e868fe46f46b7a6fef0d25c717156fc61 diff --git a/libshout/Pkgfile b/libshout/Pkgfile index 32b122ed..72a44edd 100644 --- a/libshout/Pkgfile +++ b/libshout/Pkgfile @@ -1,20 +1,19 @@ # Description: Library for communicating with an icecast server. # URL: http://www.icecast.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Han Boetes, han at mijncomputer dot nl -# Depends on: libvorbis +# Depends on: libtheora openssl speex name=libshout -version=2.3.1 +version=2.4.2 release=1 -source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz) +source=(https://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-nls + sed -e 's/SSLeay_add_all_algorithms/OpenSSL_add_all_algorithms/g' -i src/tls.c + + ./configure --prefix=/usr make make install DESTDIR=$PKG
participants (1)
-
crux@crux.nu