Skip to content

Commit

Permalink
Remove pulseaudio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rbn42 committed Nov 27, 2019
1 parent 0a913c5 commit 826bb8c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1,188 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "SoundCard"]
path = SoundCard
url = https://github.com/bastibe/SoundCard
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ sudo apt-get install qml-module-qt-websockets \
#+BEGIN_SRC sh
git clone https://github.com/rbn42/panon.git
cd panon/kde
# Download SoundCard
git submodule update --init
# To install
kpackagetool5 -t Plasma/Applet --install plasmoid
# To upgrade. Backup your modified shaders before upgrading.
Expand Down Expand Up @@ -112,5 +114,4 @@ Then plasmoidviewer will run your shader and show the errors, if exist, in the c
| [[file:kde/plasmoid/contents/shaders/husl-glsl.fsh][husl-glsl.fsh]] | copied from [[https://github.com/williammalo/hsluv-glsl][hsluv-glsl]] | |
| =hsv2rgb= in [[file:kde/plasmoid/contents/shaders/utils.fsh][utils.fsh]] | copied from [[https://gist.github.com/patriciogonzalezvivo/114c1653de9e3da6e1e3][GLSL-color.md]] | |
| [[file:kde/plasmoid/contents/shaders/example-shadertoy.frag][example-shadertoy.frag]] | copied from [[https://www.shadertoy.com/view/lldyDs][shadertoy]] | [[https://www.shadertoy.com/terms][CC BY-NC-SA 3.0]] |
| [[file:panon/pulseaudio.py][pulseaudio.py]] and [[file:panon/pulseaudio.py.h][pulseaudio.py.h]] | copied from [[https://github.com/bastibe/SoundCard][SoundCard]] | BSD-3-Clause |
| [[file:kde/plasmoid/contents/shaders/example-shadertoy-fractal-tiling.frag][example-shadertoy-fractal-tiling.frag]] | copied from [[example-shadertoy-fractal-tiling.frag][shadertoy]] | [[https://www.shadertoy.com/terms][CC BY-NC-SA 3.0]] |
1 change: 1 addition & 0 deletions SoundCard
Submodule SoundCard added at 3d14b3
Loading

0 comments on commit 826bb8c

Please sign in to comment.