mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
audio/libtremor: update to 1.2.1.s20150105
Changes: https://git.xiph.org/?p=tremor.git;a=shortlog;h=b56ffc MFH: 2015Q3 Security: http://www.vuxml.org/freebsd/3dac84c9-bce1-4199-9784-d68af1eb7b2e.html Security: http://www.vuxml.org/freebsd/40497e81-fee3-4e54-9d5f-175a5c633b73.html
This commit is contained in:
parent
c7c32639cc
commit
43b18e6328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395232
@ -2,18 +2,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libtremor
|
||||
PORTVERSION= 1.2.0.s20040213
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.2.1.s20150105
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/
|
||||
DISTNAME= tremor_snapshot_${SNAP_DATE}
|
||||
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
|
||||
|
||||
SNAP_DATE= 02132004
|
||||
WRKSRC= ${WRKDIR}/Tremor
|
||||
USES= autoreconf libtool tar:tgz
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
||||
|
||||
GIT_COMMIT= b56ffc
|
||||
USES= autoreconf libtool pathfix pkgconfig
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tremor_snapshot_02132004.tgz) = 142e015b684ef9774f2b57d06c3730ba3d6dcbd90c3c11325039c2722f2460cc
|
||||
SIZE (tremor_snapshot_02132004.tgz) = 151996
|
||||
SHA256 (tremor-b56ffc.tar.gz) = 50040fc477eaa592aebc1e4edba201f70b89fa42199a4d73826bd690219e6fd2
|
||||
SIZE (tremor-b56ffc.tar.gz) = 148838
|
||||
|
@ -1,9 +1,8 @@
|
||||
include/tremor/config_types.h
|
||||
include/tremor/ivorbiscodec.h
|
||||
include/tremor/ivorbisfile.h
|
||||
include/tremor/ogg.h
|
||||
include/tremor/os_types.h
|
||||
lib/libvorbisidec.a
|
||||
lib/libvorbisidec.so
|
||||
lib/libvorbisidec.so.1
|
||||
lib/libvorbisidec.so.1.0.2
|
||||
lib/libvorbisidec.so.1.0.3
|
||||
libdata/pkgconfig/vorbisidec.pc
|
||||
|
Loading…
Reference in New Issue
Block a user