Revisions of xfce4-mixer

Maurizio Galli's avatar Maurizio Galli (mauriziogalli) accepted request 1084454 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 55)
- Add BuildRequire: pkgconfig(libpulse-mainloop-glib)
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1083931 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 54)
- Update to version 4.18.1
  * panel-plugin: Fix blurry icons when UI scale > 1
  * build: Bump GTK version and fix deprecation warnings
  * build: Bump GTK version and remove dead code
  * panel-plugin: Define glib_autoptr_clear_XfcePanelPlugin if needed
  * mixer-window: Fix exit icon name
  * mixer-container: Fix container type
  * gst-mixer: Properly disconnect signal handlers
  * mixer-track: Ensure max_volume > min_volume for GtkScale
  * sndio: Remove useless G_SOURCE_FUNC casts
  * libxfce4mixer: Use G_DECLARE_FINAL_TYPE and
    G_DECLARE_DERIVABLE_TYPE
  * panel-plugin: Use G_DECLARE_FINAL_TYPE
  * xfce4-mixer: Use G_DECLARE_FINAL_TYPE
  * build: Remove some duplicate statements
  * build: Decrease make log level
- Update to version 4.18.0
  * Use g_critical() and don't translate warning message
  * [sndio] make sure to save a non-zero volume when setting mute
    (fixes #5)
  * Update copyright year and bug report address
  * build: Add missing include
  * build: Use same automake options as other projects
  * Add basic GitLab pipeline
  * build: Fix intltool lock file problem during make distcheck
  * build: Add missing translated files to POTFILES.in
  * build: Fix includes for make distcheck
  * Fix compilation warnings
  * automake: Add `ACLOCAL_AMFLAGS = -I m4`
  * autoconf: Sndio >= 1.7.0 is required
  * autoconf: Some updates
  * Reduce NUM_CHANNELS() invocations
  * Fix memory leak
  * pulse: emit volume changed signals for input/output tracks
  * gst: emit changed signal for input tracks
  * Only show possible inputs for a track when we have more than 1
  * Bump version to 4.15
  * Update authors
  * Merge branch 'multiple-backends'
  * Merge branch 'landry/xfce4-mixer-sndio' into multiple-backends
  * alsa: change print to debug output
  * oss: Handle mixer volume changes.
  * oss: fix compilation
  * Remove dbus-glib check from configure.ac.in
  * Remove dbus-glib dependency.
  * pulse: fix missing capture track index.
  * Add newly discovered capture tracks.
  * pulse: Implement source output handling
  * Free track resources when it is removed
  * Fix wrong track removals
  * Simplify track labeling
  * Show combo box to change track output
  * pulse: Implement gst move track method
  * gst: implement move tracks to different track outputs/inputs
  * [sndio] remove erroneous statement making finalize dump core on
    exit
  * [sndio] gst_mixer_sndio_set_mute: handle app tracks not having a 
separate mute control
  * [sndio] improve debug msg with app tracks having only one channel
  * [sndio] add saved_volumes track member for tracks that dont have
    a mute control
  * [sndio] add comment about GST_MIXER_TRACK_NO_MUTE flag
  * [sndio] restructure code to properly reconnect to sndiod upon 
disconnections
  * [sndio] log sioctl_desc type
  * [sndio] declare callbacks prototypes upfront
  * [sndio] gracefully handle sioctl_revents returning POLLHUP and
    return G_SOURCE_REMOVE
  * drop useless g_print calls
  * Implement gst_mixer_sndio_set_volume
  * Implement gst_mixer_sndio_set_mute()
  * Implement gst_mixer_sndio_set_record()
  * emit volume-changed signal upon setting volume via onval callback
  * initial implem of onval sndio callback
  * initial implem for ondesc sndio callback
  * add two hashtables for easy access to track objects
  * add vol_addr & mute_addr arrays used to keep track of sndio
    addresses for chans
  * Update gst_mixer_sndio_track_new() prototype
  * create a GSource to handle events on the pollfd struct filled by
    sioctl_pollfd
  * use g_print for now and print desc addr & channel unit in debug
    msg
  * first baby steps calling sioctl_open and ondesc callback
  * define HAVE_SNDIO if sndio.h is found
  * call gst_mixer_sndio_probe() if sndio backend is enabled
  * add build plumbing for sndio backend
  * add skeleton for an sndio backend
  * pulse: ignore client with PA_INVALID_INDEX
  * Change tracks orientation
  * pulse: Add card number on tracks
  * gst-mixer: avoid not needed GUI redraw
  * gst-mixer: remove dead code
  * pulse: fix adding a new track
  * Fix track flag limits
  * Don't filter out tracks for the moment
  * Implement add_track remove_track
  * Fix adjusting volume by scrolling on panel plugin button
  * Remove code moved to the parent Mixer class
  * Fix wrong input/output handling
  * Change mute and record bits when volume changes
  * Pulse: implement set_record and set_mute methods
  * Pulse: Implement set volume method
  * Move card name and tracklist to the parent gst class.
  * This is a mega initial commit for the new mixer
  * Bug #15546
  * Merge branch 'gtk3-port'
  * Replace libunique with GApplication/GtkApplication
  * Migrate to GTK 3.14+, except for xfce-mixer-window.{c,h}
  * Use $(datadir)/xfce4/mixer/ as MIXER_DATADIR
  * icons/Makefile.am: Remove unnecessary gtk-update-icon-cache
  * Fix build with GCC 4.8.1 by using G_GNUC_PRINTF (bug #10474)
  * Make Unique support optional
  * Post-release version bump.
  * Translation Updates
- Remove _service file
- As this is a completely new release, remove all older patches:
  * xfce4-mixer-alsa-git.patch
  * no-full-debug-default-for-git.patch
  * xfce4-mixer-alsa.patch
  * xfce4-mixer-find-dbus.patch
  * xfce4-mixer-libunique.patch
  * xfce4-mixer-keybinder-3.0.patch
M K's avatar M K (tux93) committed (revision 53)
buildservice-autocommit accepted request 770219 from Maurizio Galli's avatar Maurizio Galli (mauriziogalli) (revision 52)
baserev update by copy to link target
Maurizio Galli's avatar Maurizio Galli (mauriziogalli) accepted request 770155 from Stefan Seyfried's avatar Stefan Seyfried (seife) (revision 51)
- add xfce4-mixer-keybinder-3.0.patch to build against keybinder-3.0

(OTOH we could finally just drop this... ;-))
buildservice-autocommit accepted request 735325 from M K's avatar M K (tux93) (revision 50)
baserev update by copy to link target
M K's avatar M K (tux93) accepted request 734795 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 49)
- Add xfce4-mixer-libunique.patch: Make libunique optional, patch
  from upstream git. Following this, drop pkgconfig(unique-1.0)
  BuildRequires: No longer mandatory.
buildservice-autocommit accepted request 723990 from Maurizio Galli's avatar Maurizio Galli (mauriziogalli) (revision 48)
baserev update by copy to link target
Maurizio Galli's avatar Maurizio Galli (mauriziogalli) committed (revision 47)
Maurizio Galli's avatar Maurizio Galli (mauriziogalli) committed (revision 46)
Maurizio Galli's avatar Maurizio Galli (mauriziogalli) accepted request 722882 from M K's avatar M K (tux93) (revision 45)
Renamed to upstream naming schema
buildservice-autocommit accepted request 452433 from Stefan Seyfried's avatar Stefan Seyfried (seife) (revision 44)
baserev update by copy to link target
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 452373 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 43)
- Drop gstreamer-0.10 usage, move to gstreamer-1.0;
  this requires the additionally own GstMixer implementation:
  xfce4-mixer-alsa.patch
buildservice-autocommit accepted request 289367 from Guido Berhoerster's avatar Guido Berhoerster (gberh) (revision 42)
baserev update by copy to link target
buildservice-autocommit accepted request 148981 from Guido Berhoerster's avatar Guido Berhoerster (gberh) (revision 40)
baserev update by copy to link target
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 39)
- remove compat symlink causing the plugin to show up twice
buildservice-autocommit accepted request 137913 from Guido Berhoerster's avatar Guido Berhoerster (gberh) (revision 38)
baserev update by copy to link target
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 37)
- added xfce4-mixer-fix-default-window-size.patch in order to
  initialize window width and height to default values
buildservice-autocommit accepted request 137755 from Guido Berhoerster's avatar Guido Berhoerster (gberh) (revision 36)
baserev update by copy to link target
Displaying revisions 1 - 20 of 55
openSUSE Build Service is sponsored by