Disable sound by default so that this program would work out-of-the-box.

This commit is contained in:
ajacoutot 2009-09-22 12:11:02 +00:00
parent 54b4112cb8
commit c0ddfe35c3
2 changed files with 19 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2009/04/26 11:01:04 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2009/09/22 12:11:02 ajacoutot Exp $
COMMENT= GTK frontend to recorMyDesktop
V= 0.3.8
DISTNAME= gtk-recordmydesktop-$V
PKGNAME= recordmydesktop-gtk-$V
DISTNAME= gtk-recordmydesktop-${V}
PKGNAME= recordmydesktop-gtk-${V}p0
BUILD_DEPENDS= ::x11/py-gtk2
RUN_DEPENDS= ::devel/desktop-file-utils \

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-src_rmdConfig_py_in,v 1.1 2009/09/22 12:11:02 ajacoutot Exp $
Disable sound by default as it requires configuration and will not
work out-of-the-box.
--- src/rmdConfig.py.in.orig Tue Sep 22 14:08:30 2009
+++ src/rmdConfig.py.in Tue Sep 22 14:08:40 2009
@@ -8,7 +8,7 @@ locale_install_dir=os.path.join('@DATADIR@'.replace("$
default_values=[15, #framerate
0, #cursor
- True, #sound
+ False, #sound
1, #full shots,0 on 1 off
os.path.join(os.getenv('HOME'),'out.ogv'), #filename
[-1,-1,-1,-1], #recording area(<0 means auto)