Update Testingstuff.txt
This commit is contained in:
@@ -34,3 +34,69 @@ debugging
|
|||||||
|
|
||||||
gdb
|
gdb
|
||||||
valgrind
|
valgrind
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Clean up your package builds with garbage collection occasionally, otherwise you might see old builds and weird build issues.
|
||||||
|
(add-before 'configure 'set-env-vars
|
||||||
|
(lambda _
|
||||||
|
(setenv "BOLT_CEF_DLLWRAPPER" (string-append (assoc-ref %build-inputs "chromium-embedded-framework") "/lib/libcef_dll_wrapper.a"))
|
||||||
|
;;(putenv "CATS=NOTDOGS")
|
||||||
|
(display (environ))
|
||||||
|
(display "Test")
|
||||||
|
#t))
|
||||||
|
;; (replace 'configure (lambda _ (display (environ)) #t))
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Back-up info
|
||||||
|
https://guix.gnu.org/manual/en/html_node/Replicating-Guix.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
(source (let ((ffmpeg-origin (package-source ffmpeg)))
|
||||||
|
(origin
|
||||||
|
(inherit ffmpeg-origin)
|
||||||
|
;; These patches originate come from
|
||||||
|
;; <https://review.jami.net/plugins/gitiles/jami-daemon/+/refs/heads/master/contrib/src/ffmpeg/>.
|
||||||
|
;; Make sure to keep them update and/or register any new ones
|
||||||
|
;; here.
|
||||||
|
(patches
|
||||||
|
(append
|
||||||
|
(origin-patches ffmpeg-origin)
|
||||||
|
(search-patches
|
||||||
|
"ffmpeg-jami-remove-mjpeg-log.patch"
|
||||||
|
"ffmpeg-jami-change-RTCP-ratio.patch"
|
||||||
|
"ffmpeg-jami-rtp_ext_abs_send_time.patch"
|
||||||
|
"ffmpeg-jami-libopusdec-enable-FEC.patch"
|
||||||
|
"ffmpeg-jami-libopusenc-reload-packet-loss-at-encode.patch"
|
||||||
|
"ffmpeg-jami-screen-sharing-x11-fix.patch"
|
||||||
|
"ffmpeg-jami-pipewiregrab-source-filter.patch"))))))
|
||||||
|
|
||||||
|
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/badlogic/orfondl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0h1zcxxhvshbc3gkmr33npki6sdjh79haack1cci9k40a0gk144v"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet '(begin
|
||||||
|
;; Delete prebuilt binary file.
|
||||||
|
(delete-file "orfondl")))))
|
||||||
|
|
||||||
|
|
||||||
|
port Conky over
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Discord needs
|
||||||
|
--no-sandbox --no-gpu --in-process-gpu ./EXECUTABLE
|
||||||
|
https://peter.sh/experiments/chromium-command-line-switches/
|
||||||
|
Probably unstable and we should address it
|
||||||
|
|||||||
Reference in New Issue
Block a user