dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.exheres-0 (871B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require xfce [ module=apps ]
      5 
      6 SUMMARY="Volume control application for the XFCE desktop environment"
      7 DESCRIPTION="
      8 The Mixer is a volume control application for the Xfce Desktop Environment. It provides both 
      9 a volume control plugin for the Xfce Panel and a standalone mixer application. It supports all audio 
     10 systems supported by the GStreamer project.
     11 "
     12 HOMEPAGE="http://www.xfce.org/projects/${PN}"
     13 
     14 SLOT="0"
     15 PLATFORMS="~x86 ~amd64"
     16 
     17 DEPENDENCIES="
     18     build+run:
     19         dev-libs/glib:2[>=2.18]
     20         x11-libs/gtk+:2[>=2.14]
     21         media-plugins/gst-plugins-base:0.10[>=0.10.2]
     22         xfce-base/libxfce4util[>=4.8]
     23         xfce-base/libxfce4ui[>=4.8]
     24         xfce-base/xfconf[>=4.8]
     25         xfce-base/xfce4-panel[>=4.8]
     26 "
     27 
     28 BUGS_TO="djc@djc.id.au"
     29