============== Version 2.26.0 ============== - gnome-volume-control + Fix tooltip when dB changes, bug #575093 (Bastien) + Update the volume immediately, bug #564313 (Bastien) + Added --debug (Matthias Clasen) - gst-mixer (gstreamer based g-v-c) + Add new icons mappings, bug #571084 (Garrett D'Amore) + Make options update when changed, bug #571083 (Garrett D'Amore) + Make pagenum logic simpler, bug #571068 (Garrett D'Amore) + Remove page name duplication, bug #570979 (Garrett D'Amore) + Add sound theme page (Brian Cameron) - Updated translations: + Abhishek Jacob (ml) + Adi Roiban (ro) + Ankit Patel (gu) + Ask Hjorth Larsen (da) + Changwoo Ryu (ko) + Claude Paroz (fr) + Daniel Nylander (sv) + David Lodge (en_GB) + Duarte Loreto (pt) + Fotis Tsamis (el) + Gabor Kelemen (hu) + Gil 'Dolfin' Osher (he) + Hendrik Richter (de) + I. Felix (ta) + Ilkka Tuohela (fi) + Iñaki Larrañaga Murgoitio (eu) + Jonh Wendell (pt_BR) + Jordi Mallach (ca) + Jorge González (es) + Kjartan Maraas (nb) + Krishna Babu K (te) + Manoj Kumar Giri (or) + Milo Casagrande (it) + Petr Kovar (cs) + Rajesh Ranjan (hi) + Rajesh Ranjan (mai) + Runa Bhattacharjee (bn_IN) + Sandeep Shedmake (mr) + Suso Baleato (gl) + Takeshi AIHANA (ja) + Theppitak Karoonboonyanan (th) + Tomasz Dominikowski (pl) + Wouter Bolsterlee (nl) + Žygimantas Beručka (lt) =============== Version 2.25.92 =============== - General: + Add libunique dependency, instead of direct dbus-glib dependency (Bastien) + Detect pulseaudio 0.9.15 to use some new API when it's there (Bastien) + Fix automagic dep on pulseaudio (Mart Raudsepp) - gnome-volume-control + Install the application icon in the global icon theme (Bastien) + Fix icon name in desktop file (Luca Ferretti) + Exit when Esc is pressed (Bastien) + Use the new GTK+ scale marks for the balance widget (Luca Ferretti) + Make sure the balance bar stays Left to Right, so that the Left balance is really on the left (Bastien) + Stop the microphone showing up in the applet when the capplet is running (Bastien) + Show recording applications in addition to playback applications, use the microphone icon for those applications (Bastien) + Install the applet's desktop file in the xdg autostart directory (Bastien) + Present the application when it's already running (with libunique) (Bastien) + When PulseAudio isn't running, or takes a long time to connect to, popup a dialogue telling the user what we're waiting for, and the ability to cancel (Bastien) + De-sensitivise the balance bar if the output doesn't support balacing (Bastien) + Add "is-amplified" property. In this mode, the volume can be set above 100% (150% tops actually) for inputs that support giving us the dB information (Bastien) + Don't filter out sinks with PA_SINK_HARDWARE, otherwise things like network sinks (Airport Express?) won't show up in the volume capplet (Bastien) + Don't filter out non-hardware sources, only ignore sink monitors (Bastien) + Fix the dock showing up off-screen when the applet is at the bottom of the screen and is popped up for the first time (Yanko Kaneti) + Make the balance bar instant-apply (Bastien) + Update sensitivity of input feedback checkbox (Matthias Clasen) + Code cleanup (Bastien) - Updated translations: + Alaksandar Navicki (be@latin) + Jordi Mallach (ca) + Ask Hjorth Larsen (da) + Christian Kirbach (de) + David Lodge (en_GB) + Jorge González (es) + Ivar Smolin (et) + Iñaki Larrañaga Murgoitio (eu) + Ilkka Tuohela (fi) + Ignacio Casal Quinteiro (gl) + Sweta Kothari (gu) + Gabor Kelemen (hu) + Milo Casagrande (it) + Takeshi AIHANA (ja) + Shankar Prasad (kn) + Changwoo Ryu (ko) + (LINGUAS) + Raivis Dejus (lv) + Jovan Naumovski (mk) + Sandeep Shedmake (mr) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Tomasz Dominikowski (pl) + Djavan Fagundes (pt_BR) + Duarte Loreto (pt) + Adi Roiban (ro) + Daniel Nylander (sv) + Theppitak Karoonboonyanan (th) + Clytie Siddall (vi) + Chao-Hsiung Liao (zh_HK) + Chao-Hsiung Liao (zh_TW) =============== Version 2.25.5 =============== - Add desktop files and icons for gnome-volume-control - Add a new sound theme - Fix some of the resizing on startup in the volume control - Simplify the sound theme selection - Fix a few positioning problems in the volume applet - Add a mute toggle item in the volume applet - Make the volume slider instantaneous - Fix "no applications" message when there are applications - Fix the volume applet not showing up in some cases - Add a close button to the sound capplet - Hide sound events from the applications tab - Fix scrolling with the mouse wheel going in the wrong direction =============== Version 2.25.1 =============== - Add new volume control applet and dialog (William Jon McCann) - Bug #552748 - General cleanups (Kjartan Maraas) - Bug #552420 - Make speex voice encoder mono (Marc-André Lureau) - Bug #543306 - Use .ogg extension (Marc-André Lureau) - Bug #498617 - Use LC profile by default for AAC (m4a) - Bug #557043 - Add MP2 profile - Bug #564060 - Use 32kHz for Speex - Bug #553383 - fix "can't delete profile with '#' in its name" - Bug #563573 - clean up GLib and GTK+ includes. (Luis Menina)
81 lines
2.8 KiB
Makefile
81 lines
2.8 KiB
Makefile
# $NetBSD: Makefile,v 1.19 2009/03/16 22:09:28 jmcneill Exp $
|
|
|
|
DISTNAME= gnome-media-2.26.0
|
|
CATEGORIES= multimedia gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-media/2.26/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Set of audio/multimedia applications for GNOME2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= gst-plugins0.10-pulse>=0.10.0:../../audio/gst-plugins0.10-pulse
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config xgettext
|
|
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"
|
|
CONFIGURE_ENV+= CDROM_HOST="bsd"
|
|
.endif
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-media
|
|
PKG_SUPPORTED_OPTIONS+= inet6
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
|
.endif
|
|
|
|
GCONF_SCHEMAS+= gnome-audio-profiles.schemas
|
|
GCONF_SCHEMAS+= gnome-sound-recorder.schemas
|
|
|
|
# The gettext version in pkgsrc cannot handle the .po files, so
|
|
# we strip out usage of the newer features (context and fuzzy matches)
|
|
post-patch:
|
|
for f in ${WRKSRC}/po/*.po ${WRKSRC}/*/doc/*/*.po ; do \
|
|
mv $$f $$f.original ; \
|
|
${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \
|
|
done
|
|
|
|
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.3
|
|
BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.3
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
|
|
BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.7
|
|
BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.13.2
|
|
|
|
.include "../../audio/libcanberra/buildlink3.mk"
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
|
.include "../../databases/gdbm/buildlink3.mk"
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/GConf-ui/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.include "../../sysutils/nautilus-cd-burner/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libunique/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|