Commit graph

19 commits

Author SHA1 Message Date
drochner
09fbd2135d totem-pl-parser doesn't need evolution-data-server anymore -- remove
a stale option
2010-04-09 19:47:32 +00:00
wiz
27e765fb89 Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,
depend on version that removed dependency and bump PKGREVISION for
dependencies.
2010-03-20 12:43:29 +00:00
drochner
a2a06649a2 fix the "Check Integrity" function on NetBSD (which compares md5
hashes to files on a (not mounted) data CD/DVD): limit the buffer
size to 32k, otherwise physio()/MAXPHYS strikes
being here, add typecasts in some isspace(char) cases
bump PKGREVISION
2009-12-20 11:24:13 +00:00
drochner
b8b31f2b6d update to 2.28.3
changes:
-bugfixes
-translation updates
2009-12-16 17:25:49 +00:00
drochner
dd47df36c2 update to 2.28.2
this switches to the gnome-2.28 release branch
2009-12-09 19:01:05 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
drochner
c1bb46f2a8 update brasero to 2.26.3
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-26 18:25:01 +00:00
wiz
d70523df21 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-07-22 09:01:16 +00:00
joerg
8021042e1a Add regenerated files for patch-aa and patch-ab, as I can't figure out
the build dependencies needed to regenerate them for bulk builds.
2009-07-06 15:22:14 +00:00
bjs
86bcbe7115 Include BUILD_DEPENDS for devel/gnome-macros in case they're not installed.
Regen with autoreconf -i.
2009-06-16 22:40:06 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
18e4d758d7 Add URL to upstream bug report. 2009-05-20 13:43:21 +00:00
wiz
5cfbac17bc Update to 2.26.2. Set LICENSE to gnu-gpl-v2.
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-05-20 13:21:13 +00:00
wiz
b1076bb765 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
wiz
b8054b9702 Fix CD burning handling on NetBSD. From Jared McNeill in PR 41043.
Bump PKGREVISION.
2009-03-22 09:30:38 +00:00
joerg
2d1ba244e9 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.
2009-03-20 19:23:50 +00:00
hasso
477ee8c5e2 Needs msgfmt. 2009-03-19 23:20:07 +00:00
jmcneill
cbaa0b8685 Add bl3 file for libbrasero-media 2009-03-17 23:40:37 +00:00
jmcneill
7e5851504d Import brasero version 2.26.0.
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.
2009-03-16 10:49:06 +00:00