aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/tofi-32bit-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/tofi-32bit-compat.patch')
0 files changed, 0 insertions, 0 deletions
--host=mips64el-unknown-linux-gnu")) ("aarch64-linux" '("--build=aarch64-unknown-linux-gnu")) (_ `())))))) (add-after 'configure 'configure-players (lambda* (#:key inputs #:allow-other-keys) ;; To avoid propagating the mpg321 and vorbis-tools inputs, we can ;; make the orpheus application execute the needed players from the ;; store. (let ((ogg123 (search-input-file inputs "/bin/ogg123")) (mpg321 (search-input-file inputs "/bin/mpg321")) (which (search-input-file inputs "/bin/which"))) (substitute* "src/orpheusconf.cc" (("ogg123") ogg123) (("which") which) (("mpg321") mpg321)) #t))) (add-before 'build 'patch-shells (lambda _ (substitute* '("src/mp3track.cc" "src/streamtrack.cc" "src/oggtrack.cc") (("/bin/sh") (which "sh"))) #t))))) (home-page "http://thekonst.net/en/orpheus") (synopsis "Text-mode audio player") (description "Orpheus is a light-weight text mode menu- and window-driven audio player application for CDs, internet stream broadcasts, and files in MP3 and Vorbis OGG format.") (license gpl2+)))