2014-10-20 15:09:05 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update comment. py-mutagen is 3.x ready, but this itself isn't.
|
2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2012-09-28 23:24:30 by Aleksej Saushev | Files touched by this commit (99) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-04-08 21:09:41 by Thomas Klausner | Files touched by this commit (127) |
Log message:
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
|
2011-08-06 21:13:34 by Guillaume Lasmayous | Files touched by this commit (1) |
Log message:
dir2ogg can be built with newer python.
|
2009-11-04 23:12:30 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Update to dir2ogg-0.11.8
dir2ogg (0.11.8) RELEASED; urgency=low
* Process files in alphabetical order (Closes: #536040).
* Support converting directories without specifying -d (Closes: #535209).
* Introduce support for Monkey's Audio with APEv2 tags (LP: #279834).
* Introduce support for Musepack with APEv2 tags.
* Introduce support for WavPack files with APEv2 tags.
* Make output more readable:
- Progress message stating the current file and the decoder.
- New command-line option -Q,--quiet to not display progress from oggenc.
- Do not show progress from decoder at at all, as it may conflict with
the output of oggenc.
-- Julian Andres Klode <jak@debian.org> Tue, 04 Aug 2009 20:23:00 +0200
|
2009-05-30 08:19:41 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Update to 0.11.7
Changelog:
dir2ogg (0.11.7) RELEASED; urgency=low
* Recognize the track number in mp3 files
* Fix problems with mpg123 and files not using 44100Hz (LP: #272341)
* Make --preserve-wav work when using mplayer (Closes: #513566)
* Fix problem where tags from one file appear in other files (LP: #276037)
* Inform people that converting CDs is not well supported.
|
2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-04-14 23:51:39 by Guillaume Lasmayous | Files touched by this commit (1) |
Log message:
Mark as destdir ready.
Add LICENSE.
|