Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/dir2ogg,
Command-line {wav,mp3,m4a} to ogg converter
Branch: CURRENT,
Version: 0.11.8,
Package name: dir2ogg-0.11.8,
Maintainer: netbsddir2ogg is a python script which converts mp3, m4a, wma and wav files into OGG
Vorbis format. It was inspired by the perl script mp32ogg.
Required to run:[
audio/py-mutagen] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 08e5d6a0979ceb3ed59060820d29146ac03b899d
Filesize: 20.649 KB
Version history: (Expand)
- (2021-12-17) Package deleted from pkgsrc
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
CVS history: (Expand)
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.
|