summaryrefslogtreecommitdiff
path: root/sysutils/nautilus-cd-burner
AgeCommit message (Collapse)AuthorFilesLines
2005-03-16Added a patch needed for gcc-2.95.3. Approved by wiz.rillig2-1/+22
2005-02-26Update to 2.8.7:jmmv2-6/+8
* Fallback to opening devices read-only on Linux 2.4 systems.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28Update to 2.8.6:jmmv3-10/+10
Fixes for bindings, and C++ usage Fix in the CD selection widget when the first drive isn't a recorder
2004-10-28Update to 2.8.3:jmmv2-6/+5
2.8.3: Lock drive while burning when using HAL Fix potential crasher when getting the Read/Write speed of a drive Don't crash when no real drives are available 2.8.2: Fix problems with some messages not being translated Fix wrong messages in dialogs when asking for a CD to be inserted Fix problems with CD drives that can't tell which medium is in the drive Use HAL to get the medium type if it's available 2.8.1: Only show CD recorders in the UI Fix crash when no medium was present in the drive and we started burning Fix two potential crash bugs
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-11/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv6-18/+97
2.8.0: Fix a small HIG mistake 2.7.6: Fix getting size of DVD-R and DVD-RW 2.7.5: Add API to get the media size (and minutes/seconds equivalent) to our library Respect the HIG for all the error dialogs Implement burning with "Burnproof" mode, for newer cdrecord versions Fix translations of the "Write to Disc" menu in nautilus 2.7.4: Overburn support in GConf Easier to use user interface, including removal of the "Erase CD" checkbox Simplify the HAL specific code Remove the eel dependency in nautilus-cd-burner itself Fix a crash when selecting the File Image target Fix the "dummy" option appearing when not in debug mode Some memory leak fixes 2.7.3: Remove the libstdc++ dependency on FreeBSD 5.x Fix the HAL requirements Fix possible crashes in BaconCdSelection 2.7.2: Make translations work again 2.7.1: Basic discovery, via cdrecord, on unsupported platforms Add mnemonics to the main window Make debug run-time configurable Integration of the BaconCdSelection widget, and the cd_drive_scan utility Fix a possible conflict with udev on Linux 2.6 kernels
2004-05-15Update to 2.6.1:jmmv3-6/+8
- Translation updates. - Fix temporary directory gconf settings bug.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Initial import of nautilus-cd-burner, version 2.6.0:jmmv5-0/+157
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.