summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam14-27/+28
2013-05-09+libfishsoundrodent1-1/+2
2013-05-09Import libfishsound-1.0.0 as audio/libfishsound.rodent6-0/+235
libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files. libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex.
2013-05-06Fix VARBASE and PKG_SYSCONFBASEDIR handling. Bump PKGREVISION.markd5-22/+27
2013-05-06Update audio/cmus to 2.5.0gls3-8/+8
Upstream changes: ----------------- - CUE sheets support. When adding e.g. `track.flac` to the library, cmus will check for `track.cue` or `track.flac.cue` in the same directory. If it founds one, it will ignore the tags in `track.flac` and use CUE metadata instead - cdio input plugin, for those of you who still remember what a CD is :-) - support for WavPack `.wvc` correction files - new zenburn color scheme (as seen at http://cmus.sf.net/), and text attributes (bold/reverse/#) support for UI elements - improved tab completion, new `scroll_offset` and `icecast_default_charset` options, even better tag parsing and compilations handling, and numerous small enhancements all over the place. Complete and detailed changelog can be found here: http://article.gmane.org/gmane.comp.audio.cmus.devel/799
2013-05-06Add missing include. Don't define hash<string> manually, it exists injoerg2-1/+57
<functional> since GCC 4.1.
2013-05-06Remove deprecated MIME type from .desktop file.wiz3-3/+19
Bump PKGREVISION.
2013-05-04update to 1.1.0drochner3-19/+33
changes: -configuration file is YAML now, many new and changed options -new and renamed plugins -improved support for mp3g4/aac/asf files -many fixes and improvements pkgsrc change: installs without python version specific prefix/suffix
2013-05-03update to 2.99.1drochner2-6/+6
changes: -Several missing accelerator keys (re-)added -bugfixes
2013-04-29Add a number of includes hidden by libstdc++'s name space pollution.joerg5-2/+41
2013-04-29The implicit conversion from QString to ofstream file name argument isjoerg4-1/+43
ambigious, so explicitly use the ascii() version.
2013-04-29When checking for C++ features, use valid C++. Expect libc++ to providejoerg3-6/+23
the wchar traits.
2013-04-29Don't use macro names from the implementation namespace.joerg2-1/+32
2013-04-29Bump PKGREVISION.ryoon1-3/+3
Change DEPENDS dependency to py-notify-python from py-notify.
2013-04-28Reset maintainer.shattered1-2/+2
2013-04-27Fixer build with Clang's stricter format string warnings.joerg3-1/+31
2013-04-26Unreak build on SmartOS (seen in pbulk logs, untested)shattered3-4/+27
2013-04-24Revive MASTER_SITESkim1-2/+2
2013-04-21Sync PLIST with KDE update.joerg1-2/+2
2013-04-19spelingrodent1-1/+1
2013-04-13+vcfrodent1-1/+2
2013-04-13Import vcf-0.0.5 as audio/vcf.rodent4-0/+29
Some LADSPA plugins by Matthias Nagorni for audio EQ biquad filters based on the cookbook formulae by Robert Bristow-Johnson.
2013-04-13Hand in maintainership.ghen3-6/+7
2013-04-11update to 2.99drochner3-347/+362
changes: * Menu bar replaced with app menu or menu button * GStreamer 1.0 * Uses libsecret instead of gnome-keyring * Supports GNOME notification filtering * Small improvements to podcast browsing and updating * Play button now turns into a pause or stop button while playing * Buffering progress now appears in the song position slider rather than an unlabelled progress indicator in the status bar * Media player sync works better with transcoded files
2013-04-10update to 0.8.7drochner8-93/+15
changes: compilation fixes
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent3-6/+6
2013-04-07Edited DESCR in the case of:rodent1-1/+1
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-06Resolves:rodent2-4/+4
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-04-06'The "+=" operator should only be used with lists.'rodent1-2/+2
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent11-30/+30
2013-04-06"Packages that install libtool libraries should define USE_LIBTOOL."rodent3-23/+26
2013-04-06"Definition of USE_DIRS is deprecated. You can just remove it."rodent2-11/+9
2013-04-06Fixes:rodent6-29/+30
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-04-05sysutils/py-notify doesn't exist anymore. Use DEPENDS to find it. Deriverodent1-4/+4
PKGNAME from DISTNAME. Bump PKGREVISION.
2013-04-04Remove padevchooser; dead upstream and broken.wiz5-59/+1
2013-04-04Mark this BROKEN as it's unbuildable and dead upstream. It will probablydholland1-1/+3
be removed in the near future.
2013-04-03Adjust for KDE 4.10.2. Bump PKGREVISIONmarkd1-3/+4
2013-04-02install example scripts distributed with py-mutagen.drochner6-1/+68
("mid3v2" is a good replacement for "id3v2", it is not as byggy as the latter)
2013-04-02add the "acoustid" Python pkg and its dependencies, useful todrochner13-1/+137
add acoustic fingerprints to py-beets
2013-03-31Always use ${CFLAGS} and ${LDFLAGS}.sbd4-15/+27
2013-03-31Add PLIST.Linux with extra file.sbd2-2/+5
Bump PKGREVISION
2013-03-31Include cstdio for std::sprintf.sbd2-1/+23
2013-03-31Depend on alsa-lib on Linuxsbd1-1/+5
2013-03-28Forward declaration must not be qualified with a namespace. Adjust.joerg2-1/+14
2013-03-24Reference the local libaubio.la to make sure relinking works.joerg2-1/+15
2013-03-24Reference the locally build liblastfm to allow relink to work.joerg2-1/+14
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache1-2/+2
2013-03-16recursive bump from ffmpeg shlib major changesobache1-2/+2
2013-03-15reset PKGREV for base pkg updatedrochner1-2/+1
2013-03-15update to 1.21drochner3-8/+10
changes: -bugfixes -support more id3v2 tags