mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
This commit is contained in:
parent
46ce3e7b44
commit
7ae3f48312
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428129
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= celt
|
||||
PORTVERSION= 0.11.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.us.xiph.org/releases/celt/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-ogg/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer Ogg bitstream plugin
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-vorbis/Makefile,v 1.6 2008/03/21 04:01:33 ahze Exp $
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer vorbis encoder/decoder plugin
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ices
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/${PORTNAME}/ \
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= libcanberra
|
||||
PORTVERSION= 0.30
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio devel
|
||||
MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/ \
|
||||
http://pkgs.fedoraproject.org/repo/pkgs/libcanberra/libcanberra-0.30.tar.xz/34cb7e4430afaf6f447c4ebdb9b42072/
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libogg
|
||||
PORTVERSION= 1.3.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
|
||||
@ -19,7 +19,4 @@ TEST_TARGET= check
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${LN} -s libogg.so.0 ${STAGEDIR}${PREFIX}/lib/libogg.so.8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,7 +5,6 @@ lib/libogg.a
|
||||
lib/libogg.so
|
||||
lib/libogg.so.0
|
||||
lib/libogg.so.0.8.2
|
||||
lib/libogg.so.8
|
||||
libdata/pkgconfig/ogg.pc
|
||||
share/aclocal/ogg.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fish_xiph_org.png
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= liboggz
|
||||
DISTVERSION= 1.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ \
|
||||
http://wickedmachine.net/mirror/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libvorbis
|
||||
PORTVERSION= 1.3.5
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
||||
@ -24,7 +25,5 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis
|
||||
${LN} -s libvorbis.so.0 ${STAGEDIR}${PREFIX}/lib/libvorbis.so.4
|
||||
${LN} -s libvorbisfile.so.3 ${STAGEDIR}${PREFIX}/lib/libvorbisfile.so.6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,7 +5,6 @@ lib/libvorbis.a
|
||||
lib/libvorbis.so
|
||||
lib/libvorbis.so.0
|
||||
lib/libvorbis.so.0.4.8
|
||||
lib/libvorbis.so.4
|
||||
lib/libvorbisenc.a
|
||||
lib/libvorbisenc.so
|
||||
lib/libvorbisenc.so.2
|
||||
@ -14,7 +13,6 @@ lib/libvorbisfile.a
|
||||
lib/libvorbisfile.so
|
||||
lib/libvorbisfile.so.3
|
||||
lib/libvorbisfile.so.3.3.7
|
||||
lib/libvorbisfile.so.6
|
||||
libdata/pkgconfig/vorbis.pc
|
||||
libdata/pkgconfig/vorbisenc.pc
|
||||
libdata/pkgconfig/vorbisfile.pc
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mp3blaster
|
||||
PORTVERSION= 3.2.5
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= MuSE
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://files.dyne.org/muse/sources/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= osalp
|
||||
PORTVERSION= 0.7.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-beta
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libvorbis
|
||||
PORTVERSION= 0.05
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:FOOF
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ogg
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= http://ekyo.nerim.net/software/pyogg/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vorbis
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= http://ekyo.nerim.net/software/pyogg/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vorbisgain
|
||||
PORTVERSION= 0.37
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://sjeng.org/ftp/vorbis/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= ebook2cw
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \
|
||||
LOCAL/db
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= dboxfe
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= opensonic
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/opensnc/Open%20Sonic/${PORTVERSION}
|
||||
DISTNAME= opensnc-src-${PORTVERSION}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vavoom-extras
|
||||
PORTVERSION= 1.30
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/vavoom/Resources/vmodels-doom/1.4.3:vmd \
|
||||
SF/vavoom/Resources/vmodels-heretic/1.4.3:vmhr \
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= swt
|
||||
PORTVERSION= 0.1.20
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://atoms.scilab.org/toolboxes/swt/${PORTVERSION}/files/
|
||||
PKGNAMEPREFIX= scilab-toolbox-
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/multimedia/gstreamer-plugins-theora/Makefile,v 1.4 2008/03/21 04:01:32 ahze Exp $
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
|
||||
COMMENT= Gstreamer theora plugin
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libtheora
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/theora/ \
|
||||
http://distfiles.master.finkmirrors.net/
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= recordmydesktop
|
||||
DISTVERSION= 0.3.8.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= vdr-plugin-markad
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/1041/
|
||||
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gini
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= net multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= KPackageKit
|
||||
PORTVERSION= 0.6.3.3
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= ports-mgmt sysutils kde
|
||||
MASTER_SITES= http://opendesktop.org/CONTENT/content-files/
|
||||
DISTNAME= 84745-${PORTNAME:tl}-${PORTVERSION}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Apache-MP3
|
||||
PORTVERSION= 4.00
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www audio perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= alfont
|
||||
PORTVERSION= 209
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://opensnc.sourceforge.net/alfont/mirror/ \
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:nemysis
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= desktop
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
PKGNAMEPREFIX= deforaos-
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user