diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-08-18 04:49:07 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-08-18 04:49:07 +0800 |
commit | c98e8f151d9c85661ff2c32b829f97e4868417ba (patch) | |
tree | 6c382911b748500d008d105be333392868c711fd /audio | |
parent | fb2a9880ed304feb79699a65ba8c177bb11ee49c (diff) | |
download | freebsd-ports-gnome-c98e8f151d9c85661ff2c32b829f97e4868417ba.tar.gz freebsd-ports-gnome-c98e8f151d9c85661ff2c32b829f97e4868417ba.tar.zst freebsd-ports-gnome-c98e8f151d9c85661ff2c32b829f97e4868417ba.zip |
audio/libaudec: Update 0.2.2 -> 0.2.3
Reported by: portscout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaudec/Makefile | 4 | ||||
-rw-r--r-- | audio/libaudec/distinfo | 6 | ||||
-rw-r--r-- | audio/libaudec/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/libaudec/Makefile b/audio/libaudec/Makefile index e6834f5bfaa1..63f0f6b884aa 100644 --- a/audio/libaudec/Makefile +++ b/audio/libaudec/Makefile @@ -2,7 +2,7 @@ PORTNAME= libaudec DISTVERSIONPREFIX= v -DISTVERSION= 0.2.2 +DISTVERSION= 0.2.3 CATEGORIES= audio devel MAINTAINER= yuri@FreeBSD.org @@ -16,7 +16,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ USES= compiler:c11 meson pkgconfig USE_GITHUB= yes -GH_ACCOUNT= alex-tee +GH_ACCOUNT= zrythm USE_LDCONFIG= yes MESON_ARGS= -Dbuild-tests=false diff --git a/audio/libaudec/distinfo b/audio/libaudec/distinfo index f4bdc1de393d..d35d46161f5d 100644 --- a/audio/libaudec/distinfo +++ b/audio/libaudec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589704688 -SHA256 (alex-tee-libaudec-v0.2.2_GH0.tar.gz) = 6160724b8311133da0365d3e4e4781a9c8feeda2e32a55dc1714f48b9dbce5ad -SIZE (alex-tee-libaudec-v0.2.2_GH0.tar.gz) = 594557 +TIMESTAMP = 1597697116 +SHA256 (zrythm-libaudec-v0.2.3_GH0.tar.gz) = 6dca46e6e83bc2198374c0d02eddc9930840b1a224be035bfe16aa9368f403c6 +SIZE (zrythm-libaudec-v0.2.3_GH0.tar.gz) = 625832 diff --git a/audio/libaudec/pkg-descr b/audio/libaudec/pkg-descr index ed59a90cde3a..f2749ce36faa 100644 --- a/audio/libaudec/pkg-descr +++ b/audio/libaudec/pkg-descr @@ -2,4 +2,4 @@ libaudec (lib audio decoder) is a wrapper library over ffmpeg, sndfile and libsamplerate for reading and resampling audio files, based on Robin Gareus' audio_decoder code (https://github.com/x42/silan/tree/master/audio_decoder). -WWW: https://github.com/alex-tee/libaudec +WWW: https://github.com/zrythm/libaudec |