MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 10 as of 2022-02-12 21:12:42
  • wmix

wmix

Dockapp mixer for OSS or ALSA.

http://dockapps.windowmaker.org/click.php?send=http://www.ne.jp/asahi/linux/timecop/

http://dockapps.windowmaker.org/download.php/id/528/wmix-3.2.tar.gz

http://www.ne.jp/asahi/linux/timecop/#wmix

http://www.ne.jp/asahi/linux/timecop/software/wmix-3.1.tar.gz

http://windowmaker.org/dockapps/?name=wmix

http://windowmaker.org/dockapps/?download=wmix-3.2+20150916.tar.gz

http://repo.or.cz/dockapps.git/tree/HEAD:/wmix

  • git clone git://repo.or.cz/dockapps.git
  • http://repo.or.cz/dockapps.git/shortlog/refs/tags/wmix-3.2

Build from source

  • cd /tmp
  • wget http://dockapps.windowmaker.org/download.php/id/528/wmix-3.2.tar.gz

  • wget http://www.ne.jp/asahi/linux/timecop/software/wmix-3.1.tar.gz # alternative

  • tar xvzf wmix-3.2.tar.gz
  • cd wmix-3.2
  • make clean
  • make
  • make install

If the error expecting string instruction after 'rep' appears, change the Makefile from

CFLAGS          = -O3 -W -Wall

to

CFLAGS          = -W -Wall

Slackbuild

TODO

Build from source updated

   1 cd /tmp/
   2 wget https://www.dockapps.net/download/wmix-3.5.tar.gz
   3 tar xvzf wmix-3.5.tar.gz 
   4 cd wmix-3.5
   5 ./configure 
   6 make clean
   7 make 
   8 make install
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01