Commit Graph

16 Commits

Author SHA1 Message Date
ajacoutot
cdff106084 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00
ajacoutot
9bd8840f08 Remove jack support as it is useless for this applications (and never
really worked.

ok jasper@
2009-12-08 21:48:09 +00:00
ajacoutot
c0ddfe35c3 Disable sound by default so that this program would work out-of-the-box. 2009-09-22 12:11:02 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
jasper
a4144acbf5 - fix potential 64-bit issue due to missing header 2009-04-28 21:02:03 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
ajacoutot
4bb5844ed2 - really enable JACK support for audio recording ; tweak MESSAGE accordingly
"go ahead" jasper@
2009-04-20 15:30:40 +00:00
jasper
4d2b2f85a4 - update recordmydesktop(-gtk) to their 0.3.8.x versions 2009-04-14 18:43:39 +00:00
naddy
fb023d83f7 bump for python dependency change 2009-03-28 18:12:49 +00:00
ajacoutot
21f540029a - MODPY_BIN is already in default SUBST_VARS with the lang/python MODULE 2008-10-28 09:28:24 +00:00
ajacoutot
1b63aeb73c - unfuck shebang 2008-10-14 07:36:00 +00:00
ajacoutot
4fcbcdc65b - enable jack support
- add patch from kevlo@FreeBSD to suppress warnings

ok jasper@
2008-10-12 11:58:22 +00:00
ajacoutot
3333addc82 - tweak desktop file to get a better name in the menu (from jasper@)
- use SUBST_CMD

ok jasper@
2008-10-06 10:54:00 +00:00
sthen
67ffc6eb54 configure tries to detect isnan() as a function in libm to work out
whether it should include it. isnan is now a macro so this fails.

upstream configure.ac _should_ be rewritten to use pkg-config but,
for the sake of expediency, workaround by adding to LDFLAGS for
now, as was already done to fix the libvorbis test. fixes the build.

ok naddy@
2008-07-28 22:47:30 +00:00
jasper
dff5d0c919 - add rcs id
spotted by frogger^WWajacoutot@
2008-07-04 21:42:06 +00:00
jasper
52c07b36c9 import Record My Desktop (and gtk-frontend)
Recordmydesktop produces a file(default out.ogg) that contains a video
and audio recording of a desktop session. The default behavior of
recording is to mark areas that have changed(through libxdamage) and
update the frame.

with patch from bernd@ to make sound recording work.
2008-07-04 21:15:23 +00:00