summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-09-04Do not depend on nasm in Solaris x86, it's known to fail.xtraeme1-2/+2
2005-08-30Enable ASM functions when MACHINE_ARCH = i386 for performance,xtraeme1-2/+7
closes PR pkg/31101.
2005-08-30Update to version 1.3 'Airborne'.seb4-61/+143
Too many changes, bugfixes and features since last packaged version (1.2.4) to list here. Please see amaroK's homepage or the ChangeLog file enclosed in the source tarball.
2005-08-29Update to version 1.4.seb3-8/+8
Approved by chris@. Changes since last packaged version (1.3.1) as seen on taglib's homepage: * Added a package-config file * Added support for plugging in file type resolvers to make it easier to use native mime type resolution systems and to add support for additional file formats * Fixed a memory leak in APE items * Fixed a crash when requesting the text of an empty APE item * Added a README noting the Ruby and Python bindings * Added the ability to save mp3 tags using the save mask without discarding those tags that are not part of the mask * Fixed the misspelling of "A Cappella" * Implemented support for the ID3v2 frame flag for discarding frames on tag alteration * Use the above flag for ID3v2 frames that are discarded because they are no longer supported in ID3v2.4 (which TagLib uses). This allows for these tags to still be handled by library users if desired * Fix memory corruption (deleting a no longer valid iterator) when removing a frame from an ID3v2 tag * Make it possible to read and modify the descriptions of images in attached picture frames of ID3v2 tags * Introduced an argument for limiting the number of fields that will be created usign ByteVectorList::split() * Significantly unbroke the relative volume adjustment ID3v2 frame's API. It now properly supports multiple volume fields in the same frame * Added support for reading the comment portion of "Xiph" tags (used in Ogg Vorbis and FLAC) from the "COMMENT" field rather than only from the "DESCRIPTION" field mentioned in the spec * Added support for Ogg FLAC v1.1.1 * Added prepend methods to the List<T> class * Added support for UTF-16 little endian strings as used in some tagging formats * Fixed or implemented roughly 35 bug or wishlist items relative to 1.3.1
2005-08-24Correct hash for my change to the patch. One day, I'll get this right.bjh211-2/+2
2005-08-24Add RCSID.bjh211-0/+2
2005-08-24add patch i missed last time. noted by Matthew Luckie.grant1-0/+13
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.