diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-06 10:02:28 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-06 10:02:28 +0800 |
commit | 338925e47edb14e98c5bb91d4056b3c1a1c712c0 (patch) | |
tree | 418d8245343d861974c22f081134528a7aab5d55 /multimedia | |
parent | 6f0ab7bf8e04b02d2b7d80229541882dc53060ef (diff) | |
download | freebsd-ports-gnome-338925e47edb14e98c5bb91d4056b3c1a1c712c0.tar.gz freebsd-ports-gnome-338925e47edb14e98c5bb91d4056b3c1a1c712c0.tar.zst freebsd-ports-gnome-338925e47edb14e98c5bb91d4056b3c1a1c712c0.zip |
Remove the httpsrc plug-in. It is no longer supported.
Reported by: Piotr Smyrak <piotr.smyrak@heron.pl>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 13 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 13 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/pkg-plist | 1 |
4 files changed, 0 insertions, 28 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 766898c4fe77..0de07fab4d95 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -467,15 +467,6 @@ LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes PLIST_SUB+= HERMES="" .endif -# http -.ifndef(WITH_HTTP) -CONFIGURE_ARGS+= --disable-http -PLIST_SUB+= HTTP="@comment " -.else -USE_GNOME+= libghttp -PLIST_SUB+= HTTP="" -.endif - # jpeg .ifndef(WITH_JPEG) CONFIGURE_ARGS+= --disable-jpeg @@ -847,10 +838,6 @@ pre-everything:: @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_HERMES to enable Hermes colorspace plugin' .endif -.ifndef(WITH_HTTP) - @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> Define WITH_HTTP to enable http Network plugin' -.endif .ifndef(WITH_JPEG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_JPEG to enable jpeg Video plugin' diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index e35f5c93b0ad..407e49e05e51 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -77,7 +77,6 @@ lib/gstreamer-%%VERSION%%/libgstgamma.so lib/gstreamer-%%VERSION%%/libgstgoom.so %%GSM%%lib/gstreamer-%%VERSION%%/libgstgsm.so %%HERMES%%lib/gstreamer-%%VERSION%%/libgsthermescolorspace.so -%%HTTP%%lib/gstreamer-%%VERSION%%/libgsthttpsrc.so lib/gstreamer-%%VERSION%%/libgstidct.so lib/gstreamer-%%VERSION%%/libgstinterleave.so %%IVORBIS%%lib/gstreamer-%%VERSION%%/libgstivorbis.so diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 766898c4fe77..0de07fab4d95 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -467,15 +467,6 @@ LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes PLIST_SUB+= HERMES="" .endif -# http -.ifndef(WITH_HTTP) -CONFIGURE_ARGS+= --disable-http -PLIST_SUB+= HTTP="@comment " -.else -USE_GNOME+= libghttp -PLIST_SUB+= HTTP="" -.endif - # jpeg .ifndef(WITH_JPEG) CONFIGURE_ARGS+= --disable-jpeg @@ -847,10 +838,6 @@ pre-everything:: @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_HERMES to enable Hermes colorspace plugin' .endif -.ifndef(WITH_HTTP) - @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> Define WITH_HTTP to enable http Network plugin' -.endif .ifndef(WITH_JPEG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_JPEG to enable jpeg Video plugin' diff --git a/multimedia/gstreamer-plugins80/pkg-plist b/multimedia/gstreamer-plugins80/pkg-plist index e35f5c93b0ad..407e49e05e51 100644 --- a/multimedia/gstreamer-plugins80/pkg-plist +++ b/multimedia/gstreamer-plugins80/pkg-plist @@ -77,7 +77,6 @@ lib/gstreamer-%%VERSION%%/libgstgamma.so lib/gstreamer-%%VERSION%%/libgstgoom.so %%GSM%%lib/gstreamer-%%VERSION%%/libgstgsm.so %%HERMES%%lib/gstreamer-%%VERSION%%/libgsthermescolorspace.so -%%HTTP%%lib/gstreamer-%%VERSION%%/libgsthttpsrc.so lib/gstreamer-%%VERSION%%/libgstidct.so lib/gstreamer-%%VERSION%%/libgstinterleave.so %%IVORBIS%%lib/gstreamer-%%VERSION%%/libgstivorbis.so |