Skip to content

Commit

Permalink
audio/libtremor: Unbreak, deprecate and set expiration date to 2023-0…
Browse files Browse the repository at this point in the history
…9-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.
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jun 24, 2023
1 parent bbb1a2d commit 1965c3f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
18 changes: 13 additions & 5 deletions 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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 1965c3f

Please sign in to comment.