diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-14 03:29:46 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-14 03:29:46 +0800 | 
| commit | 9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b (patch) | |
| tree | 80eb62e30723c73e8342a0dd28f97a7fa3b100aa | |
| parent | 2c5c9b29a693c59bc31a65a2d930f10dde6248e9 (diff) | |
| download | marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.tar.gz marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.tar.zst marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.zip  | |
chase shlib dump and new location in the tree of libtheora
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3427 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | graphics/gstreamer-plugins-theora/Makefile | 1 | ||||
| -rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 5 | ||||
| -rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 5 | 
3 files changed, 7 insertions, 4 deletions
diff --git a/graphics/gstreamer-plugins-theora/Makefile b/graphics/gstreamer-plugins-theora/Makefile index 889e516b4..231812381 100644 --- a/graphics/gstreamer-plugins-theora/Makefile +++ b/graphics/gstreamer-plugins-theora/Makefile @@ -6,6 +6,7 @@  #  CATEGORIES=	graphics +PORTREVISION=	1  GST_PLUGIN=	theora diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index c40d8b09b..16d9df3e3 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -276,12 +276,13 @@ LIB_DEPENDS+=	fame-0.9.1:${PORTSDIR}/multimedia/libfame  # libmms  .if ${GST_PLUGIN}=="libmng"  LIB_DEPENDS+=   mms.0:${PORTSDIR}/multimedia/libmms +PLIST_FILES=	${GST_LIB_DIR}/libgstmms.so  .endif  # libmng  .if ${GST_PLUGIN}=="libmng"  LIB_DEPENDS+=	mng.1:${PORTSDIR}/graphics/libmng -#PLIST_FILES=    ${GST_LIB_DIR}/libgstmng.so +PLIST_FILES=    ${GST_LIB_DIR}/libgstmng.so  .endif  # mikmod @@ -323,7 +324,7 @@ LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile  # theora  .if ${GST_PLUGIN}=="theora" -LIB_DEPENDS+=	theora.0:${PORTSDIR}/graphics/libtheora +LIB_DEPENDS+=	theora.1:${PORTSDIR}/multimedia/libtheora  .endif  # mad diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index c40d8b09b..16d9df3e3 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -276,12 +276,13 @@ LIB_DEPENDS+=	fame-0.9.1:${PORTSDIR}/multimedia/libfame  # libmms  .if ${GST_PLUGIN}=="libmng"  LIB_DEPENDS+=   mms.0:${PORTSDIR}/multimedia/libmms +PLIST_FILES=	${GST_LIB_DIR}/libgstmms.so  .endif  # libmng  .if ${GST_PLUGIN}=="libmng"  LIB_DEPENDS+=	mng.1:${PORTSDIR}/graphics/libmng -#PLIST_FILES=    ${GST_LIB_DIR}/libgstmng.so +PLIST_FILES=    ${GST_LIB_DIR}/libgstmng.so  .endif  # mikmod @@ -323,7 +324,7 @@ LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile  # theora  .if ${GST_PLUGIN}=="theora" -LIB_DEPENDS+=	theora.0:${PORTSDIR}/graphics/libtheora +LIB_DEPENDS+=	theora.1:${PORTSDIR}/multimedia/libtheora  .endif  # mad  | 
