https://github.com/elementary/switchboard-plug-sound
Switchboard Sound Plug
https://github.com/elementary/switchboard-plug-sound
gtk gtk3 hacktoberfest meson pantheon pulseaudio switchboard vala
Last synced: 8 months ago
JSON representation
Switchboard Sound Plug
- Host: GitHub
- URL: https://github.com/elementary/switchboard-plug-sound
- Owner: elementary
- License: lgpl-2.1
- Created: 2017-04-11T18:47:42.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T08:28:23.000Z (about 1 year ago)
- Last Synced: 2024-12-20T09:27:51.721Z (about 1 year ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, pulseaudio, switchboard, vala
- Language: Vala
- Size: 3.46 MB
- Stars: 13
- Watchers: 24
- Forks: 12
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Sound Settings
[](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

## Building and Installation
You'll need the following dependencies:
* libadwaita-1-dev
* libcanberra-dev
* libgranite-7-dev
* libgtk-4-dev
* libpulse-dev
* libswitchboard-3-dev
* meson
* valac
Run `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninja
To install, use `ninja install`
ninja install