Please test and mark stable =media-libs/mutagen-1.5.1, an audio metadata tag reader and writer library. It has a test suite (FEATURES="test"). You can also test the library with `exfalso` from media-sound/quodlibet.
alpha and amd64 stable.
1) emerges fine 2) passes collision test 3) passes test suite, but issues WARNING: Skipping Ogg Vorbis reference tests. Why? And is that bad? 4) exfalso works Portage 2.1-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.17-gentoo-r4 i686) ================================================================= System uname: 2.6.17-gentoo-r4 i686 AMD Athlon(tm) XP 2500+ Gentoo Base System version 1.12.4 app-admin/eselect-compiler: [Not Present] dev-lang/python: 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo" CXXFLAGS="-O2" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache collision-protect distlocks metadata-transfer parallel-fetch sandbox sfperms strict test" GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/" LANG="de_DE@euro" LC_ALL="de_DE@euro" LINGUAS="de" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.informatik.rwth-aachen.de/gentoo-portage" USE="x86 3dnow 3dnowext X Xaw3d a52 alsa arts artworkextra asf audiofile avi bash-completion beagle berkdb bidi bitmap-fonts bootsplash branding bzip2 cairo cdda cddb cdparanoia cdr cli cracklib crypt css cups curl custom-cflags dbus dga directfb divx4linux dlloader dri dts dvd dvdr dvdread dvi eds emacs emboss encode esd evo exif expat fam fat fbcon ffmpeg firefox foomaticdb fortran ftp gb gcj gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml hal icq idn imagemagick imap imlib ipv6 isdnlog java javascript jikes jpeg jpeg2k ldap leim libg++ libwww lm_sensors mad maildir matroska mbox mikmod mime mmx mmxext mng mono motif mp3 mpeg mpeg2 mule nautilus ncurses nforce2 nls nocardbus nptl nptlonly nsplugin nvidia objc ogg opengl pam pcre pdf pdflib perl plotutils pmu png ppds pppd preview-latex print python qt3 qt4 quicktime readline reflection reiserfs samba sdk session slang spell spl sse ssl svg svga t1lib tcltk tcpd theora thunderbird tiff truetype truetype-fonts type1-fonts udev usb vcd videos vorbis win32codecs wmf wxwindows xine xml xorg xosd xv xvid zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux linguas_de userland_GNU video_cards_radeon video_cards_vesa video_cards_fbdev" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
SPARC stable
(In reply to comment #2) > 3) passes test suite, but issues > WARNING: Skipping Ogg Vorbis reference tests. > Why? You are probably missing pyvorbis. > And is that bad? No, not really. It is only used for the compatibility tests, not for actually using the library. I've added deps for the compatibility tests to the ebuild so when you have USE="test" it will pull in all of the deps needed to run all of the tests.
works here in x86 land, made me remember socal
Now the tests fail, Thomas: WriteForEyeD3 (3): FFF 0 ====================================================================== FAIL: test_addframe (tests.test_id3.WriteForEyeD3) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/mutagen-1.5.1/work/mutagen-1.5.1/tests/test_id3.py", line 1421, in test_addframe self.assertEquals(id3.frames["TIT3"][0].text, "A subtitle!") AssertionError: u'A subtitle!\x00' != 'A subtitle!' ====================================================================== FAIL: test_changeframe (tests.test_id3.WriteForEyeD3) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/mutagen-1.5.1/work/mutagen-1.5.1/tests/test_id3.py", line 1431, in test_changeframe self.assertEquals(id3.frames["TIT2"][0].text, "The sound of silence.") AssertionError: u'The sound of silence.\x00' != 'The sound of silence.' ====================================================================== FAIL: test_same (tests.test_id3.WriteForEyeD3) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/mutagen-1.5.1/work/mutagen-1.5.1/tests/test_id3.py", line 1406, in test_same self.assertEquals(id3.frames["TALB"][0].text, "Quod Libet Test Data") AssertionError: u'Quod Libet Test Data\x00' != 'Quod Libet Test Data'
(In reply to comment #6) > Now the tests fail, Thomas: Congratulation, you found bugs in eyeD3! These are not failures in mutagen. The test suite runs these tests by doing an operation with mutagen and checking if the result is correct. Then, it does the same operation in eyeD3 and checks if the result is correct. Below are code snippets from the failed tests. From test_id3.py: id3 = eyeD3.tag.Tag(eyeD3.ID3_V2_4) id3.link(self.newsilence) self.assertEquals(id3.frames["TIT3"][0].text, "A subtitle!") id3 = eyeD3.tag.Tag(eyeD3.ID3_V2_4) id3.link(self.newsilence) self.assertEquals(id3.frames["TIT2"][0].text, "The sound of silence.") id3 = eyeD3.tag.Tag(eyeD3.ID3_V2_4) id3.link(self.newsilence) self.assertEquals(id3.frames["TALB"][0].text, "Quod Libet Test Data") > WriteForEyeD3 (3): FFF 0 > ====================================================================== > FAIL: test_addframe (tests.test_id3.WriteForEyeD3) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/var/tmp/portage/mutagen-1.5.1/work/mutagen-1.5.1/tests/test_id3.py", > line 1421, in test_addframe > self.assertEquals(id3.frames["TIT3"][0].text, "A subtitle!") > AssertionError: u'A subtitle!\x00' != 'A subtitle!' > > ====================================================================== > FAIL: test_changeframe (tests.test_id3.WriteForEyeD3) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/var/tmp/portage/mutagen-1.5.1/work/mutagen-1.5.1/tests/test_id3.py", > line 1431, in test_changeframe > self.assertEquals(id3.frames["TIT2"][0].text, "The sound of silence.") > AssertionError: u'The sound of silence.\x00' != 'The sound of silence.' > > ====================================================================== > FAIL: test_same (tests.test_id3.WriteForEyeD3) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/var/tmp/portage/mutagen-1.5.1/work/mutagen-1.5.1/tests/test_id3.py", > line 1406, in test_same > self.assertEquals(id3.frames["TALB"][0].text, "Quod Libet Test Data") > AssertionError: u'Quod Libet Test Data\x00' != 'Quod Libet Test Data' >
Emerge and tests fine on ppc (works, too). Need to keyword dev-python/eyeD3 for ppc, though. Portage 2.1-r2 (default-linux/ppc/ppc32/2006.0/G4, gcc-4.1.1, glibc-2.3.6-r4, 2.6.17-20060623 ppc) ================================================================= System uname: 2.6.17-20060623 ppc 7455, altivec supported Gentoo Base System version 1.6.14 app-admin/eselect-compiler: [Not Present] dev-lang/python: 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r4 ACCEPT_KEYWORDS="ppc" AUTOCLEAN="yes" CBUILD="powerpc-unknown-linux-gnu" CFLAGS="-O2 -mtune=G4 -maltivec -mabi=altivec -pipe" CHOST="powerpc-unknown-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-O2 -mtune=G4 -maltivec -mabi=altivec -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict test userpriv usersandbox" GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo" LANG="en_US.ISO-8859-1" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/overlays/local" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="ppc X alsa altivec apm bash-completion bitmap-fonts bonobo bzip2 cdr cli crypt dlloader dri dvd eds emboss encode fbcon foomaticdb gdbm gif gpm gstreamer gtkhtml imlib ipv6 isdnlog jpeg kde libg++ libwww mad mikmod motif mozilla mp3 mpeg ncurses nls nptl ogg oggvorbis opengl pam pcre pdflib perl pic png pppd python qt3 qt4 quicktime readline reflection ruby sdl session spell spl ssl tcpd test truetype truetype-fonts type1-fonts udev unicode vorbis xinerama xml xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU video_cards_radeon" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
ppc stable
1.5.1 stable on all arches. 1.5 removed from portage.