NOTICE: This package has been removed from pkgsrc

./sysutils/nautilus-cd-burner, CD burner view for Nautilus

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.24.0nb3, Package name: nautilus-cd-burner-2.24.0nb3, Maintainer: pkgsrc-users

nautilus-cd-burner is an extension to Nautilus that makes it easy to
write files to a CD burner.

The user uses Nautilus or another gnome-vfs aware app to copy the
files he wants to write to burn:///, and then nautilus-cd-burner is
launched in some way to write the files to the CD.


Required to run:
[sysutils/desktop-file-utils] [sysutils/dbus-glib] [sysutils/cdrtools] [sysutils/nautilus] [graphics/hicolor-icon-theme] [devel/GConf] [devel/glib2] [devel/libgnome] [devel/libglade] [devel/libgnomeui] [devel/eel] [x11/gtk2] [sysutils/gnome-mount] [sysutils/hal]

Required to build:
[textproc/intltool] [lang/perl5] [pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/xcb-proto]

Master sites: (Expand)

SHA1: 2acf746c995f19c382c9a7a55a545edcfc8dc29e
RMD160: 22510b8074426b7ed4a718f9f6dfb7f82a37a073
Filesize: 708.249 KB

Version history: (Expand)


CVS history: (Expand)


   2010-07-14 20:32:46 by Matthias Drochner | Files touched by this commit (5) | Package removed
Log message:
nautilus-cd-burner has been replaced by "brasero"
   2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-07-26 21:09:26 by Matthias Drochner | Files touched by this commit (1)
Log message:
I hope I removed all dependencies, so this pkg can be removed eventually.
remove bl3 file to discourage adding new ones
   2009-07-22 11:01:55 by Thomas Klausner | Files touched by this commit (373)
Log message:
Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
   2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.