summaryrefslogtreecommitdiff
path: root/sysutils/brasero
AgeCommit message (Collapse)AuthorFilesLines
2009-07-26update brasero to 2.26.3drochner10-39/+125
changes: minor bugfixes, translation updates pkgsrc changes: -in scsi io code, remove the code which builds a raw device path from a block device - use the raw_device hal property instead -split out the nautilus plugin, allows to use brasero (and its clients, eg sound-juicer) with less gnome desktop overhead -support playlist parsing as an option -- unfortunately this pulls in evolution-data-server indirectly which is pretty large for that limited gain of functionality (on per default, as in other pkgs able to use the evolution database) -cleanup
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
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-07-06Add regenerated files for patch-aa and patch-ab, as I can't figure outjoerg4-6/+245
the build dependencies needed to regenerate them for bulk builds.
2009-06-16Include BUILD_DEPENDS for devel/gnome-macros in case they're not installed.bjs1-3/+8
Regen with autoreconf -i.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-71/+1
2009-05-20Add URL to upstream bug report.wiz4-6/+11
2009-05-20Update to 2.26.2. Set LICENSE to gnu-gpl-v2.wiz3-10/+16
18-5-2009 Bug fixed: #578970 – should allow all text targets, not just UTF8_STRING #578977 – use g_uri_list_extract_uris #578959 – brasero crashed with SIGSEGV in g_closure_invoke() #579023 – No error message when attempting to burn on incorrect medium and part of #573807 – Image selection filters are badly named #582143 – Reports successful copy when out of disk space in copying DVD Translations: Marios Zindilis <m.zindilis@dmajor.org>: Updated Greek translation David Planella <david.planella@gmail.com>: Added Catalan translation by Joan Duran Jorge Gonzalez <jorgegonz@svn.gnome.org>: Updated Spanish translation Mattias Põldaru <mahfiaz gmail com>: Updating Estonian translation Khaled Hosny <khaledhosny@eglug.org>: Updated Arabic translation, with various spell checking and translation fixes
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-27/+1
infrastructure supports this properly (thanks joerg!).
2009-03-22Fix CD burning handling on NetBSD. From Jared McNeill in PR 41043.wiz2-5/+11
Bump PKGREVISION.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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.
2009-03-19Needs msgfmt.hasso1-2/+2
2009-03-17Add bl3 file for libbrasero-mediajmcneill1-0/+19
2009-03-16Import brasero version 2.26.0.jmcneill8-0/+702
Brasero is an application to burn CDs and DVDs for the GNOME desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.