aboutsummaryrefslogtreecommitdiffstats
path: root/cmdline/Makefile.am
blob: 6a888e746864ead228ca829a760105ef1189f1b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

man_MANS = compose.1

bin_PROGRAMS = compose

INCLUDES =          \
    -I$(top_builddir)   \
    $(COMPOSE_CFLAGS)   \
    $(INTLLIBS)

compose_LDADD =             \
    ../composer/libcomposer.a   \
    $(COMPOSE_LIBS)

compose_SOURCES =   \
    compose.c   \
    ../composer/Composer-stubs.c \
    ../composer/Composer-common.c
'h' value='gnome-3.28'/>
path: root/audio/dsbmixer/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* audio/dsbmixer: Update to 1.3.2tobik2018-03-151-3/+3
| | | | | PR: 226614 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* audio/dsbmixer: Update to 1.3.1tobik2018-01-241-3/+3
| | | | | | | | | | | | - Support for setting the sysctl variables hw.snd.latency, hw.snd.maxautovchans and hw.snd.vpc_mixer_bypass has been added. (1.3) - A bug that lead to a crash when DSBMixer wasn't able to find a system tray has been fixed. (1.3.1) PR: 225411 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* audio/dsbmixer: update to version 1.2pizzamig2017-09-071-3/+3
| | | | | | | PR: 222020 Submitted by: mk@nic-nac-project.org (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12244
* - Update to 1.1wen2017-07-261-3/+3
| | | | | PR: 220954 Submitted by: mk@nic-nac-project.org(maintainer)
* Update to upstream version 1.0riggs2017-07-011-2/+3
| | | | | | | | | Detailed maintainer notes: - This new version is basically a re-implementation of dsbmixer, which uses Qt5 instead of GTK+. PR: 220392 Submitted by: mk@nic-nac-project.org (maintainer)
* Update to 0.2.6.rakuco2016-03-221-2/+2
| | | | | | | This update includes a fix for installing dsbmixer as a regular, non-root user. PR: 207995 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)