[proaudio] libflashsupport-jack with V4L1 removed |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Hello,
This is my first post to this list, so excuse me if I did something
wrong. Attached are two files, libflashsupport-jack-9999.ebuild.patch is
output of "svn diff", and the other file is the patch removing V4L1
support. Is this the right format to submit patches? Regrets!
--
FreeB(eer)S(ex)D(rugs) are the real daemons
Index: libflashsupport-jack-9999.ebuild
===================================================================
--- libflashsupport-jack-9999.ebuild (revision 2031)
+++ libflashsupport-jack-9999.ebuild (working copy)
@@ -17,7 +17,7 @@
#SRC_URI=""
-KEYWORDS=""
+KEYWORDS="~amd64"
DEPEND="media-libs/libsamplerate
dev-libs/openssl
media-sound/jack-audio-connection-kit"
@@ -27,7 +27,8 @@
src_unpack() {
git_src_unpack || die "unpack failed"
-# cd ${S} || die "cd failed"
+ cd ${S} || die "cd failed"
+ epatch "${FILESDIR}/remove-v4l1.patch"
}
src_install() {
diff -ru libflashsupport-jack/flashsupport.c libflashsupport-jack.patched/flashsupport.c
--- libflashsupport-jack/flashsupport.c 2011-10-12 11:09:44.000000000 +0200
+++ libflashsupport-jack.patched/flashsupport.c 2011-10-12 11:09:19.000000000 +0200
@@ -53,7 +53,7 @@
//#define GNUTLS
//#define ALSA
//#define OSS
-#define V4L1
+//#define V4L1
//#define PULSEAUDIO
#define JACK