Commit graph

31 commits

Author SHA1 Message Date
drochner
215e99332a update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:51:19 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
drochner
424cb9e4d3 update to 2.30.4
changes:
-minor fixes
-documentation updates
2010-10-22 20:05:53 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
drochner
d316fd9108 propagate libsoup dependency 2010-08-30 17:19:49 +00:00
reed
30470f7bd8 Add period to end of sentence. 2010-08-18 15:35:20 +00:00
drochner
a16dacd1d6 update to 2.30.2
changes:
-Add Genre extension to XSPF playlists
-Add support for Last.fm's new XSPF extensions
-bugfixes
2010-08-09 10:43:24 +00:00
drochner
cc6e40c913 update to 2.30.1
This switches to the gnome-2.30 release branch.

(shlib major change, bl3 dependency bumped)
2010-07-06 15:22:23 +00:00
wiz
e8d8834f6a 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-06-13 22:43:46 +00:00
obache
b9f5530630 Need workaround for upstream gtk-doc Bug#56230.
Noticed by Daniel Vergien in PR 41475.
2010-05-23 11:19:26 +00:00
drochner
efed57b0f9 update to 2.28.3
changes:
-Add introspection support
-bugfixes
2010-05-14 16:41:40 +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
wiz
6d729c9b41 Remove evolution-data-server dependency, it's not necessary since
2.27.2 where gmime was introduced replacing it.
Bump PKGREVISION.

Noted by Dennis den Brok.
2010-03-20 12:40:27 +00:00
drochner
5116503c0f update to 2.28.2
changes:
* Add support for subtitle properties in SMIL files
* Make totem-pl-parser's XML parsing thread-safe
* Fix detection of DVD ISOs from remote shares
* Fix getting DVD title from remote shares
* Fix some RSS feeds being detected as HTML
* Fix parsing of multi-line RTSPtext files
* Fix parsing of some RSS feeds with valid XML, but
  broken CDATA usage
2009-12-16 18:55:13 +00:00
drochner
4d6bd7dabe update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-21 16:12:03 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
03d7fa9300 Update to 2.26.2:
2.26.2:
- Fix relative paths resolution for a number of playlist types
- Implement support for non-unicode encodings in the XML parser
- Fix parsing of iTunes podcasts for recent Apple changes
- Fix incorrect parsing of non-metalink QuickTime files
2009-05-19 15:32:37 +00:00
drochner
1fc2f08fb7 update to 2.26.1
changes:
- Fix playback of radio streams when the URL has a trailing slash
- Fix detection of ISOs as VCDs or DVDs
- Fix parsing of some podcasts with huge amounts of CDATA in the XML
2009-04-07 10:00:57 +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
jmcneill
7f642a7bc6 Update totem-pl-parser to 2.26.0.
2.26.0:
* Updated translations

2.25.92:
* Updated translations

2.25.91:
* Update API documentation
* Fix PLA writing to make filenames appear correctly on the device
* Fix possible crasher in the itms feed parser
* Fix crasher when parsing a PLS file with invalid UTF-8

2.25.90:
* Add support for the WPL playlist type
* Fix the Python bindings not working
* Fix a few memory leaks in XSPF parsing
* Fix parsing of ISO-8859-1 M3U files
* Ignore rtmp:// URIs

2.25.1 (changes to 2.24.3):
* Port disc detection code to GIO, remove HAL dependency
* Add a way to disable the libcamel dependency for very
  specific system integration cases
* Use error codes properly and document them
2009-03-16 12:13:59 +00:00
wiz
a5d927c77f Update to 2.24.4:
2.24.4:
* Fix PLA writing to make filenames appear correctly on the device
* Fix possible crasher in the itms feed parser
2009-02-21 17:04:32 +00:00
wiz
73dadc9dbe Update to 2.24.3:
2.24.3:
* Fix parsing of RSS feeds that use HTML comments
* Fix problems that made Totem show an error when selecting
  a data device in the Movie menu
2008-12-08 13:09:45 +00:00
wiz
371295376d Update to 2.24.2:
2.24.2:
* Fix parsing of M3U files
* Export missing symbol, fixes the Python bindings
2008-10-30 21:51:48 +00:00
drochner
85bdd6fcdb update to 2.24.1
This switches to the gnome-2.24 release branch.
2008-10-16 17:22:57 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
drochner
387d487697 make it build on DragonFly/FreeBSD, from Hasso Tepper per PR pkg/38821,
slightly modified by me
2008-06-02 16:45:15 +00:00
obache
897039633b Need msgfmt to build.
Noticed by Hasso Tepper in PR 38805.
2008-05-31 11:21:44 +00:00
drochner
1fa18138a1 update to 2.22.3
changes:
* Fix the playlist parser trying to parse RCS files
* Fix parsing of file that appear to be DOS text files but are Podcasts
* Fix linefeeds appearing in titles
2008-05-14 18:34:23 +00:00
drochner
d31960839f add totem-pl-parser-2.22.2, a library to parse playlists, used to be
part of totem, but was split out in gnome-2.22
2008-04-11 19:05:55 +00:00