mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
audio/*: add GitHub mirror for Xiph.Org projects if available
This commit is contained in:
parent
9b04157e96
commit
a3cdf88efb
2 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
PORTNAME= libogg
|
||||
PORTVERSION= 1.3.5
|
||||
DISTVERSION= 1.3.5
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://downloads.xiph.org/releases/ogg/
|
||||
MASTER_SITES= https://downloads.xiph.org/releases/ogg/ \
|
||||
https://github.com/xiph/ogg/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Ogg bitstream library
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
PORTNAME= libvorbis
|
||||
PORTVERSION= 1.3.7
|
||||
DISTVERSION= 1.3.7
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://downloads.xiph.org/releases/vorbis/
|
||||
MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \
|
||||
https://github.com/xiph/vorbis/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Audio compression codec library
|
||||
|
|
Loading…
Add table
Reference in a new issue