diff --git a/multimedia/recordmydesktop/base/Makefile b/multimedia/recordmydesktop/base/Makefile index 487700bf9c4..53a4e452067 100644 --- a/multimedia/recordmydesktop/base/Makefile +++ b/multimedia/recordmydesktop/base/Makefile @@ -1,25 +1,21 @@ -# $OpenBSD: Makefile,v 1.7 2009/08/10 06:33:02 kili Exp $ +# $OpenBSD: Makefile,v 1.8 2009/12/08 21:48:09 ajacoutot Exp $ COMMENT= record desktop sessions to an Ogg-Theora-Vorbis file DISTNAME= recordmydesktop-0.3.8.1 -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 WANTLIB= ICE SM X11 Xdamage Xext Xfixes c m ogg ossaudio \ - pthread pthread-stubs xcb z + pthread z LIB_DEPENDS= vorbis,vorbisfile,vorbisenc::audio/libvorbis \ - theora::multimedia/libtheora \ - jack::audio/jack + theora::multimedia/libtheora USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu -CONFIGURE_ARGS= --enable-oss=yes \ - --enable-jack=yes +CONFIGURE_ARGS= --enable-jack=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="`pkg-config --libs jack` -logg -lossaudio" - -CFLAGS+= "-DHAVE_LIBJACK" + LDFLAGS="-L${LOCALBASE}/lib -logg -lossaudio" .include diff --git a/multimedia/recordmydesktop/base/pkg/DESCR b/multimedia/recordmydesktop/base/pkg/DESCR index dd41287de71..a9df764fe29 100644 --- a/multimedia/recordmydesktop/base/pkg/DESCR +++ b/multimedia/recordmydesktop/base/pkg/DESCR @@ -4,5 +4,4 @@ recording is to mark areas that have changed(through libxdamage) and update the frame. Under OpenBSD, the OSS audio backend will not be usable because it needs -exclusive access to the audio hardware. Audio recording will only work -through the JACK backend and for applications that have JACK support. +exclusive access to the audio hardware.