summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2011-10-26PR pkg/45522ryoon2-4/+5
* Regen distinfo. * Add http://ifdo.pugmarks.com/~seymour/backup/ to MASTER_SITES for older distfiles.
2011-10-21Update to 0.7ryoon4-12/+101
* Introduce gnome option. Changelog: mp3splt-gtk version 0.7 - added trimming using silence detection - fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: (libmp3splt) * only one artist, album, title are supported * for mp3's, the total tracknumber is not yet supported - fixed bug: don't show split files when setting silence splitpoints or trim splitpoints - fixed #3355210 - gtk not intuitive - split button with text and shadow - fixed windows bug to take translations from the current directory (+libmp3splt) - fixed windows bug with wide characters in directory path of executable (+libmp3splt)
2011-10-21Update to 2.4ryoon2-6/+6
Changelog: #mp3splt version 2.4 - added negative splitpoints support with EOF-min.sec[.0-99] (only works when the input is not seekable) - added trimming using silence detection with -r (use with -p th to set the threshold) - fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: (libmp3splt) * only one artist, album, title are supported * for mp3's, the total tracknumber is not yet supported - fixed windows bug to take translations from the current directory (+libmp3splt) - fixed windows bug with wide characters in directory path of executable (+libmp3splt) #mp3splt version 2.3a - fixed tracktype.org issue (libmp3splt) #mp3splt version 2.3 - new '-G' option: set tags from filename regular expression - more translations (project mp3splt-gtk on transifex) - added genre tag to custom tags and to output format (libmp3splt) - support for the FILE attribute in CUE files - #1353726 (libmp3splt) - fixed CUE import bug - spaces at the end are now correctly wiped out (libmp3splt) - fixed bug #3114384: introduced back the 'file might be VBR' warning (libmp3splt) - fixed bug #3034474: genre tag problems (libmp3splt) - fixed ogg stream issues - #2861898 & #1078018 (libmp3splt)
2011-10-21Update to 0.7ryoon3-12/+19
* Remove LOCALBASE * Use pkg-config for library detection (pcre and so on) Changelog: libmp3splt version 0.7 ------------------------------------------------------------- - added negative splitpoints support: closes #3005266, #1659204 - added trimming using silence detection: closes #3016524, #3141369, #880051, #1576489 - fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: * only one artist, album, title are supported * for mp3's, the total tracknumber is not yet supported - rewritten internet part (tracktype, freedb) - fixed windows bug to take translations from the current directory - fixed windows bug with wide characters in directory path of executable libmp3splt version 0.6.1a ------------------------------------------------------------- - fixed tracktype.org issue libmp3splt version 0.6.1 ------------------------------------------------------------- - added genre tag to custom tags and to output format (@g) - support for the FILE attribute in CUE files - #1353726 - support for setting tags from filename regular expression - added cutter as unit testing framework in libmp3splt - fixed CUE import bug - spaces at the end are now correctly wiped out - fixed bug #3114384: introduced back the 'file might be VBR' warning - fixed bug #3034474: genre tag problems - fixed ogg stream issues - #2861898 & #1078018 - fixed bug: setting the saved end time on wrong splitpoint indexes - more translations (project mp3splt-gtk on transifex) - and many other bugs ...
2011-10-21Add comments.ryoon2-3/+6
2011-10-21Update to 20111019ryoon4-37/+48
Changelog: * Many bug fix * use GNU configure
2011-10-19Recursive Bump from boost-libs ABI bump.obache2-3/+4
2011-10-18Set LICENSE.ryoon1-1/+2
2011-10-18Update to 0.2.13.4ryoon4-43/+11
Changelog is long, but I feel this should be included. Changelog: mpg321 (0.2.13-4) unstable; urgency=low * Fixed bug when trying to "load file" from a remote instance and an error was raised repeatdly until mpg321 process died with "too many open files". (Closes: Bug#128676) * Added '-3' or '--restart' option that handles non existent or corrupted files more elegantly when in remote mode. When option is enabled the remote shell does not die and is restarted waiting for a new command. * Fixed FTBFS for mpg321 by removing debian_changes patch file in debian/patches directory. (Closes: Bug#643222). -- Nanakos Chrysostomos <nanakos@wired-net.gr> Thu, 29 Sep 2011 19:33:24 +0300 mpg321 (0.2.13-3) unstable; urgency=low * Fixed the really annoying bug which didn't restore the TTY when mpg321 exited. * Updated S-V to 3.9.2 - debian/copyright file has been revised. - debian/rules file has been revised. * Fixed '-a' option to conform with ALSA's uniform device naming. Also changed man to conform with this change. Now you can use alsa driver by setting the name of the audio device using the hw:x,y syntax, where x and y are numbers. For example, if there is only one device installed, in most cases, the device should be named hw:0,0. When there is only one device, the device should always have the same name and numbers. Finally if the default driver which mpg321 is compiled is ALSA then you don't have to specify it with the '-o' option and you can use '-a' only to specify the audio device. (Closes: Bug#623941). -- Nanakos Chrysostomos <nanakos@wired-net.gr> Sun, 24 Jul 2011 15:08:09 +0300 mpg321 (0.2.13-2) unstable; urgency=low * Added '-K' option so the user can enable/disable the Basic Keys functionality. This also resolves the 100% CPU problem when mpg321 is run by asterisk for music hold on. Thanks to James Bottomley for pointing that out. (Closes: Bug#619773). * Added new algorithm when playing files randomly until interrupted. The advertised behavior is much better than the previous one.Patch from Peter Selinger.Thanks. -- Nanakos Chrysostomos <nanakos@wired-net.gr> Tue, 05 Apr 2011 23:23:54 +0200 mpg321 (0.2.13-1) unstable; urgency=low * Added uClinux support for embedded systems (Blackfin, Atmel and others). * Added some Basic Control Keys, Volume Up/Down & Skip, for the moment. * Updated S-V to 3.9.1 - debian/copyright file has been revised. * If mmap() fails we fall back to read(). (Closes: Bug#148971). (Closes: Bug#196787) * Removed built-in getopt function. * Problem solved when -x option was invoked and mpg321 couldn't obtain the current terminal file. If none is forthcoming (e.g. xterm window ops are disabled) then mpg321 does not block. * Removed the dependency for the libaudio-scrobbler-perl package from debian/control file. (Closes: Bug#588051). * Added LDFLAGS += -Wl,-z,defs -Wl,--as-needed in debian/rules file to limit the dependencies a bit. Dropped '-c' option from 'install' command. Thanks to Sven Hoexter <sven@timegate.de>. -- Nanakos Chrysostomos <nanakos@wired-net.gr> Sun, 20 Feb 2011 15:35:00 +0300 mpg321 (0.2.12-1) unstable; urgency=high * New upstream release. * Added AudioScrobbler support. * Added FFT analysis support on PCM data for Remote mode play. * mpg123 has been relicensed under the LGPL/GPL. Changed man page accordingly. (Closes: Bug#533674). * mpg321 now exits code 1 after failing to play music. (Closes: Bug#501334). * Fixed ID3v2 tag problem which resulted in a splat-sound at the start of the file. Patch from Martin Wellard. Thanks. * Added support for recursive reading of directories. Patch from Giuseppe Scrivano <gscrivano@gnu.org> and Michal Cihar <nijel@debian.org>. (Closes: Bug#266887). * Updated S-V to 3.9.0 - debian/copyright file is now UTF-8 encoded. -- Nanakos Chrysostomos <nanakos@wired-net.gr> Tue, 29 Jun 2010 21:44:36 +0300 mpg321 (0.2.11-3) unstable; urgency=high * Now mpg321 displays the right MPEG version. (Closes: Bug#197726). * New function added for restoring the correct xterm title. * New troubleshooting information added for the resources that mpg321 uses for xterm control. * Bug #182122 should close now because in this version of Debian we don't face such problems. So i am closing this bug. (Closes: Bug#182122). * Man page now includes the new "-l" option. (Closes: Bug#575836). Thanks to Memnon Anon. * Tried to reproduce the same experiment as Bug #388587 and i don't see any problem. If someone else can simulate the same problem, please report the bug and the way to simulate it again.So i am closing thsi bug also. (Closes: Bug#388587) * Anyone who wants to use the "-a" option can follow the information from the manpage. To give an example: "mpg321 -a /dev/dsp song.mp3". So Bug #286176 should close.The "-a" option seems to work fine. (Closes: Bug#286176). * Properly added DM-Upload-Allowed: yes to source section of control file. * Adjusted watch file properly to eliminate errors of uscan. * Bumped debhelper versioned Build-Depends to 7, and updated debian/compat. * Bumped libao-dev versioned Build-Depends to 1.0.0. * Fixed libao-dev problem with the new structure option in ao_format_sample structure. In a near future version mpg321 will utilise the power of this new libao option. (Closes: Bug#580062, Bug#580193) -- Nanakos Chrysostomos <nanakos@wired-net.gr> Sun, 24 May 2010 12:45:08 +0200 mpg321 (0.2.11-2) unstable; urgency=high * Fixed PATH_MAX POSIX constant needed for GNU/Hurd compilation. * Fixed compilation errors for MIPS and MIPSEL architectures by reporting the libmad bug to the pkg-maintainers.Bug fixed and closed. Thanks. * Changed to Quilt patch maintenance system. * Added xterm title setting option so to enable/disable the feature. Also gmusicbrowser doesn't crash anymore. (Closes: Bug#566544),(Closes: Bug#567104). * mpg321 can stream a URL from 0.2.10.1 version. Bug#166512 should have already been closed. (Closes: Bug#166512). * mpg321 has already been adopted. (Closes: Bug#533671). -- Nanakos Chrysostomos <nanakos@wired-net.gr> Sun, 21 Feb 2010 12:51:08 +0200 mpg321 (0.2.11-1) unstable; urgency=low * New upstream release. * New maintainer (Closes: Bug#471770). * Updated S-V to 3.8.3. * Added HTTP Proxy support with Basic Authentication mechanism from Chrysostomos Nanakos <nanakos@wired-net.gr>. * ID3 tags now display on all files when playing a list of files and you haven't pressed CTRL-C to switch between them. * Make volume scaling work entirely within fixed point. This is the way it should have been to begin with. * Add patch to support IPv6 from Carlos Jesus Bernandos Cano. This is now the default in the Debian packages. (Closes: Bug#182480). * Fix up maintainer scripts to not quit on unknown arguments. * Add GAIN option to remote control mode. Patch from Ralf Engels <ralf-engels@gmx.de>. * Improve shuffling/randomizing code. Patch from Bas Zoetekouw - thanks! (Closes: Bug#153594). * Moritz Jodeit <moritz@jodeit.org>: * Make http://some.server.name (no trailing slash) work. * Fix other networking issues. * Fix some format string issues. * Change use of random() to rand() because random() on Solaris doesn't return up to RAND_MAX, but 2**31. * Add patch from Mario <diverses@univecom.ch> to better support HTTP and Shoutcast streams. * Nanakos Chrysostomos <nanakos@wired-net.gr>: * Run autoreconf to update the buildsystem to current versions of autotools. * [debian/ruls] Use dh_installman instead of dh_installmanpages * Add debian/mime and call dh_installmime. (Closes: Bug#207871). * Use ifneq and not ifeq to set options for INSTALL when DEB_BUILD_OPTIONS has nostrip. (Closes: Bug#163399). * Acknowledge NMU (Thanks Mario Lang). (Closes: Bug#186968). * Print the current frame number of the current file when playing multiple files in verbose mode. Patch from Piotr Sulecki - thanks. (Closes: Bug#269118). * Patch from Gergely Szasz to fix crash when GAIN is set in remote mode without an argument. * Add support for winamp playlists. (Filter out line with # at the beginning). Patch from Manolis Stamatogiannakis. * Patch from David G. Andersen to check return value of read and only decode the right number of bytes. * Fix off-by-one in networking code parsing ftp reply. * Add loop option. Patch from Nicolas Bonifas. (Closes: Bug#158950). * Add output remote mode to distinguish between stopping playback and the song finishing. Patch from Nicolas Bonifas. * Reinitialise the current playback time when rewinding. Another patch from Nicolas Bonifas. * Only show the verbose option once in the usage text. (Closes: Bug#285959). * Add xterm title support.Patch from Chrysostomos Nanakos. -- Nanakos Chrysostomos <nanakos@wired-net.gr> Tue, 11 Jan 2010 19:17:42 +0200 mpg321 (0.2.10.6) unstable; urgency=low * QA upload. * Don't use update-alternatives --auto in prerm. (Closes: #506892). -- Barry deFreese <bdefreese@debian.org> Wed, 26 Nov 2008 13:10:23 -0500 mpg321 (0.2.10.5) unstable; urgency=low * QA upload. + Set maintainer to Debian QA Group <packages@qa.debian.org>. * Add large file support. (Closes: #152392). + Thanks to Clint Adams for the patch. * Avoid crashing on non mp3 files. (Closes: #458035). + Thanks to Justin Pryzby for the patch. * Don't scan file before playback. (Closes: #500102). + Thanks to Mikko Rapeli for the patch. * Don't leave dangling symlink. (Closes: #227713). + Thanks to Donggyoo Lee for the patch. * README.remote should use @P not @S. (Closes: #153596). + Add STOP comments. * Make AM_PATH_AO XIPH_PATH_AO in configure.ac. * Escape hyphens in manpage. * Bump debhelper build-dep to 5. * Move DH_COMPAT to debian/compat and set to 5. * Make distclean not ignore errors. * Bump Standards Version to 3.8.0. -- Barry deFreese <bdefreese@debian.org> Tue, 11 Nov 2008 14:25:12 -0500 mpg321 (0.2.10.4) unstable; urgency=low * NMU * Update description: mpg123 is now free. Closes: #390358 -- Joey Hess <joeyh@debian.org> Mon, 10 Sep 2007 16:22:35 -0400 mpg321 (0.2.10.3) unstable; urgency=high * Non-maintainer upload by the Security Team * Fix format string vulnerabilities (CAN-2003-0969) -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:50:39 -0800 mpg321 (0.2.10.1-1.1) unstable; urgency=low * NMU * Apply patch to close fd (Closes: Bug#178948) -- Mario Lang <mlang@debian.org> Mon, 31 Mar 2003 10:56:12 +0200 mpg321 (0.2.10.1) unstable; urgency=low * Check both for file existing and link existing in fix-mistake code in postinst (Closes: Bug#140622) -- Joe Drew <drew@debian.org> Wed, 3 Apr 2002 23:12:22 -0500
2011-10-17PR/44543 -- recognize any non-zero return value getaddrinfo() as error.shattered1-0/+15
Bump revisions of all variant packages. (wearing pointy hat)
2011-10-17PR/44543 -- recognize any non-zero return value getaddrinfo() as error.shattered8-11/+19
Bump revisions of all variant packages.
2011-10-15Add LICENSE.hiramatsu2-2/+4
2011-10-15* LICENSE=gnu-gpl-v2obache2-6/+6
* regist egg-info Bump PKGREVISION.
2011-10-15* regist egg-info.obache2-5/+9
Bump PKGREVISION.
2011-10-15* regist egg-infoobache2-5/+7
Bump PKGREVISION.
2011-10-15* regist egg-infoobache2-6/+5
Bump PKGREVISION.
2011-10-15* LICENSE=gnu-gpl-v3obache2-4/+8
* regist egg-info Bump PKGREVISION.
2011-10-15* set LICENSE=gnu-lgpl-v2obache2-7/+6
* register egg-info. Bump PKGREVISION.
2011-10-15register egg-info.obache2-6/+5
Bump PKGREVISION.
2011-10-15Update HOMEPAGE.obache1-2/+2
2011-10-14Add the docs to the PLIST, as they're now apparently getting installed.dholland1-1/+163
I don't see any obvious reason that they're doing so because the build is finding tools it's not supposed to see or that need to be added to its deps or anything like that. However, as this thing uses scons, it's anyone's guess. For now, it's better to have it building than not building.
2011-10-12Fix build on SunOS 5.10 by #ifdefing the code using SO_TIMESTAMP.hans3-0/+74
Add the patches that I forgot in the previous commit.
2011-10-12Fix build on SunOS 5.10 (and probably older versions, too).hans3-8/+13
SunOS 5.10 doesn't have SO_TIMESTAMP, and it also lacks oss. For some reason the lack of oss also causes hal support to be disabled.
2011-10-12Add LICENSE.hiramatsu2-2/+4
2011-10-11download failed. Update MASTER_SITES.zafer1-5/+2
2011-10-10Add makedepend to tools. From Makoto Fujiwara in PR 45434.wiz1-3/+3
2011-10-10Update p5-Audio-Scan to 0.92.hiramatsu2-6/+6
Changes from previous: 0.92 2011-09-09 - Added $info->{jenkins_hash} which is a 32-bit hash value of the filename + mtime + file size. - MP4: Get correct HE-AAC samplerate values from esds. - ADTS AAC: Add support for .adts file extension. 0.91 2011-09-06 - MP3, MP4, WMA, WAV, AIFF, ADTS AAC: Added DLNA audio profile detection as $info->{dlna_profile}.
2011-10-09Update my emailcheusov2-4/+4
2011-10-08clang cannot build this (uses nested functions)shattered1-2/+4
2011-10-08Fix build with newer C++ compilers.dholland2-1/+26
2011-10-08Fix rev 1.10; require ruby18 the correct way.dholland1-2/+2
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered1-2/+2
2011-10-07Add LICENSE.hiramatsu1-1/+2
2011-10-07Add LICENSE.hiramatsu1-1/+2
2011-10-06Add aubio and libsmf.ryoon1-1/+3
2011-10-06Import libsmf-1.3 from wip/libsmfryoon5-0/+50
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files. It transparently handles conversions between time and pulses, tempo map handling etc. The only dependencies are C compiler and glib. Full API documentation and examples are included.
2011-10-06Import aubio-0.3.2 from wip/aubioryoon14-0/+465
aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. Because these tasks are difficult, we thought it was important to gather them in a dedicated library. To increase the fun, we have made these algorithms work in a causal way, so as to be used in real time applications with as low delay as possible. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments. aubio currently provides the following features: - digital filters - phase vocoder - onset detection (several methods) - pitch tracking (several methods) - beat and tempo tracking - mel frequency cepstrum coefficients (MFCC) - transient / steady-state separation
2011-10-05Sync with patches submitted upstream and add bug report URLs.wiz17-54/+112
2011-10-01Require Ruby 1.8.shattered1-1/+2
2011-09-22Fix build with gcc-4.2. Problem reported and fix tested by joerg.wiz2-6/+12
2011-09-18Update tunapie to 2.6.18, for fixes CVE-2009-1253 and CVE-2009-1254.obache3-33/+46
2.6.18 Fix recording problem with Icecast. Add totem and amarok as optional players. 2.1.17 Improve GUI responsiveness when playing radio stations 2.1.16 Fix security issue with use of os.system, commands and non-secure tempfiles 2.1.15 Fix minimal wx version back to 2.6 2.1.14 Fix errors with wxGTK 2.8. Fix startup error if Geom file corrupted. 2.1.13 play icecast stations correctly 2.1.12 Fix bug where radiolist is not always refreshed correctly. 2.1.11 Revert to deprecated code in prefs as new version not supported by wxpython 2.6! 2.1.10 Fix icecast directory. Fix deprecation warnings for wxpython 2.8 2.1.9 Fix problem with GUI breakage when right clicking before download finished. Fix xcb_lock errors. 2.1.8 Fix to allow realplayer to play user-added streams. 2.1.7 Another record bug fixed (thanks Chris O'Halloran!) Added option to add user-defined streams.
2011-09-16Bump PKGREVISION from PHP_VERSION_DEFAULT changes.obache1-1/+2
2011-09-16Bump PKGREVISION from RUBY_VERSION_DEFAULT changes.obache1-2/+2
2011-09-15+ pdwiz1-1/+2
2011-09-15Initial import of pd-0.43.0.wiz20-0/+919
Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical processing. It is the third major branch of the family of patcher programming languages known as Max (Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by Miller Puckette and company at IRCAM. The core of Pd is written and maintained by Miller Puckette and includes the work of many developers, making the whole package very much a community effort. Pd was created to explore ideas of how to further refine the Max paradigm with the core ideas of allowing data to be treated in a more open-ended way and opening it up to applications outside of audio and MIDI, such as graphics and video. It is easy to extend Pd by writing object classes ("externals") or patches ("abstractions"). The work of many developers is already available as part of the standard Pd packages and the Pd developer community is growing rapidly. Recent developments include a system of abstractions for building performance environments; a library of objects for physical modeling; and a library of objects for generating and processing video in realtime.
2011-09-14Fix build on SunOS.hans5-8/+53
2011-09-14Fix libatomic_ops dependency to match the logic in Makefile.hans1-2/+2
2011-09-14Make this build again with native pkg-config by using ${AUTORECONF_ARGS}.hans1-2/+2
2011-09-14Fix build on SunOS.hans14-8/+118
2011-09-12Update to 1.0.09.063:wiz2-6/+6
10.09.2011 - 1.0.09.063 - made Discogs queries work again, after a Discogs API change - added close button for windows on Gnome 3