8c7f650f10
This is gnome-media 2.10.0 Changes since 2.9.92: * fix for crasher in volume control. This is gnome-media 2.9.92 Changes since 2.9.90: * polishing, finetuning, fixing possible crashers here and there... Bugs fixed: * 109909: gnome-cd Seg Faults when Notification Area goes away * 130653: gnome-sound-recorder doesn't prompt on overwrite * 150450: Update of labels in CD Player Preferences dialog * 153496: gnome-audio-profiles-properties crash when edit * 158222: vu-meter segfault in led_bar_light_percent() * 159821: [cdparanoia] audio playback glitches using cdparanoia * 160340: [PATCH] gnome-sound-recorder can not play files * 160830: Cannot run the sound recorder, application just "quits un... * 162185: [PATCH] gnome-sound-recorder cannot properly save files a... * 162302: Trying to record in a second window kills all windows (in... * 162607: "Untitled" window title and default file names need trans... * 164010: gtk warnings * 164857: cdparanoia is really noisy at x48 * 166814: gnome-media-2.8.0 fails to compile on solaris 9 * 167338: translator-credits missing This is gnome-media 2.9.90 Changes since 2.9.4: * mostly bug fixes all over the place. Bugs fixed: * 105709: Track editor crashed after changing cd * 128956: buttons should be greyed out when no CD is present * 164229: While playing, the popup play menu item icon image is not... * 165153: gstreamer-properties.xml file causes xml lint error This is gnome-media 2.9.4 Changes since 2.9.3: * translation fixes Bugs fixed: * 105768: Crash when opening gnome-cd * 148650: changing window title to 'Multimedia Systems Selector' * 153537: [PATCH] typo in error message * 161722: Build breakage on gnome-cd * 162608: gnome-media mixer message needs translator comment * 163354: Update the Time line Display after inserting the CD This is gnome-media 2.9.3 Changes since 2.9.2: * moved switches to their own tab in gst-mixer Bugs fixed: * 153599: The runtime-detected mixers don't have mnemonics * 157117: gnome-volume-control doesn't redraw properly * 158346: Duplicate volume controls for ALSA EMU10k1 * 159428: gnome-volume-control: Use simple check box if there is no... This is gnome-media 2.9.2 Changes since 2.9.1: * re-added CDDA backend in GNOME-CD Bugs fixed: 72581: Gnome-CD should detect multiple cdroms and put them in a ... 150072: small code clean ups 154547: compilation error in audio-profile.h with sound-juicer au... 155088: gnome-sound-recorder does not save files 156874: [PATCH] HIG fixes for preference dialog This is gnome-media 2.9.1 Changes since 2.8.0: * new volume control * ipv6 support for CDDB. Bugs fixes: * 111423: IPv6 enhancements in gnome-media * 144769: Volume Control (2.6.1) reports modem as primary sound card * 145087: cannot install .mo files into $prefix/share/locale in Sol... * 148858: improperly linked * 151971: Rewrite of gnome-volume-control * 153497: [PATCH] HIG fixes for new mixer's preference dialog.
23 lines
745 B
Makefile
23 lines
745 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2005/03/22 16:34:36 jmmv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GNOME_MEDIA_BUILDLINK3_MK:= ${GNOME_MEDIA_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gnome-media
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-media}
|
|
BUILDLINK_PACKAGES+= gnome-media
|
|
|
|
.if !empty(GNOME_MEDIA_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gnome-media+= gnome-media>=2.10.0
|
|
BUILDLINK_PKGSRCDIR.gnome-media?= ../../multimedia/gnome2-media
|
|
.endif # GNOME_MEDIA_BUILDLINK3_MK
|
|
|
|
.include "../../devel/GConf2-ui/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|