name: hXmixer version: 0.3.0.0 x-revision: 2 synopsis: A Gtk mixer GUI application for FreeBSD description: hXmixer is a Gtk 3 GUI mixer application for FreeBSD. It is used to set the audio levels of @\/dev\/mixer*@ devices. To install this package, make sure that you have the FreeBSD ports @gtk3@, @ghc@, and @hs-cabal-install@ installed. . Then, enter the following commands to install the application: . @ % cabal update . % cabal install gtk2hs-buildtools . % cabal install hXmixer @ license: BSD3 license-file: LICENSE author: Colin Mitchell maintainer: colin@colinrmitchell.endoftheinternet.org -- copyright: category: Sound build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable hxmixer main-is: Main.hs other-modules: MixerForm, MixerQuery -- other-extensions: build-depends: base >= 4 && < 5, gtk3, split, directory, process, text hs-source-dirs: src default-language: Haskell2010