diff options
author | nork <nork@FreeBSD.org> | 2005-01-03 02:44:12 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-01-03 02:44:12 +0800 |
commit | df0faba497e91f7f297b7332dde8b705e80b83c9 (patch) | |
tree | 24b1497436fb3bcf56572c2b5fed46b7318989d8 | |
parent | bebef938a1827b99e3701cfe9b1fcca3b64f0018 (diff) | |
download | freebsd-ports-gnome-df0faba497e91f7f297b7332dde8b705e80b83c9.tar.gz freebsd-ports-gnome-df0faba497e91f7f297b7332dde8b705e80b83c9.tar.zst freebsd-ports-gnome-df0faba497e91f7f297b7332dde8b705e80b83c9.zip |
o Fix problem of building ports depending on liveMedia. [1]
o Resurrect MASTER_SITE_LOCAL for ports freeze.
Submitted by: bms [1]
Approved by: portmgr (krion)
-rw-r--r-- | net/liveMedia/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 6a335b75a565..398cc9e6f1e0 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -7,11 +7,12 @@ PORTNAME= liveMedia PORTVERSION= 2004.12.29 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ -#MASTER_SITES+= ${MASTER_SITE_LOCAL} -#MASTER_SITE_SUBDIR= nork +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork DISTNAME= live.${PORTVERSION} MAINTAINER= nork@FreeBSD.org @@ -66,6 +67,7 @@ liveMedia= \ liveMedia/include/AMRAudioRTPSink.hh \ liveMedia/include/AMRAudioRTPSource.hh \ liveMedia/include/AMRAudioSource.hh \ + liveMedia/include/AVIFileSink.hh \ liveMedia/include/AudioInputDevice.hh \ liveMedia/include/AudioRTPSink.hh \ liveMedia/include/BasicUDPSink.hh \ @@ -131,6 +133,7 @@ liveMedia= \ liveMedia/include/MultiFramedRTPSink.hh \ liveMedia/include/MultiFramedRTPSource.hh \ liveMedia/include/OnDemandServerMediaSubsession.hh \ + liveMedia/include/OutputFile.hh \ liveMedia/include/PassiveServerMediaSubsession.hh \ liveMedia/include/PrioritizedRTPStreamSelector.hh \ liveMedia/include/QCELPAudioRTPSource.hh \ |