diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-22 11:46:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-22 11:46:50 +0800 |
commit | dd17ff0ef5293528284956b89d0fdde5e40d3136 (patch) | |
tree | 04d1c6d03e9c24046c136273ccd3decdf9105357 /multimedia/gstreamer-plugins80 | |
parent | 0e1c3de9bed275a8b9f7588ac08789301fab4c30 (diff) | |
download | marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.gz marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.bz2 marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.lz marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.xz marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.zst marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.zip |
Repocopy gstreamer-plugins-polypaudio80 to gstreamer-plugins-polyp80 as the
latter is what gstreamer calls the Polyp Audio plug-in. This effectively
fixes the linking of this plug-in.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6099 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index e9182feb2..37db3b0ff 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -461,8 +461,8 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ ${GST_LIB_DIR}/libgstsnapshot.so .endif -# polypaudio -.if ${GST_PLUGIN}=="polypaudio" +# poly +.if ${GST_PLUGIN}=="polyp" LIB_DEPENDS+= polyp-0.7.0:${PORTSDIR}/audio/polypaudio PLIST_FILES= ${GST_LIB_DIR}/libpolypaudio.so \ ${GST_LIB_DIR}/libgstpng.a \ |