Date: Sun, 5 Feb 2023 10:54:05 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1bc022becd5d - main - audio/libopenmpt: Update to 0.6.8 Message-ID: <202302051054.315As5RK096969@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=1bc022becd5d963f89ce700b8062b4c8e0454a9b commit 1bc022becd5d963f89ce700b8062b4c8e0454a9b Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-02-05 10:53:53 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-02-05 10:54:01 +0000 audio/libopenmpt: Update to 0.6.8 - Update to 0.6.8 - Register libogg dependency [1] Notified by: mfechner (via mail) --- audio/libopenmpt/Makefile | 3 ++- audio/libopenmpt/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile index 5f4905d38c92..63daa0070a4e 100644 --- a/audio/libopenmpt/Makefile +++ b/audio/libopenmpt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libopenmpt -DISTVERSION= 0.6.7 +DISTVERSION= 0.6.8 DISTVERSIONSUFFIX= +release.autotools CATEGORIES= audio MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \ @@ -36,6 +36,7 @@ OPENMPT123_DESC= Enable command line player PULSEAUDIO_DESC= Enable PulseAudio support for openmpt123 OPENMPT123_LIB_DEPENDS= libFLAC.so:audio/flac \ + libogg.so:audio/libogg \ libportaudio.so:audio/portaudio \ libsndfile.so:audio/libsndfile OPENMPT123_CONFIGURE_OFF= --disable-openmpt123 diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo index 080e90487c9c..06ae56e2c505 100644 --- a/audio/libopenmpt/distinfo +++ b/audio/libopenmpt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673247806 -SHA256 (libopenmpt-0.6.7+release.autotools.tar.gz) = 2174ac0f5a148ba684db768a47edf783eff9084fbca5fef6c997501643100163 -SIZE (libopenmpt-0.6.7+release.autotools.tar.gz) = 1556248 +TIMESTAMP = 1675589263 +SHA256 (libopenmpt-0.6.8+release.autotools.tar.gz) = 1c618b3dff1a7cb6a24f431755920fa243756268138ffa31d3db7c607c2c2d69 +SIZE (libopenmpt-0.6.8+release.autotools.tar.gz) = 1557187
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051054.315As5RK096969>