Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 355678 Details for
Bug 480614
media-video/screencastor - capture video and/or audio from the screen using ffmpeg or libav
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add jack support
screencastor-1.3.0_jack.patch (text/plain), 1.33 KB, created by
Dominique Michel
on 2013-08-11 13:32:35 UTC
(
hide
)
Description:
add jack support
Filename:
MIME Type:
Creator:
Dominique Michel
Created:
2013-08-11 13:32:35 UTC
Size:
1.33 KB
patch
obsolete
>diff -ur screencastor_test.orig/go_screencastor.sh screencastor_test/go_screencastor.sh >--- screencastor_test.orig/go_screencastor.sh 2013-06-09 18:01:50.000000000 +0200 >+++ screencastor_test/go_screencastor.sh 2013-08-11 15:11:56.000000000 +0200 >@@ -191,12 +191,14 @@ > --combobox='@@_audio_provenance@@col > pulse > /dev/dsp1 >+screencastorjack > hw:0,0 > hw:1,0' \ > --combobox="@@_pref_liste@@col > $(find "${HOME}/.config/screencastor" -iname "*.cfg" -print | sort | sed 's/0Defaut.cfg/Defaut/ ; s@.*/@@')" \ > --combobox='@@_audio_serveur@@col > alsa >+jack > oss' \ > --combobox="@@_video_vpre@@col > ${liste_preset}" \ >diff -ur screencastor_test.orig/screencastor.sh screencastor_test/screencastor.sh >--- screencastor_test.orig/screencastor.sh 2013-06-09 18:01:49.000000000 +0200 >+++ screencastor_test/screencastor.sh 2013-08-11 15:13:03.000000000 +0200 >@@ -1292,13 +1292,15 @@ > case "${G2S_audio_provenance}" in > 0) G2S_audio_provenance=pulse ;; > 1) G2S_audio_provenance=/dev/dsp1 ;; >- 2) G2S_audio_provenance=hw:0,0 ;; >- 3) G2S_audio_provenance=hw:1,0 ;; >+ 2) G2S_audio_provenance=screencastorjack ;; >+ 3) G2S_audio_provenance=hw:0,0 ;; >+ 4) G2S_audio_provenance=hw:1,0 ;; > esac > > case "${G2S_audio_serveur}" in > 0) G2S_audio_serveur=alsa ;; >- 1) G2S_audio_serveur=oss ;; >+ 1) G2S_audio_serveur=jack ;; >+ 2) G2S_audio_serveur=oss ;; > esac > > case "${G2S_langue}" in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 480614
:
355662
|
355664
|
355666
|
355676
| 355678 |
355680