diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
commit | fc6f8996911202c6df18b1ee15a9cb205ba4ea49 (patch) | |
tree | 539cb57de0e25c0fcfd062eb36d849e1f96fdb90 /audio/gstreamer-plugins-flac | |
parent | e736f59941a3e760ba36b76c2472497f04a3d7da (diff) |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476
Notes
Notes:
svn path=/head/; revision=210771
Diffstat (limited to 'audio/gstreamer-plugins-flac')
-rw-r--r-- | audio/gstreamer-plugins-flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstreamer-plugins-flac/Makefile b/audio/gstreamer-plugins-flac/Makefile index df14bc479bfa..219c31751a08 100644 --- a/audio/gstreamer-plugins-flac/Makefile +++ b/audio/gstreamer-plugins-flac/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/audio/gstreamer-plugins-flac/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio COMMENT= Gstreamer free lossless audio encoder/decoder plugin |