| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10463 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3758 df743ca5-7f9a-e211-a948-0013205c9059
|
|
This is gstreamer-plugins with each plugin in its own separate port.
Includes bsd.gstreamer.mk so ports can use the following examples
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS)
USE_GSTREAMER+= vorbis
.endif
or
USE_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif
USE_GSTREAMER=yes will always install multimedia/gstreamer-plugins
WITH_GSTREAMER=yes will only include bsd.gstreamer.mk for use after bsd.port.pre.mk
Approved by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3061 df743ca5-7f9a-e211-a948-0013205c9059
|