summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2010-12-29Update timestamp of aclocal.m4, or unwanted aclocal may be invoked on build,obache1-1/+2
and result in failure.
2010-12-27Add patch-ak for DragonFly.obache2-1/+23
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty3-6/+6
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-23Configure require msgfmt, msgmerge and xgettext.obache1-2/+2
2010-12-18Update to 1.5. Changes:shattered3-9/+14
- Faster filtering, simple audio player, GUI and usability improvements. - Support for Ogg cover art, import from Amazon. - Support for WMA/ASF, AIFF and WAV files, advanced playlist creation, improved tag editing. - Import of album cover art, options to mark changed tag fields and to store the ID3v2 genre as text instead of numeric string.
2010-12-16make 10.2 work on macosx (port wouldn't compile since it was upgradedchuck4-18/+40
from 9.8 to 10.2). the main issue is that macosx doesn't have the clockid_t and clock_gettime() API.
2010-12-15fix shell syntax error in patch-aa and patch-ac. added missing doublechuck3-7/+7
quotes to this line: EXTRA_LIBS="-framework CoreFoundation -framework IOKit" otherwise configure gives you this nice error (but keeps going): ./configure: line 3015: CoreFoundation: command not found
2010-12-02Fix path to dbus machine-id file. Bump PKGREVISION.wiz3-7/+16
From Chuck Silvers.
2010-11-30update to 3.0.3drochner3-9/+9
changes: -Use Requires.private instead of Requires for dependencies in libmusicbrainz3.pc -Support for reading and submitting ISRCs -Support for reading ratings for all entity type -Full release group and label support -C wrappers for extractFragment and extractUuid -Support for filtering by any Lucene query
2010-11-30+mp3splt-gtkdrochner1-1/+2
2010-11-30add mp3splt-gtk-0.6, a GUI frontend for libmp3spltdrochner4-0/+51
2010-11-30update to 2.2.9drochner4-51/+6
changes: -support libmp3splt's new features -bugfixes
2010-11-30update to 0.6drochner4-8/+26
changes: -added support for both ID3v1 and v2 -more output format variables -i18n support -cue export support -bugfixes
2010-11-30+mp3wrapdrochner1-1/+2
2010-11-30add mp3wrap-0.5, a cmd line tool to concatenate mp3 files into adrochner4-0/+32
large playable one, keeping metainformation so that the pieces can be restored by mp3splt
2010-11-28Changes 0.26:adam5-23/+22
* Gtk+ 3.x fixes. Changes 0.25: * Optionally build with Gtk+ 3.x in addition to Gtk+ 2.x. Changes 0.24: * GTK code is now fine with GSEAL. Minor fixes in the PulseAudio backend, other fixes. Changes 0.23: * various minor fixes in the pulse and gstreamer backends as well in the Vala API. Support for the recently standardized Vorbis 6.1/7.1 multichannel modes.
2010-11-24SunPro doesn't like zero-sized array declarations, use 1.shattered2-1/+17
"audio_out_wav.c", line 166: zero or negative subscript "audio_out_wav.c", line 167: zero or negative subscript
2010-11-20Delint.shattered1-2/+2
2010-11-19Remove nonexistent patch file entries from distinfo.obache1-6/+1
Those files were removed over a year ago, but distinfo was not commited. PR#44116 by Ryo ONODERA.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs76-148/+152
2010-11-15rename local "pause" definitions, these conflict with the uselessdrochner6-8/+95
pause(3) function recently added to -current
2010-11-09Changes 1.4.0:adam8-53/+38
* Implement corrected channel mappings for all input and playback file types * Correct an possible infinite loop in WAV input reading code when header is corrupt * Implement disable_coupling option for oggenc * Fix Ctrl-C lockup bug in ogg123 * ogg123 playback in sorted order * Add WAVEFORMATEXTENSIBLE support * More translations * Add '-' as stdin/out filename in vcut * Add -lnetwork check for socket in configure * Remove 'extra' F parameter from ogg123 remote output
2010-11-09Changes 1.3.2:adam3-15/+58
* vorbis: additional proofing against invalid/malicious streams in floor, residue, and bos/eos packet trimming code (see SVN for details). * vorbis: Added programming documentation tree for the low-level calls * vorbisfile: Correct handling of serial numbers array element [0] on non-seekable streams * vorbisenc: Back out an [old] AoTuV HF weighting that was first enabled in 1.3.0; there are a few samples where I really don't like the effect it causes. * vorbis: return correct timestamp for granule positions with high bit set. * vorbisfile: the [undocumented] half-rate decode api made no attempt to keep the pcm offset tracking consistent in seeks. Fix and add a testing mode to seeking_example.c to torture test seeking in halfrate mode. Also remove requirement that halfrate mode only work with seekable files. * vorbisfile: Fix a chaining bug in raw_seeks where seeking out of the current link would fail due to not reinitializing the decode machinery. * vorbisfile: improve seeking strategy. Reduces the necessary number of seek callbacks in an open or seek operation by well over 2/3.
2010-11-08Remove 24 from accepted python versions, because the py-gobject dependencywiz1-2/+2
does not support it. Part 1 of PR 44062 by Aleksey Cheusov.
2010-11-07Add 'unicode' option (support for non-Latin-1 characters in ID3v2 tags).shattered2-3/+9
Revision++.
2010-11-01Reset maintainer.wiz3-6/+6
2010-10-31This package supports only SunOS, IRIX, and *BSD.shattered1-2/+2
Thus, set ONLY_FOR_PLATFORM, not NOT_FOR_PLATFORM.
2010-10-30-revert last change to the "oss" option handling, it used "configure"drochner2-4/+4
arguments which don't work (but keep inclusion of oss.bl3.mk) -ignore fmemopen(3) -- the code assumes too much if this is found, fixes build on NetBSD-current
2010-10-30Let to offer pkgsrc default mysql server for resolving dependency.obache1-2/+2
2010-10-29Another bug fix from upstream, bump PKGREVISION.wiz3-7/+10
2010-10-29Delint.shattered1-5/+5
2010-10-27Don't accidentally compile in OSS support if oss option is unset.shattered2-4/+8
Revision++
2010-10-27Update gst-fluendo-mp3 to 0.10.15.obache3-17/+26
2010-10-21 Jorge Zapata <jzapata@fluendo.com> * src/flump3dec.c: (flump3dec_reset), (flump3dec_flush), (flump3dec_sink_chain), (flump3dec_check_for_xing), (flump3dec_drain_avail): * src/flump3dec.h: * win32/oa/config.h: Add a discont double check, checking the flag is not enough given that rtpmpadepay/rtpmpapay adds a discont flag on every buffer, so we also check the timestamps difference. Whenever we are looking for the Xing header and it is not found we must reset the bitstream. Add a cast to correctly display the needed bits. 2010-03-12 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.14 === 2010-03-12 Julien Moutte <julien@fluendo.com> * ChangeLog: I screwed up with the release process ! * configure.ac: Back to TRUNK. 2010-03-12 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.13 === 2010-03-12 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.13 === 2010-03-08 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (flump3dec_sink_event): Do not drain in segment updates. 2009-10-28 Josep Torra <josep@fluendo.com> * Makefile.am: * autogen.sh: * configure.ac: Renamed 'decoder' folder to 'src' folder to follow the naming of the other plugins. 2009-10-28 Josep Torra <josep@fluendo.com> * configure.ac: Added handling of assemby code by automake. 2009-10-28 Josep Torra <josep@fluendo.com> * Makefile.am: Make autogen.sh being disted. 2009-09-16 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.12 === 2009-09-15 Thijs Vermeir <thijs@fluendo.com> * decoder/flump3dec.c: drain available frames before applying new segment 2009-08-24 Julien Moutte <julien@fluendo.com> * win32/oa/Makefile.am: Add OSSBUILD VCPROJ to dist. * win32/oa/config.h: Updated. 2009-03-07 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.11 === 2009-02-26 Julien Moutte <julien@fluendo.com> * Makefile.am: * configure.ac: * win32/Makefile.am: * win32/oa/Makefile.am: * win32/oa/config.h.in: Make sure we include Win32 in the release process. Autogenerate the config.h file with proper versioning. 2009-02-19 Julien Moutte <julien@fluendo.com> * decoder/flump3dec.c: (flump3dec_sink_event): Use gst_pad_push_event as it's faster. 2008-12-11 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.10 === 2008-11-21 Julien Moutte <julien@fluendo.com> * configure.ac: Use the CPU_TUNE macro. * decoder/Makefile.am: Use CPU_TUNE CFLAGS and LDFLAGS for exec stack. * decoder/flump3dec.c: (flump3dec_flush), (flump3dec_sink_chain), (flump3dec_drain_avail), (flump3dec_sink_event): * decoder/flump3dec.h: Clean up indentation and make sure we set the discont flag on audio buffers when required. This fixes non flushing seek with MP3 dec in the pipeline (looping). 2008-10-13 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.9 === 2008-10-13 Julien Moutte <julien@fluendo.com> * configure.ac: Make sure we don't set the Exec stack flag and don't build static libraries. * decoder/Makefile.am: Make naming of the LDFLAGS more consistent. 2008-09-15 Sergi Alvarez <salvarez@fluendo.com> * decoder/flump3dec.c: (flump3dec_src_query): Check for format_bytes and format_default like comment above says. Avoid dupped check. 2008-06-18 Paul Brossier <piem@fluendo.com> * configure.ac: back to TRUNK. === release 0.10.8 === 2008-06-09 Paul Brossier <piem@fluendo.com> * configure.ac: update to use AG_CHECK_IPP 2008-06-09 Paul Brossier <piem@fluendo.com> * configure.ac: update IPP lookup 2008-05-25 Julien Moutte <julien@fluendo.com> * COPYING: * README: * decoder/bitstream.c: * decoder/bitstream.h: * decoder/common.c: * decoder/common.h: * decoder/decode.c: * decoder/decode.h: * decoder/flump3dec.c: * decoder/flump3dec.h: * decoder/mp3-c-synth.c: * decoder/mp3-c.c: * decoder/mp3-c.h: * decoder/mp3-cos-tables.h: * decoder/mp3-ipp.c: * decoder/mp3-ipp.h: * decoder/mp3tl-priv.h: * decoder/mp3tl.c: * decoder/mp3tl.h: * decoder/table-bitalloc.h: * decoder/table-dewindow.h: * decoder/table-huffdec.h: * decoder/table-powtable-2.h: * decoder/table-powtable.h: * util/gen-pow-table-2.c: (main): Update copyrights. 2008-05-25 Julien Moutte <julien@fluendo.com> Patch by: Yoav Steinberg <yoav at monfort dot co dot il> * decoder/bitstream.c: (bs_getbytes): * decoder/bitstream.h: * decoder/common.h: * decoder/decode.c: (II_dequant_and_scale_sample), (I_dequant_and_scale_sample), (init_syn_filter): * decoder/flump3dec.c: (flump3dec_base_init), (gst_flump3dec_update_ts), (flump3dec_drain_avail): * decoder/mp3-c-synth.c: (mp3_SubBandSynthesis), (MPG_DCT_8): * decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample), (III_stereo), (III_antialias), (inv_mdct_s), (imdct_9pt), (init_mdct), (III_hybrid): * decoder/mp3-cos-tables.h: * decoder/mp3tl.c: (mp3tl_sync), (mp3tl_decode_frame): * decoder/table-dewindow.h: * decoder/table-powtable-2.h: * decoder/table-powtable.h: Fix code to support Win32 build. 2008-03-18 Kapil Agrawal <kapil@fluendo.com> * decoder/mp3tl.c: (mp3tl_new): Initializing freebitrate flag to true. (mp3tl_sync): changed the read_header arguments. * decoder/decode.c: (read_header): changed the first argument to mp3tl, changes to support free format bitrate and moved parsing of first 21 bits to a new function read_main_header.Fixes ticket #23. * decoder/mp3tl-priv.h: added free format related elements in mp3tl. * decoder/decode.h: included mp3tl-priv.h. 2008-02-25 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.7 === 2008-02-22 Josep Torra Valles <josep@fluendo.com> * configure.ac: Updated to compile with IPP version 5.3.1.062 2008-02-19 Kapil Agrawal <kapil@fluendo.com> * decoder/mp3tl.c: (mp3tl_sync): Fixed ticket #102. header and sync length were not considered while checking minimum frame size. 2007-12-14 Julien Moutte <julien@fluendo.com> * gst-fluendo-mp3.spec.in: Handle SElinux policy in the RPM. 2007-08-23 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: Add IPP 5.2, 5.3 & 5.3_beta to the list of versions to check for. * decoder/mp3-ipp.c: (ipp_decode_mp3): Use memmove instead of memcpy, and only copy when there are actually bytes to move. 2007-08-13 Jan Schmidt <thaytan@mad.scientist.com> * decoder/flump3dec.c: (flump3dec_src_event): * decoder/mp3-c-synth.c: (mp3_SubBandSynthesis): * decoder/mp3-c.c: (III_stereo): * decoder/mp3tl.c: (mp3tl_new): Fix some compiler warnings about unused variables. 2007-08-13 Josep Torra Valles <josep@fluendo.com> * decoder/bitstream.c: (h_rewindNbits), (h_rewindNbytes): * decoder/bitstream.h: * decoder/mp3-c.c: (III_huffman_decode): Partial fix for ticket #18. Disabled the optimization until a complete fix. ENABLE_OPT_BS = 0. 2007-07-26 Josep Torra Valles <josep@fluendo.com> * configure.ac: * decoder/Makefile.am: * decoder/bitstream.c: (h_setbuf): * decoder/bitstream.h: * decoder/decode.c: * decoder/huffman.c: deleted * decoder/huffman.h: deleted * decoder/mp3-c.c: (huffman_decoder): made inline Several optimizations related to huffman decoding. 2007-07-26 Josep Torra Valles <josep@fluendo.com> * decoder/mp3-c.c: (III_hybrid): Fixed a warning related to liboil. 2007-07-26 Josep Torra Valles <josep@fluendo.com> * decoder/Makefile.am: Added table-powtable-2.h to fix 'make dist'. 2007-06-07 Jan Schmidt <thaytan@mad.scientist.com> * decoder/flump3dec.c: (flump3dec_drain_avail): Don't output timestamps from an uninitialised variable when handling corrupted/skipped packets. 2007-06-06 Jan Schmidt <thaytan@mad.scientist.com> * decoder/common.h: Fix macro for marking unused function arguments. * decoder/mp3-c.c: (III_stereo): Guard against overflowing the arrays by limiting the subband iterator to 576. 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: Add funrolling of the loops to the CFLAGS for a juicy speed boost. * decoder/decode.h: * decoder/mp3-c-synth.c: (mp3_SubBandSynthesis): * decoder/mp3-c.c: (III_get_scale_factors), (III_dequantize_sample), (inv_mdct_l), (inv_mdct), (III_hybrid), (c_decode_mp3): * decoder/mp3tl-priv.h: * decoder/mp3tl.c: (mp3tl_new), (mp3tl_decode_frame): Some fixes and optimisations, between that and funrolling loops, things are now 18% faster. * decoder/mp3-ipp.c: (decode_mp2), (ipp_decode_mp3), (mp3_SubBandSynthesis), (mp3_ipp_init), (mp3_ipp_flush), (mp3_ipp_close): Re-indent. 2007-06-01 Jan Schmidt <thaytan@mad.scientist.com> * decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample): * decoder/table-powtable-2.h: * decoder/table-powtable.h: * util/Makefile.am: * util/gen-pow-table-2.c: (main): Speed the C-only decoder up by 38% by pre-calculating some stuff instead of doing it over and over in an inner loop.
2010-10-27Depend on latest kdelibs4 and fix PLIST.wiz2-5/+5
2010-10-26Update mpg123 to 1.12.5zafer2-6/+6
Changelog: Version 1.12.5: This release fixes a buffer overflow issue in the mpg123 frontend application when printing ID3 data in non-UTF-8 environments. It has been introduced in version 1.12.4 and Jakub Bogusz was so kind to bump my head into this. Please upgrade. Thanks. Version 1.12.4: This is a little bugfix release that improves printout of metadata (ID3) in UTF-8 terminals, fixing one of those distro bug reports that I am getting aware of late... Get it from the usual places. Version 1.12.3: The newest release fixes bug 3022850, a long-standing bug that managed to break http streaming with ICY metadata in a non-obvious manner. It's a little change with big impact... for those who listen to web radio, that is. Version 1.12.2: The fresh maintenance release mainly fixes bug 2996045, invalid memory access prompted by addresses in the upper half of the address space. I introduced that one with a bad alignment algorithm, sorry. Along with this go several other fixes/improvements: * Various build and portability fixes (including making some exotic configure switches work (again)). * Add dump_seekindex example * Sync mpg123_clr (.NET wrapper) to 1.12 feature set, patch provided by Malcolm Boczek -- and actually include it in release tarball! * Rework mpg123.h logic for large file stuff a bit, clients can control it by defining MPG123_NO_LARGENAME or MPG123_LARGESUFFIX. * Include dumb wrappers to provide names suffixed with _64 on 64 bit machines and _32 on 32 bit machines, respectively, to help clients that insist on defining _FILE_OFFSET_BITS where it is not needed (or with a non-large value). * Tuning of the internal buffer code for feeder mode to minimize its performance impact (works in 4K blocks now). * Workaround for compiler bugs in Open64/PathScale/SunStudio (bug 3004396, suggestion by Doug Gilmore). Note that Sun Studio is still a tricky fellow, at least when it comes to our preprocessed assembly (generic build works). Also, x86-Open64 recently produced another segfault in layer3.c on my box... GNU and intel compilers are what one can use as something stable. * Make mpg123_getformat() return more error codes (like MPG123_NEED_MORE). * Fix handle I/O for clients with small file offset (32 bit when libmpg123 has 64 bit). * Fix 3DNow(Ext) standalone builds.
2010-10-25Delint.shattered1-1/+2
2010-10-24Use my TNF e-mail in MAINTAINER field.shattered1-2/+2
2010-10-24fix getline(3) conflicts, "getline" -> "cmp3_getline"plunky4-6/+66
2010-10-22reset PKGREV for base pkg updatedrochner1-2/+1
2010-10-20If installing icons to share/icons/gnome, depend on gnome-icon-theme.wiz1-2/+3
Bump PKGREVISION.
2010-10-19Add a buildkink3.mk - for consumers of libsox.soabs1-0/+13
2010-10-16Update to 0.3.3:wiz3-10/+11
0.3.3: Ensure we install both lastfm/ParseError and lastfm/ws.h Export lastfm::ws::ParseError
2010-10-16Changes 1.0.23:adam4-15/+12
* Minor bug fixes.
2010-10-12Don't mess up the links created by libtool, resulting in symlinks tojoerg3-7/+6
Nirvana. Bump revision
2010-10-09gst-plugins0.10-faac/DESCR is just a copy of gst-pugins0.10-faad/DESCR.obache2-3/+3
fixes faac's one by s/faad/faac, and mention faac/faad is encoder/decoder.
2010-10-06MAKE_JOBS_SAFE=noobache1-1/+3
2010-10-06replace /dev/audio with ${DEVOSSAUDIO}.obache1-1/+6
2010-10-02Commit following patch per upstream's suggestion:wiz6-3/+139
commit 7dbec1171386f182be77942ae43dc3684a96cfc4 Author: Mark Kretschmann <kretschmann@kde.org> Date: Sat Oct 2 09:06:11 2010 +0200 Better workaround for wrong applet size on startup. This version also works in the case that Amarok was hidden to tray before starting, and it does not produce a jerking motion when starting in fullscreen mode. Thanks to Felix Geyer <debfx-pkg@fobos.de> for the idea. It might worth to include this patch in Amarok packages. Bump PKGREVISION.
2010-09-28+# ymtype.so wants to link -llzh before it's finished buildingwiz1-1/+4
+MAKE_JOBS_SAFE= no
2010-09-26fixes destdir installation.obache2-6/+7