pkgsrc/sysutils/nautilus-cd-burner/buildlink3.mk

22 lines
761 B
Makefile
Raw Normal View History

# $NetBSD: buildlink3.mk,v 1.6 2006/03/06 00:18:14 wiz Exp $
Update to 2.10.0: ============== Version 2.10.0 ============== This is a stable release to coincide with the release of Gnome 2.10.0. The only differences between this version and 2.9.8 are some translation updates and a new README. Translators * Vladimir Petkov (bg) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Brandt (de) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Baptiste Mille-Mathias (fr) * Ankit Patel (gu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Gnome PL Team (pl) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Mugurel Tudor (ro) * Leonid Kanter (ru) * Marcel Telka (sk) * Laurent Dhima (sq) * Данило Шеган (sr) * Christian Rose (sv) * Emrah Ünal (tr) * Maxim Dziumanenko (uk) * Liu Songhe (zh_CN) * Woodman Tuen (zh_TW) 2.9.8: Don't hang on pipe EOF on BSD Identify blank non-DVD discs in the no-HAL case 2.9.7: Report the correct capacity for sequential DVD-RW discs Fix missing warning about overwriting data on disc Get blank status correctly for systems without HAL Only use UTF8 with mkisofs if it is patched to support it Don't hang on unknown errors from mkisofs Make wording in interrupt confirmation dialog less ambiguious Fallback to opening devices read-only on Linux 2.4 systems 2.9.6: Improve error reporting from make_iso process Try to unmount busy volumes before asking for media 2.9.5: Clarify language in message dialogs Use consistent size units in user visible strings 2.9.4: Give a better error message when an ISO image isn't readable Use gnome-vfs to check the space left on a partition Add blanking support to libnautilus-burn Ask the user if he wants to erase an already used disc Correctly namespace all the libnautilus-burn functions Tell the user that the data possibly won't fit on the disc Warn the user if he's trying to write a CD with an ISO image inside
2005-03-22 17:33:55 +01:00
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
NAUTILUS_CD_BURNER_BUILDLINK3_MK:= ${NAUTILUS_CD_BURNER_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= nautilus-cd-burner
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nnautilus-cd-burner}
BUILDLINK_PACKAGES+= nautilus-cd-burner
.if !empty(NAUTILUS_CD_BURNER_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.nautilus-cd-burner+= nautilus-cd-burner>=2.12.1nb1
BUILDLINK_RECOMMENDED.nautilus-cd-burner?= nautilus-cd-burner>=2.12.3
Update to 2.10.0: ============== Version 2.10.0 ============== This is a stable release to coincide with the release of Gnome 2.10.0. The only differences between this version and 2.9.8 are some translation updates and a new README. Translators * Vladimir Petkov (bg) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Brandt (de) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Baptiste Mille-Mathias (fr) * Ankit Patel (gu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Gnome PL Team (pl) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Mugurel Tudor (ro) * Leonid Kanter (ru) * Marcel Telka (sk) * Laurent Dhima (sq) * Данило Шеган (sr) * Christian Rose (sv) * Emrah Ünal (tr) * Maxim Dziumanenko (uk) * Liu Songhe (zh_CN) * Woodman Tuen (zh_TW) 2.9.8: Don't hang on pipe EOF on BSD Identify blank non-DVD discs in the no-HAL case 2.9.7: Report the correct capacity for sequential DVD-RW discs Fix missing warning about overwriting data on disc Get blank status correctly for systems without HAL Only use UTF8 with mkisofs if it is patched to support it Don't hang on unknown errors from mkisofs Make wording in interrupt confirmation dialog less ambiguious Fallback to opening devices read-only on Linux 2.4 systems 2.9.6: Improve error reporting from make_iso process Try to unmount busy volumes before asking for media 2.9.5: Clarify language in message dialogs Use consistent size units in user visible strings 2.9.4: Give a better error message when an ISO image isn't readable Use gnome-vfs to check the space left on a partition Add blanking support to libnautilus-burn Ask the user if he wants to erase an already used disc Correctly namespace all the libnautilus-burn functions Tell the user that the data possibly won't fit on the disc Warn the user if he's trying to write a CD with an ISO image inside
2005-03-22 17:33:55 +01:00
BUILDLINK_PKGSRCDIR.nautilus-cd-burner?= ../../sysutils/nautilus-cd-burner
.endif # NAUTILUS_CD_BURNER_BUILDLINK3_MK
.include "../../sysutils/nautilus/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}