summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-22Added vorbisgain.rpaulo1-1/+2
2005-08-22Import vorbisgain-0.37. vorbisgain-0.34 was in pkgsrc-wip.rpaulo4-0/+27
Vorbisgain calculates a percieved sound level of an Ogg Vorbis file using the ReplayGain algorithm. VorbisGain then stores in the comments (tags) in the file a suggestion on how the volume should be changed during playback, to get a uniform sound level.
2005-08-21Update to 0.3.7:jmmv2-8/+6
* FreeTTS driver now includes and uses a user_addenda.txt pronunciation lexicon addenda to support characters from the extended ISO8859-1 character set as well as the unicode currency block - bug 163805 (Willie Walker) * Automatic detection of voices for festival driver - part of bug 141516 (Fernando Herrera) * Fixes for bug 301086 (Willie Walker), bug 141516 (Bill Haneman and Fernando Herrera), bug 169805 (Bill Haneman), and bug 167810 (Oana Serb)
2005-08-21only build and install in the directories needed to build the xmmsgrant1-7/+7
plugin.
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-3/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-20bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the onlygrant1-2/+2
package which used -fast which was actually building.
2005-08-20strip -lstdc++ if not using gcc.grant3-2/+20
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam2-7/+7
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-15Add bin/malint.wiz1-1/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam34-84/+70
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-08Changes 1.2.1:adam3-7/+9
* [NEW] It is now possible to fine tune the text search by specifying which fields and categories to consider. * [BUGFIX] Fixed cddb_sites function returning random values due to uninitialized value. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 121. Changes 1.2.0: * [NEW] Support for searching the FreeDB database using a text string has been added. This feature has a similar API as the query command but uses a string instead of actual disc data. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 120. Changes 1.1.0: * [IMPORTANT] The installed header files now no longer contain any actual structure definitions. All libcddb structures are now truly opaque for the user of the library. Some of the structures have also been updated. This means that the library is not binary compatible with the previous version. It should however be possible to just recompile any software using libcddb and link it against this new library. The API is backwards compatible so no changes to the software should be necessary. * [NEW] Support for the FreeDB sites command that can be used to get a list of mirror servers. A function was also added to initialize the libcddb server connection data using one of the servers returned by this command * [NEW] A new error code was added (CDDB_ERR_INVALID) that is returned when invalid input parameters are passed to one of the library functions. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 110.
2005-08-07Add patch-ac to distinfo.bjh212-2/+4
Add PKGREVISION, since patch-ac will change the binary package on some architectures.
2005-08-07Make SoX work correctly on systems (such as NetBSD/powerpc and NetBSD/arm)bjh211-0/+15
where "char" is unsigned by default.
2005-08-07Depend on wxGTK24, bump PKGREVISION.wiz1-3/+4
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam10-18/+19
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-05add simple patches for gcc-4 supporttonio4-1/+68
approved by cube@
2005-08-05update tunesbrowser to 0.3.0tonio6-70/+26
update the url to www.craz.net patch-aa is no more necessary (SA_NOMASK is no more used) Main changelog entries: - password support. You will be prompted for a password if a server requires a password - playlist support. - Several bug and portablity fixes approved by cube@
2005-08-05Update libopendaap to 0.4.0tonio7-128/+14
changed the url to www.craz.net remove patches that have been integrated upstream or are no more relevant Main changelog entries: - Playlist support now exists - Use a free mdns library, instead of Apple's mDNS library. This means that libopendaap is entirely free now. - You can now connect to servers with passwords - Several bug fixes approved by cube@
2005-08-05I'll take it.sketch1-2/+2
2005-08-05Give up maintainership. Anyone want to adopt abcde?snj1-2/+2
2005-08-01Fixed a suble quoting bug. CONFIGURE_ARGS (and probably others) must notrillig2-7/+11
be used with the := assignment operator when they contain quoted components.
2005-07-31don't pass -no-undefined to libtool. there will always be undefinedgrant2-1/+15
symbols on some platforms due to the implicit dependency on libc.
2005-07-30- don't pass gcc specific argumentsgrant4-12/+62
- don't use static variables in inline functions fixes build with sunpro.
2005-07-30Update to arts 1.4.2 (part of KDE 3.4.2).markd2-6/+6
2005-07-29sync with xine-lib updatedrochner4-10/+10
2005-07-29USE_LANGUAGES=c c++grant1-1/+2
2005-07-29fix build on Solaris:grant3-2/+23
- sunpro wants 'inline' to inline functions, not '__inline' - patch away a rogue ;
2005-07-29depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-29don't assume that all platforms will be able to build a shared librarygrant3-5/+24
out of non-PIC code; do it on NetBSD and Linux/i386 where it is known to be OK.
2005-07-27update to 0.2.36drochner4-61/+13
changes: -minor fixes and cleanup
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz7-14/+14
2005-07-26Use the "pod2man" tool to build man pages. This fixes brokennessjlam1-4/+3
introduced after the perl5/buildlink3.mk file was no longer included by the package Makefile, but we still referenced BUILDLINK_PREFIX.perl to locate the pod2man script. Noted by Matthias Drochner.
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz15-315/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz34-68/+68
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-20No need to add CC to the MAKE_FLAGS since it is added automaticallykristerw1-2/+2
(and the CC here were not correctly quoted, which failed if CC were set to e.g. "gcc -pipe")
2005-07-19depends should be ../../<category>/<pkg>grant29-100/+100
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-4/+4
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam5-11/+10
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam2-6/+4
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-14Changes 1.0.6:adam3-12/+12
* Bug fixes
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam8-16/+16
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13Add DragonFlyBSD support, from Joerg Sonnenberger in private mail.wiz9-1/+311
2005-07-09Fix a C99 variable declaration to make this pkg compile with gcc 2.95.kristerw2-1/+23
2005-07-01Use tab instead of spaces. Detected by pkglint.martti1-2/+2
2005-07-01just use CPPFLAGS.SunOS instead of OPSYS conditional.grant1-7/+2
2005-07-01fix typo in CPPFLAGS, allowing this to build on Solaris.grant1-2/+2
2005-06-26Update to 0.09 Mon Apr 25 10:42:42 2005epg2-7/+6
- Added $mb->WSAInit(), $mb->WSAStop() calls to Simple.pm (Sourceforge #1157446) - Updated simple bindings to support release dates and amazon IDs [Matthias Friedrich]
2005-06-24Update to 12.17.7:wiz3-19/+9
o Christian Weisgerber sent patches to man page fixes and patches for sunaudio driver on openbsd. o Default volume for soxmix wrongly set to 0 instead of 1/#_input_files (float rounding error). o Update to ALSA driver to do a better job of detecting unsupported sample rate/size/encoding and change to a supported one. o Fix bug in alsa writing were last last partial buffer wasn't being flushed. o Guentcho Skordev pointed out ogg vorbis files were using the same value for serial numbers each time. o Changed sox to only read the exact size of a WAV data chunk if cooledit IFF LIST chunk is found at the end of the file. Normally, this isn't done to allow reading > 2gig WAV files. o Modified configure to detect cygwin compiler after detecting gcc compiler (fixes some default CFLAGS options). o Added explicit rule for compile *.o from *.c so that CPPFLAGS is always referenced. Not all platform's default rule includes CPPFLAGS (FreeBSD). o Under linux, add include path to /lib/modules/* so that ALSA include files can be auto detected. o Ian Turner added an effect to remove noise from an audio file by first profiling silent periods of the audio to determine what the noise is (like background hiss on cassette tapes).