Age | Commit message (Collapse) | Author | Files | Lines |
|
mremap, which is incompatible to Linux.
|
|
This should fix PR pkg/34017.
|
|
Bump version to madplay-0.15.2bnb3
OK'd by agc@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the config script get it as well. Bump revision.
|
|
|
|
jfranz at bsdprojects dot net.
AdPlug is a free, cross-platform, hardware independent AdLib sound player
library, mainly written in C++ and released under the LGPL. AdPlug plays
sound data, originally created for the AdLib (OPL2) audio board, directly
from its original format on top of an OPL2 emulator or by using the real
hardware. No OPL chip is required for playback.
|
|
|
|
and to support the "inet6" option instead.
Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files. Replace:
BUILD_DEFS+= USE_INET6
with
BUILD_DEFS+= IPV6_READY
and teach the README-generation tools to look for that instead.
This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
|
|
.include "../../audio/libao/buildlink3.mk"
to fix a runtime 'Undefined PLT symbol "ao_new_port" (symnum = 551)'
Now sound works again for me under kde
|
|
|
|
bump PKGREVISION
|
|
changes:
-Plugin Manager improvements ? you can now install plugins from within the
plugin manager
-Scriptable Radio Panel ? People will be able to write plugins for your
favorite streaming service. (currently shoutcast is available)
-Lots of new translations
-New music sharing plugin ? you can share your music with people using
iTunes or other people using Exaile
|
|
well. This fixes the build on DragonFly and other platforms without
isnanf.
|
|
non-blocking
|
|
changes:
--add-tag added: automatically add an ID3v1.1 tag to file which do
not have any ID3v1.x or v2.x tag, lots of handcrafted algorithms converted
2300 files rather successfully in 37 seconds, the code is obscure though
approved by tron
|
|
changes:
- Added handling of 'free form' bitrate frames, the lack of which was
causing segfaults on AMD 64-bit sytems
- Tweaked code to eliminate various gcc warnings and errors
- Improved detection of invalid MP3 frames
- Updated gmp3info for GTK 2
- Miscellaneous documentation updates and corrections
- Fixed possible buffer overflow condition in gmp3info
approved by tron
|
|
|
|
Bump revision.
|
|
|
|
|
|
|
|
XXX The configure check is completely bogus.
|
|
to create it instead. Bump revision.
|
|
|
|
VERSION 1.4.7
CHANGES:
* Updated the Cool Streams.
* Improved application icon. Thanks go to Pasi Lallinaho.
* Upgraded SQLite to 3.4.1
* SQL improvements providing optimisations on intensive queries. Patch by
Gosta <gostaj@gmail.com>. (BR 142999)
BUGFIXES:
* Wikipedia artist lookup would freeze Amarok if the artist was not found
and the locale was not English. (BR 142764)
* Cannot limit smart playlists to more than 1000 tracks. (BR 148084)
* Fixed the formatting in the "Extended Info" pane for podcasts.
* Don't show "Not Rated" for items rated with half a star. Patch by Tuomas
Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 144675)
* Copy, don't move items from Cool Streams to folders. (BR 147404)
* Sometimes folders in the playlistbrowser could be lost. (BR 147404)
* NJB devices could have tags corrupted that contained Unicode characters.
Patch by Kun Xi <quinnxi@gmail.com>. (BR 147223)
* Show OSD when changing song rating via shortcut. Patch by Tuomas Nurmi
<tnurmi@edu.kauhajoki.fi>. (BR 146918)
* Show the stars indicating rating with the correct size in the OSD. Patch
Patch by Tuomas Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 147059)
|
|
Take any nb revision. Bump revisions of all affected packages.
|
|
|
|
|
|
|
|
in 1.62.2, bump PKGREVISION
The reason I'm not updating to 1.62.2 yet is that it triggers problems
with NetBSD's iconv(3) (WCHAR_T doesn't work), and that it doesn't
create id3v1 tags anymore per default which many programs want.
|
|
|
|
-make sure sqlite3 is found for a pointless configure check, avoids
an error message
-deal with hicolor-icon-theme
|
|
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
|