- fix WANTLIB - fix gconf subpackage: install schemas in correct place - set audio output to oss by default so that sound works out-of-the-box
11 lines
684 B
Plaintext
11 lines
684 B
Plaintext
@comment $OpenBSD: PLIST-gconf,v 1.2 2007/10/14 11:12:54 ajacoutot Exp $
|
|
lib/gstreamer-${VERSION}/libgstautodetect.la
|
|
lib/gstreamer-${VERSION}/libgstautodetect.so
|
|
lib/gstreamer-${VERSION}/libgstgconfelements.la
|
|
lib/gstreamer-${VERSION}/libgstgconfelements.so
|
|
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/gst-plugins/*.schemas > /dev/null
|
|
share/schemas/
|
|
share/schemas/gst-plugins/
|
|
share/schemas/gst-plugins/gstreamer-${VERSION}.schemas
|
|
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gst-plugins/*.schemas > /dev/null
|