Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2023 16:38:11 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1965c3fbe812 - main - audio/libtremor: Unbreak, deprecate and set expiration date to 2023-09-30
Message-ID:  <202306241638.35OGcBpQ060274@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1965c3fbe81295290678c640fb2e19f1d688d66f

commit 1965c3fbe81295290678c640fb2e19f1d688d66f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-06-24 16:24:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-06-24 16:24:35 +0000

    audio/libtremor: Unbreak, deprecate and set expiration date to 2023-09-30
    
    We only support hardware with a fpu and libraries that do use float
    instructions perform better. Last active developent occurred over 10
    years ago.
---
 audio/libtremor/Makefile | 18 +++++++++++++-----
 audio/libtremor/distinfo |  6 +++---
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile
index 393b5756cabf..503fa01c8537 100644
--- a/audio/libtremor/Makefile
+++ b/audio/libtremor/Makefile
@@ -1,21 +1,29 @@
 PORTNAME=	libtremor
-PORTVERSION=	1.2.1.s20180316
+PORTVERSION=	1.2.1.s20180319
 CATEGORIES=	audio
-MASTER_SITES=	http://git.xiph.org/?p=tremor.git;a=snapshot;sf=tgz;h=${GIT_COMMIT};/
-DISTNAME=	${PORTNAME:S/lib//}-${GIT_COMMIT}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Integer-only fully Ogg Vorbis compliant decoder library
 WWW=		https://xiph.org/vorbis/
 
+DEPRECATED=	Obsolete, we only support hardware with a fpu and other decoding libraries offer better performance 
+EXPIRATION_DATE=2023-09-30
+
 LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libogg.so:audio/libogg
 
-GIT_COMMIT=	562307a
 USES=		autoreconf libtool pathfix pkgconfig
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+
+USE_GITLAB=	yes
+GL_SITE=	https://gitlab.xiph.org
+GL_ACCOUNT=	xiph
+GL_PROJECT=	tremor
+GL_COMMIT=	7c30a66346199f3f09017a09567c6c8a3a0eedc8
+
+GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>
diff --git a/audio/libtremor/distinfo b/audio/libtremor/distinfo
index 94ef1f0af83e..909d89126080 100644
--- a/audio/libtremor/distinfo
+++ b/audio/libtremor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521177351
-SHA256 (tremor-562307a.tar.gz) = b2d728b7ec3ac180ec003744f4df1ca13b024875477633d6e8357c4be1aea4ce
-SIZE (tremor-562307a.tar.gz) = 148875
+TIMESTAMP = 1687532740
+SHA256 (xiph-tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8_GL0.tar.gz) = 1b1bc4998c3af606abaa2ac90d6f63a28d4969abab35f6d098b35e9089962bcd
+SIZE (xiph-tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8_GL0.tar.gz) = 149017



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306241638.35OGcBpQ060274>