Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
|
|
|
|
|
|
this switches to the current stable release branch
(source and binary compatible afaict)
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
It turns out there were a lot of these.
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
changes:
-Fix parsing of remote RSS feeds
-Add support for M4U/MXU playlists
|
|
|
|
|
|
changes: bugfixes
|
|
|
|
changes: bugfixes
|
|
|
|
This switches to the gnome-2.32 release branch.
|
|
|
|
changes:
-minor fixes
-documentation updates
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
|
|
|
|
changes:
-Add Genre extension to XSPF playlists
-Add support for Last.fm's new XSPF extensions
-bugfixes
|
|
This switches to the gnome-2.30 release branch.
(shlib major change, bl3 dependency bumped)
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
Noticed by Daniel Vergien in PR 41475.
|
|
changes:
-Add introspection support
-bugfixes
|
|
depend on version that removed dependency and bump PKGREVISION for
dependencies.
|
|
2.27.2 where gmime was introduced replacing it.
Bump PKGREVISION.
Noted by Dennis den Brok.
|
|
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
|
|
This switches to the gnome-2.28 release branch.
|
|
|
|
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
2.24.4:
* Fix PLA writing to make filenames appear correctly on the device
* Fix possible crasher in the itms feed parser
|
|
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
|