Commit graph

1260 commits

Author SHA1 Message Date
Nicola Vitale
5f4ec43f7e libechonest is a collection of C++/Qt classes designed to make a developer's
life easy when trying to use the APIs provided by The Echo Nest.

WWW: http://github.com/dschimdt/libechonest
2013-03-06 22:53:30 +00:00
Guido Falsi
9913440af2 Basic GUI for Microsoft's Media Transfer Protocol (MTP)
including file transer and some playlist handling.

WWW: http://gmtp.sourceforge.net/

PR:		ports/176113
Submitted by:	Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
2013-03-06 22:31:04 +00:00
Alexey Dokuchaev
7f7721e220 Rename laudio to linux-laudio as it is Linux binary port, and clean it up. 2013-02-27 03:29:02 +00:00
David Naylor
320dd3bc87 Add audio/flake to the Port's Collection.
The Flake encoder project was started as a way for the author to learn more
about lossless audio encoding. The author chose the FLAC format because it is
open and well-documented. Although the FLAC reference encoder is also free and
open-source, the author's goal was to implement the standard from scratch as an
independent project. Flake is licensed under the GNU LGPL.

Once Flake progressed to a usable state, the author submitted the encoder to be
included as part of FFmpeg. It was included and improved upon by other FFmpeg
developers. Since then, Ithe author has added more features to Flake and
improved the encoding speed. The author plan to add some of these features into
FFmpeg as the encoder progresses.

There are both benefits and drawbacks to using Flake as a FLAC encoder
alternative. In its current state, Flake gives, on average, slightly better
compression than the FLAC reference encoder and is about twice as fast.
However, it does not currently implement all the advanced features such as
tagging, cuesheets, 24-bit audio, embedded pictures, and ogg encapsulation.
The author hopes to add these to Flake in future releases.

WWW: http://flake-enc.sourceforge.net

Approved by:	bdrewery (mentor)
2013-02-25 19:52:42 +00:00
Martin Wilke
6cee691e8a libshairport
============
Created by Team XBMC

This is a fork of ShairPort written by James Laird <jhl@mafipulation.org>. The
XBMC team decided to fork ShairPort and make it into a library.

What it is
----------
This program emulates an AirPort Express for the purpose of streaming music from
iTunes and compatible iPods. It implements a server for the Apple RAOP protocol.
ShairPort does not support AirPlay v2 (video and photo streaming).

It supports multiple simultaneous streams, if your audio output chain (as
detected by libao) does so.

WWW: https://github.com/amejia1/libshairport

PR:		ports/172775
Submitted by:	Manuel Creach <manuel.creach@icloud.com>
2013-02-18 04:45:09 +00:00
Emanuel Haupt
bd5092a95c Add libxmp, a module rendering library for audio/xmp. 2013-02-15 15:13:49 +00:00
Martin Wilke
ae7d473913 Webservice bindings for the Musicbrainz NGS site, also known as /ws/2.
WWW: https://github.com/alastair/python-musicbrainz-ngs

PR:		ports/176069
Submitted by:	Mark Felder <feld@feld.me>
2013-02-15 02:51:11 +00:00
Martin Wilke
05fb3df923 Beets is the media library management system for
obsessive-compulsive music geeks.

WWW: http://beets.radbox.org/

PR:		ports/176087
Submitted by:	Mark Felder <feld@feld.me>
2013-02-15 02:49:57 +00:00
Martin Wilke
2fcb39c718 Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
WWW: https://github.com/sampsyo/pyacoustid

PR:		ports/176110
Submitted by:	Mark Felder <feld@feld.me>
2013-02-15 02:47:46 +00:00
Martin Wilke
a170d12711 GTMixer is a free, simple graphical mixer for FreeBSD.
Based at GTK 2.0 Lib.

WWW: https://github.com/svagner/gtmixer

PR:		ports/174656
Submitted by:	Putrya Statislav
2013-02-12 10:05:43 +00:00
Martin Wilke
b227a06113 GVolWheel is a Lightweight application which lets you control the audio
volume. GVolWheel is application which lets you control the volume easily
through a tray icon you can scroll on. Easily integrate with minimal
desktops (Openbox,IceWM,XFCE etc).

WWW:	http://sourceforge.net/projects/gvolwheel/

PR:		ports/175887
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-02-10 14:09:08 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Marcus von Appen
258b86fb1b ALURE is a utility library to help manage common tasks with OpenAL applications.
This includes device enumeration and initialization, file loading,
and streaming. As of version 1.1, it is X11/MIT licensed, allowing it to be used
in open- and closed-source programs, freeware or commercial.

The purpose of this library is to provide pre-made functionality that would
otherwise be repetitive or difficult to (re)code for various projects
and platforms, such as loading a sound file into an OpenAL buffer and streaming
an audio file through a buffer queue. Support for different formats is
consistant across platforms, so no special checks are needed when loading files,
and all formats are handled through the same API.

Currently ALURE includes a basic .wav and .aif file reader,
and can leverage external libraries such as libSndFile
(for extended wave formats and several others), VorbisFile (for Ogg Vorbis),
FLAC (for FLAC and Ogg FLAC), and others. External libraries can also be
dynamically loaded at run-time, or individually disabled outright at compile
time.

WWW: http://kcat.strangesoft.net/alure.html

PR:		ports/171674
Submitted by:	nemysis <nemysis@gmx.ch>
2013-01-18 20:57:11 +00:00
Rene Ladan
5f54ed8b68 A fork of the original MPD (Music Player Daemon) client library written
in pure Python.

WWW:	https://github.com/Mic92/python-mpd2/

Use new Makefile header and optionsNG
2013-01-04 15:28:32 +00:00
Marcus von Appen
d498d3028a PyAudio provides Python bindings for PortAudio, the cross-platform
audio I/O library. With PyAudio, you can easily use Python to play
and record audio on a variety of platforms.

WWW: http://people.csail.mit.edu/hubert/pyaudio/

PR:		ports/173708
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
2012-12-22 10:11:42 +00:00
Baptiste Daroussin
883a259fc3 DeforaOS desktop audio mixer
PR:		ports/172993
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
2012-12-19 02:15:49 +00:00
Baptiste Daroussin
b56f2e86b3 2012-11-26 astro/position: No more public distfiles
2012-11-26 astro/tangogps: No more public distfiles
2012-11-26 audio/id3ren: No more public distfiles
2012-11-26 audio/volumecontrol: No more public distfiles
2012-11-27 audio/wsoundprefs: Depends on the deprecated audio/wsoundserver and expired x11-toolkits/libdockapp
2012-11-26 audio/wsoundserver: Depends on deprecated libdockapp

Feature safe:	yes
2012-11-28 08:07:53 +00:00
Jason Helfman
c1ef256053 Add harp 0.5.2, minimalist audio player.
PR:		ports/173480
Feature safe:	yes
2012-11-09 17:58:38 +00:00
Baptiste Daroussin
411eab3356 2012-07-01 audio/xmms-arts_output: Outdated and distfile no longer available
Feature safe:	yes
2012-10-28 21:52:52 +00:00
Jason E. Hale
ad205895ee AcoustID fingerprinter is a cross-platform GUI application that
uses Chromaprint to submit audio fingerprints from your music
collection to the AcoustID database.  Only tagged audio files are
submitted.  Files tagged by MusicBrainz applications such as Picard
or Jaikoz are preferred, but it will submit fingerprints for any
files that have tags such as track title, artist name, album name,
etc.

WWW: http://acoustid.org/fingerprinter

Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-27 16:01:04 +00:00
Jason E. Hale
aaab263f36 Chromaprint is the core component of the AcoustID project. It is
a client-side library that implements a custom algorithm for
extracting fingerprints from any audio source.  Also included is
fpcalc, a small utility for calculating AcoustID fingerprints.

WWW: http://acoustid.org/chromaprint

Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-27 15:48:57 +00:00
Baptiste Daroussin
e32eca5754 Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itself
Feature safe:	yes
2012-10-26 06:33:41 +00:00
Jason E. Hale
04e708dc76 Libcoverart is a client library for accessing the MusicBrainz cover
art archive.

WWW: http://coverartarchive.org/

Approved by:	makc (mentor)
Feature safe:	yes
2012-10-18 12:40:02 +00:00
Guido Falsi
2bf029bae6 Bristol is an emulation package for a number of different 'classic'
synthesisers including additive, subtractive and a few organs.
The application consists of the engine, which is called bristol,
and its own GUI library called brighton that represents all the
emulations.

WWW: http://bristol.sourceforge.net/

PR:		ports/169861
Submitted by:	pjm <pierrejacqes.mimifir@gmail.com>
2012-10-01 21:52:42 +00:00
Max Brazhnikov
c4cc463256 Add new port audio/msilbc:
Mediastreamer plugin for using the iLBC(TM) codec with Linphone.

WWW: http://www.linphone.org
2012-09-27 14:16:26 +00:00
Max Brazhnikov
3d89e681b6 Add new port audio/lxmusic:
LXDE music player based on xmms2

PR:		ports/171651
Submitted by:	Eric Turgeon <ericturgeon.bsd at gmail.com>
2012-09-21 22:23:22 +00:00
Jason E. Hale
aa8105e054 Remove expired audio/libmusicbrainz
2012-09-12 audio/libmusicbrainz: MusicBrainz RDF webservice no longer functions
2012-09-18 15:38:43 +00:00
Wen Heping
b616d433dc - Connect linnya 2012-09-18 11:46:42 +00:00
Pietro Cerutti
977d6775b7 - remove expired audio/holyshout 2012-09-07 09:49:25 +00:00
Chris Rees
a9ab57a0fc baresip is a small, modular telephony client that works
on multiple platforms and supports several audio and video
input/output methods.

WWW: http://www.creytiv.com/baresip.html

Submitted by:	luigi (original port)
2012-09-01 17:20:11 +00:00
Chris Rees
6bc87f411a Librem is a portable and generic library for real-time audio and video
processing.

Features

- Audio buffering, mixing, codecs and resampling
- Video mixing, rescaling and pixel format conversion

WWW: http://www.creytiv.com/rem.html
2012-09-01 11:42:02 +00:00
Chris Rees
9225b2fce9 Libre is a portable and generic library for real-time communications
with async IO support and a complete SIP stack with support for SDP,
RTP/RTCP, STUN/TURN/ICE, BFCP and DNS Client.

Features:

- SIP Stack (RFC 3261)
- SDP
- RTP and RTCP
- DNS-Client
- STUN/TURN/ICE
- BFCP
- Jitter-buffer
- Async I/O (poll, epoll, select)
- UDP/TCP/TLS transport

WWW: http://www.creytiv.com/re.html
2012-09-01 11:38:01 +00:00
Dirk Meyer
7b52e67d0a - drop .app suffix in portname 2012-08-06 18:00:32 +00:00
Martin Matuska
7ed27dcf67 Port of the Fraunhofer FDK AAC Codec Library for Android
WWW: http://sourceforge.net/projects/opencore-amr
2012-08-06 10:46:49 +00:00
Alex Kozlov
5e83c36f63 Remove expired ports:
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
2012-07-28 01:02:20 +00:00
Max Brazhnikov
cc154a621b I forgot to add libmusicbrainz5 to the build 2012-07-27 13:40:09 +00:00
Guido Falsi
2794689239 Mous is a simpe yet powerful audio player.
WWW: https://github.com/0x02/mous

PR:		ports/169095
Submitted by:	Yanhui Shen <shen.elf@gmail.com>
Approved by:	tabthorpe (mentor)
2012-07-23 18:13:55 +00:00
Christian Weisgerber
d7d47ddc4b Import opus-tools 0.1.3.
Opus-tools provides command-line utilities to encode, inspect, and
decode .opus files.

WWW: http://opus-codec.org/
2012-07-19 20:56:44 +00:00
Christian Weisgerber
390af02bcc Import opus 0.9.14.
The Opus codec is designed to handle a wide range of interactive
audio applications, including Voice over IP, videoconferencing,
in-game chat, and even remote live music performances. It can scale
from low bit-rate narrowband speech to very high quality stereo
music.

WWW: http://opus-codec.org/
2012-07-19 14:34:56 +00:00
Alex Kozlov
f14d52587a Remove expired ports:
2012-05-30 audio/libtunepimp-old MusicBrainz RDF webservice no longer functions
2012-06-01 audio/libtunepimp MusicBrainz RDF webservice no longer functions

Approved by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer), eadler (mentor)
2012-06-20 03:16:21 +00:00
Michael Scheidell
c0775e6986 - -devel is older than audacity
audio/audacity-devel
2012-05-30 20:02:42 +00:00
Xin LI
491fe777be New Port: audio/pithos GNOME Pandora player
PR:		ports/158925
Submitted by:	John Hixson <john ixsystems.com>
2012-04-16 18:47:55 +00:00
Baptiste Daroussin
155ef32a63 MusicBrainz RDF webservice no longer functions 2012-04-09 22:34:36 +00:00
Baptiste Daroussin
496f930be8 2012-04-05 audio/p5-MusicBrainz-Queries: MusicBrainz RDF webservice no longer functions
2012-04-05 audio/ruby-musicbrainz: MusicBrainz RDF webservice no longer functions
2012-03-14 converters/ruby-lv: upstream no longer has this
2012-04-04 devel/p5-Getopt-Popt: "Gone from CPAN"
2012-04-07 net/p5-Net-Rendezvous: Superceeded by dns/p5-Net-Bonjour

Feature safe:	yes
2012-04-09 22:15:01 +00:00
Alex Kozlov
cabb58a67f Remove expired ports:
2012-04-05 audio/py-libtunepimp
2012-04-05 audio/py-musicbrainz

Approved by:	maintainer, eadler (mentor)
Feature safe:	yes
2012-04-06 22:30:47 +00:00
Cy Schubert
a173081983 Return audio/muine back to the living and fix the compile time issue that
precipitated its removal.

Feature safe:	yes
2012-04-02 19:16:57 +00:00
Roman Bogorodskiy
2fa85645c7 Remove audio/easytag-devel as it's older than the current audio/easytag stable
version and there's no active development version at the moment.
Feature safe:	yes
2012-03-12 14:26:09 +00:00
Romain Tartière
772bd7477a Remove audio/muine. 2012-03-08 09:50:54 +00:00
Ruslan Makhmatkhanov
9c548be5b6 - fix sort order in few category Makefiles
PR:		165411
Submitted by:	Conrad J. Sabatier <conrads at cox dot net>
2012-02-23 09:21:48 +00:00
Martin Wilke
f621bde8ff SooperLooper is a live looping sampler capable of immediate loop recording,
overdubbing, multiplying, reversing and more. It allows  for multiple
simultaneous multi-channel loops limited only by your computer's available
memory.

WWW:	http://essej.net/sooperlooper/

PR:		ports/164642
Submitted by:	mathias.picker@gmx.de
2012-02-07 06:39:53 +00:00