[Pkg-wmaker-commits] [wmix] branch master updated (6d1e662 -> bb73284)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Sep 29 10:44:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a change to branch master
in repository wmix.

      from  6d1e662   Import Debian changes 3.1-5.1
      adds  c98f967   Strip off version numbers from dir name
      adds  6003469   Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
      adds  92d6ceb   Mass update FSF address
      adds  80e22de   wmix: replaced man page with uncompressed version
      adds  6d09bb6   wmix: fixed syntax of groff macros in the man page
      adds  43ec5fd   wmix: added missing command line options to the man page
      adds  ccc7b54   wmix: added description of the syntax of the config file in the man page
      adds  2963daf   wmix: more small improvements to the man page
      adds  0059802   wmix: added new BUGS section in the man page
      adds  62809cd   wmix: added description of channel naming in the man page
      adds  3134658   wmix: install the man page at the same time as the program
      adds  7501b15   wmix: changed the makefile to use the standard practice LIBS variable for libraries
      adds  0a71e8c   wmix: fixed makefile to use PREFIX in a standard way (and with the standard default path)
      adds  17e39f5   wmix: do not risk a crash (null-pointer-dereference) if $DISPLAY is not set
      adds  80c88a4   wmix: removed unused variable because a pixmap's mask is not used
      adds  f219319   wmix: create the PID file only after successful initialisation
      adds  733b902   wmix: created new file config.c to contain configuration related stuff
      adds  9e27245   wmix: moved parsing of Command-Line options to the config handling file
      adds  66d8ee9   wmix: moved the initialisation of the config to the related file
      adds  7490988   wmix: be more verbose about the configuration file in use
      adds  06fe47d   wmix: changed command line parsing code to report properly incorrect options
      adds  645f1ad   wmix: rewrote parser of config file to report problems to user
      adds  5dea83e   wmix: added appropriate message and fall back if user's color for OSD failed
      adds  183fabf   wmix: release memory for startup-only configuration stuff after startup
      adds  bfb9f80   wmix: always display the version information when verbose is asked
      adds  3d82c7a   wmix: added function to handle Multimedia keys related to volume
      adds  ebd2223   wmix: added error catch for XGrabKey on multimedia keys
      adds  e652d0f   wmix: added an option to disable grabbing the volume control keys
      adds  2d92962   wmix: allow to choose device and exclude channels from the config file
      adds  0dccc05   wmix: do not count space padding in channel short name when comparing names for exclusion
      adds  7f3f1e3   wmix: increased version number to 3.2 after the recent changes
      adds  22717cc   Remove trailing whitespace.
      adds  a374c6d   Fix a buffer overflow (how did this ever work?)
      adds  5e267a7   Add native ALSA mixer support
      adds  8e5e2fd   Improve the osd update code
      adds  fa2e410   Draw osd only on the primary monitor if randr extensions are available
      adds  695522d   Add a command line option for choosing a monitor for osd display
      adds  3a639ca   Improve monitor selection code
      adds  a47e89e   Better handling of configuration defaults for the new settings
      adds  2757a93   Allow sound api to be specified in the config file
      adds  00e7bd7   Remove trailing whitespace in recently added dockapps.
      adds  d61e1e0   wmix: Use autotools for build.
      adds  6671937   wmix: Add desktop entry file.
      adds  ef9724f   wmix: Bump to version 3.3.
       new  bb73284   Merge tag 'upstream/3.3'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYING                      | 342 ++++++++++++++++++++++++++++++++++-
 INSTALL                      |  14 +-
 Makefile                     |  18 --
 Makefile.am                  |  12 ++
 NEWS                         |  25 ++-
 README                       |  18 +-
 config.c                     | 419 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac                 |  15 ++
 include/common.h             |  23 +--
 include/config.h             |  67 +++++++
 include/misc.h               |   4 +-
 include/mixer-alsa.h         |  43 +++++
 include/mixer-oss.h          |  42 +++++
 include/mixer.h              |  51 +++---
 include/{misc.h => mmkeys.h} |  30 ++--
 include/ui_x.h               |   8 +-
 misc.c                       |  66 ++-----
 mixer-alsa.c                 | 399 ++++++++++++++++++++++++++++++++++++++++
 mixer-oss.c                  | 107 ++++++-----
 mmkeys.c                     | 223 +++++++++++++++++++++++
 sample.wmixrc                |   2 +-
 ui_x.c                       | 159 ++++++++++++----
 wmix.1x                      | 172 ++++++++++++++++++
 wmix.1x.gz                   | Bin 584 -> 0 bytes
 wmix.c                       | 245 ++++++++++++++-----------
 wmix.desktop                 |   8 +
 26 files changed, 2187 insertions(+), 325 deletions(-)
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 create mode 100644 config.c
 create mode 100644 configure.ac
 create mode 100644 include/config.h
 create mode 100644 include/mixer-alsa.h
 create mode 100644 include/mixer-oss.h
 copy include/{misc.h => mmkeys.h} (54%)
 create mode 100644 mixer-alsa.c
 create mode 100644 mmkeys.c
 create mode 100644 wmix.1x
 delete mode 100644 wmix.1x.gz
 create mode 100644 wmix.desktop

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmix.git



More information about the Pkg-wmaker-commits mailing list