File: control

package info (click to toggle)
libgtk2-ex-volumebutton-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 96 kB
  • ctags: 16
  • sloc: perl: 306; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libgtk2-ex-volumebutton-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libglib-perl, libgtk2-perl
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Gtk2-Ex-VolumeButton/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-ex-volumebutton-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-ex-volumebutton-perl/

Package: libgtk2-ex-volumebutton-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libglib-perl, libgtk2-perl
Description: Gtk2 widget to control volume and similar values
 Gtk2::Ex::VolumeButton is a simple Gtk2 widget based on
 Gtk2::ToggleButton to control the volume and similar values. It
 consists of a Gtk2::ToggleButton widget displaying an image
 representing the current volume. When the button is clicked a popup
 window containing a Gtk2::VScale widget shows up and allows you to
 change the widgets volume value. It's also possible to change the
 volume using the scroll wheel over the toggle button even if the popup
 window isn't shown.
 .
 This widget is modeled after the widgets use in gnome-panel, muine and
 rhythmbox. Much code is stolen from the muine volume-button widget.