summaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Release stable 1.0 versiondrkhsh2023-07-041-1/+1
|
* Add back version flag to prepare for releasedrkhsh2023-05-151-1/+1
|
* Revert "config.mk: Fix PREFIX assignment"drkhsh2022-12-191-1/+1
| | | | | "?=" is not POSIX, packagers should use "make PREFIX=". This reverts commit c225c4315161a992b9e44dd990d083ee57f7f713.
* config.mk: Fix PREFIX assignmentplanet362022-12-191-1/+1
| | | | Signed-off-by: drkhsh <me@drkhsh.at>
* do not rely on obsolete featureNRK2022-10-261-1/+1
| | | | | | | | | | function prototype with unspecified argument is obsolete since c99. additionally some of these function which don't take any argument were being called with a `const char *` arg, which is UB. fix both these issues by declararing ALL the components to accept a `const char *`, and name the arg "unused" if it's meant to be ignored.
* Make volume component work on FreeBSDmichaelbuch12@gmail.com2022-10-261-1/+1
| | | | | - Edit compile instructions - Reuse OpenBSD sndio implementation
* Add comment for FreeBSD to config.mkAaron Marcher2020-11-301-0/+1
| | | | | | | Apparently `-lkvm` is needed for swap on FreeBSD Thanks to Micheal Buch and Jason Smith (See thread https://lists.suckless.org/dev/1907/33594.html)
* Use the sioctl_open(3) OpenBSD API to access volIngo Feinerer2020-11-301-0/+1
| | | | | | | | | | | | | | | Starting with OpenBSD 6.7 regular users cannot access raw audio devices anymore, for improved security. Instead use the sioctl_open(3) API to access and manipulate audio controls exposed by sndiod(8). On the first call a permanent connection is established with the running sndiod daemon, and call-back functions are registered which are triggered when audio controls are changed (e.g., a USB headset is attached) or when the volume is modified. On subsequent calls we poll for changes; if there are no volume changes this costs virtually nothing. Joint work with Alexandre Ratchov
* Add native OpenBSD support for mute/volumeIngo Feinerer2019-02-131-1/+0
| | | | Based on functionality in dstat by Joerg Jung.
* Tweak build system a little bitLaslo Hunhold2018-05-011-5/+3
| | | | | | | Be consistent with brackets and add a comment for OpenBSD to make it clearer what the actual intent of the uncommented line is. In the Makefile, add a dependency of slstatus.o from config.mk.
* Revert component-splitLaslo Hunhold2018-05-011-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this reverts the commits from 92ab9ef52ebcb097add97d9f78e67ad1c1d6a6ec up to d42870d6ca7fb587b38f8cf6d6821ae33a53a696. After heavy consideration, the component split has more disadvantages than advantages, especially given there will be utility-functions sharing quite a lot of code that would then need to be duplicated, as it does not fit into the util.c due to its speciality. One big advantage of the component-wise build is readability, and without doubt, this was achieved here. This point will be addressed with a different approach that will be visible in the upcoming commits. One big disadvantage of the component build is the fact that it introduces state to the build process which is not necessary. Before its introduction, the only influencing factors where the system-defines __linux__ and __OpenBSD__. With the components, we are also relying on the output of uname(1). Additionally, if the os.mk is not present, make gives the output $ make Makefile:5: os.mk: No such file or directory make: *** No rule to make target 'os.mk'. Stop. This could easily be fixed by providing some sort of meta-rule for this file, however, it indicates the problem we have here, and this entire statefulness will heavily complicate packaging of this tool and makes the build process much more complex than it actually has to be.
* Makefile: move OS-specific libs to configure scriptQuentin Rameau2018-04-301-3/+0
|
* Makefile: separate default flags from user flagsQuentin Rameau2018-04-301-7/+3
|
* Add OpenBSD support in volume.cparazyd2018-04-291-1/+4
|
* Small fixes in config.mkAaron Marcher2017-12-031-2/+2
|
* Properly declare buf as extern and fix all unused-warningsLaslo Hunhold2017-09-171-1/+1
|
* Fixed man page pathAaron Marcher2017-08-131-1/+1
| | | | | According to the FHS, /usr/local/share/man is the correct man page path in this projects's case. Set this to default in config.mk.
* Remove d- and v-flagsLaslo Hunhold2017-08-101-1/+1
| | | | | | | d-flag: There's no need for that, use the &-operator or fork+exec in a non-shell-context. In the latter case you get the PID for free. v-flag: If you want to find out which version of a package is installed, consult your package manager. That's his job.
* Refactor build systemLaslo Hunhold2017-08-101-10/+12
|
* enable stack protector and compile to position independent executableAaron Marcher2017-04-201-1/+1
|
* saner makefile: cleaner, simpler, sucklessAaron Marcher2017-01-071-2/+2
|
* Merge branch 'master' into masterparazyd2016-12-301-2/+0
|\
| * why releases for such a small project? useless and overhead!Aaron Marcher2016-12-291-2/+0
| |
* | refactor vol_perc to not depend on alsa librariesparazyd2016-12-281-1/+1
|/
* 3.0Aaron Marcher2016-09-191-1/+1
|
* shorter copyright notice and moved back VERSION and _GNU_SOURCE as the man ↵Aaron Marcher2016-09-181-0/+5
| | | | page version number fails
* several changesAli H. Fardan2016-09-181-5/+0
|
* config.mk comment about -Wno-unused-functionsAaron Marcher2016-09-181-2/+3
|
* optimizationAaron Marcher2016-09-181-1/+1
|
* added man pageAaron Marcher2016-09-171-1/+1
|
* added optimization back (removed it for debugging some time ago)Aaron Marcher2016-09-171-1/+1
|
* bringed back the old config.mkAli H. Fardan2016-09-051-0/+19
|
* added a tool for resetting the status bar && worked around some issues && ↵Ali H. Fardan2016-09-051-22/+0
| | | | removed the makefile (we need a better one)
* config.mk cleanupAli H. Fardan2016-09-051-8/+0
|
* fixed compiler warnings in a better wayAli H. Fardan2016-08-211-1/+1
|
* -WextraAli H. Fardan2016-08-211-1/+1
|
* Removed the debug gcc flagsAaron Marcher2016-08-161-2/+2
|
* simplify smprintf by using vasprintfDaniel Walter2016-03-101-1/+1
|
* initial commitAaron Marcher2016-03-041-0/+30