. bump PORTREVISION;
. trim headers to two line style;
. remove the article from COMMENT.
PR: ports/169896 [1]
Submitted by: Jan Beich <jbeich@tormail.org> [1]
Feature safe: yes
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
- Define LICENSE (GPLv2), drop shlib version numbers from LIB_DEPENDS
- Fix DESKTOP_ENTRIES (add categories)
- Cleanup Makefile and port description while I am here
Feature safe: yes
user and group is created. This fixes creation of dirs needed
for running mumrmurd daemon for users building from port.
PR: ports/171699
Reported by: Michael Fausten <ports@michael-fausten.de>
Approved by: maintainer timeout (2 months)
Feature safe: yes
- Remove ABI version numbers from LID_DEPENDS
- Use proper includes for OptionsNG
PR: ports/172722
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
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
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
Changes in 0.17.1:
Jonathan Neuschaefer (1):
command: require appropriate permissions for searchadd{,pl}
Jurgen Kramer (1):
Add song duration to DSF and DSDIFF DSD decoders.
Max Kellermann (12):
configure.ac: increment version number to 0.17.1
Merge branch 'fix-typo' of https://github.com/sol/mpd
require GLib 2.16
test/test_pcm: add pcm_volume tests
output_init: put the "convert" filter at the end of the list
aiff: support the AIFC format
Makefile.am: updated web server for "upload" target
cue_parser: support file types "MP3", "AIFF"
tag_ape: return false if no usable tag was found
tcp_socket, ...: remove obsolet RAOP sources
configure.ac: add -I to CPPFLAGS, not CFLAGS
configure.ac: replace MPD_CHECK_FLAG with autoconf-archive scripts
Simon Hengel (1):
Fix typo
Changes in 0.17.2:
Anton Khirnov (1):
client_file: remove pure attribute from client_allow_file().
Avuton Olrich (2):
Modify version string to post-release version 0.17.2~git
mpd version 0.17.2
Max Kellermann (42):
input_stream, main: remove obsolete GLib version checks
valgrind.suppressions: suppressions for GStaticMutex and more
playlist_song: move code to playlist_check_load_song()
playlist_song: improve const-correctness
playlist_song: use map_to_relative_path()
mapper: fix non-UTF8 music directory name
input/ffmpeg: remove fallback AV_VERSION_INT definition
timer: use monotonic clock if available
output/httpd: move code to _has_clients()
output/httpd: fix throttling bug after resuming playback
output/httpd: move delay from _pause() to _delay()
output/pulse: simplify _wait_stream()
output/pulse: implement method delay()
output/jack: implement method delay()
log: store duplicated path string
decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)
decoder/fluidsynth: check if file is really a MIDI
decoder/fluidsynth: don't duplicate path
decoder/fluidsynth: stop playback at end of file
configure.ac: auto-detect libfluidsynth
decoder/fluidsynth: add "soundfont" setting
decoder/fluidsynth: add "sample_rate" setting
doc/user: add wildmidi documentation
mapper: fix potential crash in file permission check
filter/volume: include cleanup
playlist: fix unprotected player_control access
player_thread: add local variable "start_ms"
playlist_song: fix user-after-free bug
playlist_song: pass const song to _check_load_song()
playlist_print: fix memory leak
queue_save: save song priorities
command: make "single" a bool
player_thread: disable cross-fading in "single" mode
playlist/cue: map "PERFORMER" to "artist" or "album artist"
update_walk: fix unsafe readlink() usage
AudioCompress: abort on out-of-memory
decoder/_ogg_common: simplify the large "if" expression
decoder/_ogg_common: fix buffer size check
locate: cast enum tag_type to int before comparing with integer
decoder/wavpack: support all APEv2 tags
configure.ac: don't auto-detect the Vorbis encoder when Tremor is enabled
decoder_control: remove MixRamp debug messages
Wieland Hoffmann (2):
mpd.conf(5): Document the existence of musicbrainz_ tags
mpd.conf(5): Use the correct default value for max_playlist_length
Feature safe: yes
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
- trim Makefile header (completely, because email wasn't set initially and,
based on nickname, I believe it wasn't done for purprose)
- remove redundant LICENSE_FILE
- avoid PYTHON_SITELIBDIR in depends
- limit python version to 2.x
- bump PORTREVISION because of dependency change
- Remove ABI version numbers from LIB_DEPENDS
- Add patch to avoid a rare segfault
- While here, trim Makefile headers
PR: ports/172109
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
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>
- remove patch, applied upstream
- add license (GPLv2)
- remove indefinite article in COMMENT
- move pkg-plist content into Makefile
changelog:
- fixed amd64 platform bug that caused ctronome to produce no sound on amd64
platform due to incorrect width of integers used in bitwise operations, thanks
to Dmitry Kazarov - http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170207
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr
PR: 172163
Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
- trim Makefile header while here
- bump PORTREVISION
PR: 170986
Submitted by: Maxim Ignatenko <gelraen.ua at gmail dot com>
Approved by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
- convert Makefile header into two-line format
- use PORTVERSION and common launchpad download url, as other launchpad ports do
to remove complexity
- update COMMENT (indefinite article removed)
- remove LICENSE_FILE for common license (GPLv2)
- convert py-* to ${PYTHON_PKGNAMEPREFIX} in dependencies
- remove shlib version from hal library dependency
- limit python version to 2.x only
- remove conflicts with unexisting exaile-devel
- convert to optionsng
- remove reinplace (XDG), that's not needed anymore
- remove deprecated attribution from pkg-descr
- sort pkg-plist
changelog:
- see first news article on www.exaile.org
PR: 171911
Submitted by: rm (myself)
Approved by: jsa (maintainer)
While here:
- Move LICENSE to proper location
- Convert to USE_PKGCONFIG
PR: ports/171813
Submitted by: Dan Nelson <dnelson at allantgroup.com> (maintainer)
Approved by: makc (mentor)
service file that can be used by any kde filemanager. I see no reason
to depend on kde-baseapps in this case.
PR: ports/171217
Approved by: maintainer timeout (17 days)
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
Changes:
Anton Khirnov (1):
update: properly skip symlinks in path that is to be updated.
Dan McGee (1):
Use g_message and not g_debug when removing song
Jonathan Neuschaefer (1):
decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3
Max Kellermann (17):
output/winmm: remove pointless NULL check
pcm_buffer: pcm_buffer_get() never returns NULL
decoder_api: check state before emitting initial seek command
test/read_tags: call g_thread_init()
test/run_decoder: initialize GThread
decoder/ffmpeg: read the "year" tag
text_input_stream: detect end-of-file
event_pipe, test: explicitly ignore write() return value
output/osx: use the fifo_buffer library instead of rolling own
uri: remove g_basename() call from uri_get_suffix()
directory: use strrchr() instead of g_basename()
output/jack: workaround for libjack1 crash bug
output/jack: check for connection failure before starting playback
test/test_vorbis_encoder: program to debug the vorbis encoder
encoder/vorbis: generate end-of-stream packet before tag
encoder_plugin: add state assertions
encoder/vorbis: generate end-of-stream packet when playback ends
- No need to list manpage/licenses in plist as
they are already handled in the Makefile
PR: ports/171206 [1]
Approved by: eadler, bapt (mentors, implicit)
on multiple platforms and supports several audio and video
input/output methods.
WWW: http://www.creytiv.com/baresip.html
Submitted by: luigi (original port)
processing.
Features
- Audio buffering, mixing, codecs and resampling
- Video mixing, rescaling and pixel format conversion
WWW: http://www.creytiv.com/rem.html
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
- Remove unnecessary shlib version in LIB_DEPENDS
- Use pkgconf to detect dependency files
- Add missing MAN1 pages
- Disable building of python module
- Disable building of GStreamer plugin
PR: ports/169427 [1]
Submitted by: Richard Neese <r.neese@gmail.com> (maintainer)
Approved by: flo (mentor)
- Remove unnecessary PORTREVISION
- Fix typo in COMMENT
- Add missing build dependency on devel/bison
- Add options for libsndfile support and thread safety
- Disable building of python module
- Disable building of doxygen docs
- Replace use of gnomehack with specific REINPLACE for pkgconfig
PR: ports/169426 [1]
Submitted by: Richard Neese <r.neese@gmail.com> (maintainer)
Approved by: flo (mentor)
and switch to textproc/raptor2 (required for upcoming audio/ardour update)
- Do some small Makefile cleanups and touch port description while I am here
- Teach configure script of audio/aqualung to use `pkg-config --cflags lrdf`,
so it can always find correct headers
Submitted by: nox@ (a while ago)
`fftw3.h' header file); actual linking is against math/fftw3-float)
- Cleanup Makefile: utilize CPPFLAGS, drop ABI versions in LIB_DEPENDS, wrap
overly long lines, standardize header
- Bump port revision due to updated dependencies
- Reformat port description and sort pkg-plist while here
- OPTIONSngify.
- Make NLS implicitly optional.
With a reasonable set of new features - especially related to iDevices
management -, the release is focused on bug fixing and improving the
overall stability. Please, read the release announcement:
http://amarok.kde.org/en/releases/2.6