svn commit: r395232 - head/audio/libtremor
Jan Beich
jbeich at FreeBSD.org
Tue Aug 25 10:05:14 UTC 2015
Author: jbeich
Date: Tue Aug 25 10:05:12 2015
New Revision: 395232
URL: https://svnweb.freebsd.org/changeset/ports/395232
Log:
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
Modified:
head/audio/libtremor/Makefile
head/audio/libtremor/distinfo
head/audio/libtremor/pkg-plist
Modified: head/audio/libtremor/Makefile
==============================================================================
--- head/audio/libtremor/Makefile Tue Aug 25 10:03:08 2015 (r395231)
+++ head/audio/libtremor/Makefile Tue Aug 25 10:05:12 2015 (r395232)
@@ -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 at 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
Modified: head/audio/libtremor/distinfo
==============================================================================
--- head/audio/libtremor/distinfo Tue Aug 25 10:03:08 2015 (r395231)
+++ head/audio/libtremor/distinfo Tue Aug 25 10:05:12 2015 (r395232)
@@ -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
Modified: head/audio/libtremor/pkg-plist
==============================================================================
--- head/audio/libtremor/pkg-plist Tue Aug 25 10:03:08 2015 (r395231)
+++ head/audio/libtremor/pkg-plist Tue Aug 25 10:05:12 2015 (r395232)
@@ -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
More information about the svn-ports-all
mailing list