were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
While here, fix some pkglint warnings and enable DESTDIR support.
Changes between 0.9.8a and 0.9.9:
---------------------------------
Decoders:
* Experimental new decoder for Real Video 3.0 & 4.0
Demuxers:
* Various fixes related to real demuxer
Mac OS X Interface:
* Fixed circumstances, which could lead to an empty Information panel
- Note that VLC will show information on the currently _selected_ item
instead of the currently _playing_ item, if the playlist is visible in the
main controller window.
* Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
Mac OS X Port:
* Improved video playback performance on Intel-based Macs
New Localizations:
* Indonesian
* Bengali
* Updates of other localizations
Various bugfixes:
* Support for receiving RTP packets on odd port numbers.
* Lots of small bugfixes.
* Correct Fullscreen behaviour on Multi-Screen setups on Windows
* Telnet fixes on Windows
* Resampling fixes when transcoding
changes:
-bugfixes
pkgsrc note: I've disabled console output redirection into a log
window because it doesn't work on NetBSD. Is something like
"stdout = fdopen(blah)" legal?
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
merged into p5-IO-Compress
- Updated dependend packages to depend on p5-IO-Compress
and bump PKGREVISION
Upstream changes:
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
less greedy in their memory consumption.
* Removed MAN3PODS from Makefile.PL
* A few changes to get the test harness to work on VMS courtesy of
Craig. A. Berry.
* IO::Compress::Base & IO::Uncompress::Base
Downgraded some croaks in the constructors to just set $! (by letting
the code attempt to open a file and fail).
This makes the behavior more consistent to a standard open.
[RT #42657]
* IO::Uncompress::Base
Doing a seek with MultiStream could drop some of the uncompressed
data. Fixed.
* IO::Compress::Zip
- Fixed problem with the uncompressed & uncompressed fields when
zip64 is enabled. They were set to 0x0000FFFF instead of
0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
Problem spotted by Dino Chiesa.
* IO::Uncompress::Unzip
- use POSIX::mktime instead of Time::Local::timelocal to convert
the zip DOS time field into Unix time.
* Compress::Zlib
- Documented Compress::Zlib::zlib_version()
0.98.10 - [stable branch] - Sun Feb 22 2009, joern
Features:
- transcode 1.1 compatibility improved, warning about
experimental dvd::rip support removed; there are still issues
with some filters in the filter preview dialog; your mileage
may vary.
- Workaround for transcode h264 two-pass problem, so dvd::rip
now supports h264 two-pass encoding.
- Applied patch from Jussi Judin <jjudin+dvdrip AT iki.fi> to
detect GraphicMagicks as an ImageMagick replacement.
- No files will be placed in /tmp anymore, instead all temporary
files will go to PROJECT_DIR/tmp. Thanks for the hint to
Michael Renner <michael.renner AT gmx.de>.
- dvdrip-master doesn't throw warnings on unneeded missing
binaries anymore, if installed alone without the full
(anyway on the master unneeded) packages. Suggested by
Nicolas Chauvet <kwizart AT gmail.com>.
- Added .ogv extension for OGG files as another option.
Suggested by Nicolas Chauvet.
Bugfixes:
- Fixed cluster mode audio processing with transcode 1.1.x.
Thanks for the report to Samuele Giovanni Tonon <samu AT
linuxasylum.net>.
- Fixed race condition which could result in a missing audio
merge in cluster mode when title has one track. Based on a
patch from Matt Lawrence <m3lawren AT uwaterloo.ca>.
- Fixed wrong progress information (not taking chunks into
account) in cluster mode.
- Added a patch from Nicolas Chauvet to fix a problem with
Fedora's Perl (setlocale).
changes:
* Use Ctrl+S instead of Shift+S for the screenshot capture
* Parse session management options on the command-line
* Reset the seekbar when a file is closed
* Make the default drag action for the video widget be a copy
* Reset the icon properly when deactivating the thumbnail plugin
* Make sure all files are played when playing in shuffled mode,
and repeat mode is switched off
* Fix Rewind() and Stop() functions in the QuickTime compat plugin
* Don't remove renamed files from the playlist
Subtitles download plugin:
* Fix the OpenSubtitles plugin not loading
* Sort languages names in alphabetical order
pkgsrc change: remove the hard dependency on gst-plugins0.10-resindvd,
add a MESSAGE giving hints which plugins might be useful
changes:
- Fix playback of radio streams when the URL has a trailing slash
- Fix detection of ISOs as VCDs or DVDs
- Fix parsing of some podcasts with huge amounts of CDATA in the XML
changes:
Migrate twolame element from -bad
mp3parse improvements
Support scaling in the synaesthsia visualisation
Improve realmedia streaming, supporting RDT and pnm://
Improved ASF demuxing, including streaming-mode seeking
Support for 4:4:4 MPEG-2 video
changes:
Add ASS/SSA subtitle handling element assrender
Leak fixes in the QuickTime decoder wrapper
Better DirectShow output on Windows
Extend QT muxing support to include AMR and H.263
mms seeking support
Extended MXF file format handling
camerabin and photography API for digital camera interfacing
Merge elements from Farsight: liveadder, sirendec, sirenenc, valve,
rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert, mimdec, mimenc
typefinder based on xdgmime
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
==============
Version 2.26.0
==============
- gnome-volume-control
+ Fix tooltip when dB changes, bug #575093 (Bastien)
+ Update the volume immediately, bug #564313 (Bastien)
+ Added --debug (Matthias Clasen)
- gst-mixer (gstreamer based g-v-c)
+ Add new icons mappings, bug #571084 (Garrett D'Amore)
+ Make options update when changed, bug #571083 (Garrett D'Amore)
+ Make pagenum logic simpler, bug #571068 (Garrett D'Amore)
+ Remove page name duplication, bug #570979 (Garrett D'Amore)
+ Add sound theme page (Brian Cameron)
- Updated translations:
+ Abhishek Jacob (ml)
+ Adi Roiban (ro)
+ Ankit Patel (gu)
+ Ask Hjorth Larsen (da)
+ Changwoo Ryu (ko)
+ Claude Paroz (fr)
+ Daniel Nylander (sv)
+ David Lodge (en_GB)
+ Duarte Loreto (pt)
+ Fotis Tsamis (el)
+ Gabor Kelemen (hu)
+ Gil 'Dolfin' Osher (he)
+ Hendrik Richter (de)
+ I. Felix (ta)
+ Ilkka Tuohela (fi)
+ Iñaki Larrañaga Murgoitio (eu)
+ Jonh Wendell (pt_BR)
+ Jordi Mallach (ca)
+ Jorge González (es)
+ Kjartan Maraas (nb)
+ Krishna Babu K (te)
+ Manoj Kumar Giri (or)
+ Milo Casagrande (it)
+ Petr Kovar (cs)
+ Rajesh Ranjan (hi)
+ Rajesh Ranjan (mai)
+ Runa Bhattacharjee (bn_IN)
+ Sandeep Shedmake (mr)
+ Suso Baleato (gl)
+ Takeshi AIHANA (ja)
+ Theppitak Karoonboonyanan (th)
+ Tomasz Dominikowski (pl)
+ Wouter Bolsterlee (nl)
+ Žygimantas Beručka (lt)
===============
Version 2.25.92
===============
- General:
+ Add libunique dependency, instead of direct dbus-glib dependency (Bastien)
+ Detect pulseaudio 0.9.15 to use some new API when it's there (Bastien)
+ Fix automagic dep on pulseaudio (Mart Raudsepp)
- gnome-volume-control
+ Install the application icon in the global icon theme (Bastien)
+ Fix icon name in desktop file (Luca Ferretti)
+ Exit when Esc is pressed (Bastien)
+ Use the new GTK+ scale marks for the balance widget (Luca Ferretti)
+ Make sure the balance bar stays Left to Right, so that the Left balance is
really on the left (Bastien)
+ Stop the microphone showing up in the applet when the capplet is running
(Bastien)
+ Show recording applications in addition to playback applications, use the
microphone icon for those applications (Bastien)
+ Install the applet's desktop file in the xdg autostart directory (Bastien)
+ Present the application when it's already running (with libunique)
(Bastien)
+ When PulseAudio isn't running, or takes a long time to connect to, popup a
dialogue telling the user what we're waiting for, and the ability to cancel
(Bastien)
+ De-sensitivise the balance bar if the output doesn't support balacing
(Bastien)
+ Add "is-amplified" property. In this mode, the volume can be set above 100%
(150% tops actually) for inputs that support giving us the dB information
(Bastien)
+ Don't filter out sinks with PA_SINK_HARDWARE, otherwise things like network
sinks (Airport Express?) won't show up in the volume capplet (Bastien)
+ Don't filter out non-hardware sources, only ignore sink monitors (Bastien)
+ Fix the dock showing up off-screen when the applet is at the bottom of the
screen and is popped up for the first time (Yanko Kaneti)
+ Make the balance bar instant-apply (Bastien)
+ Update sensitivity of input feedback checkbox (Matthias Clasen)
+ Code cleanup (Bastien)
- Updated translations:
+ Alaksandar Navicki (be@latin)
+ Jordi Mallach (ca)
+ Ask Hjorth Larsen (da)
+ Christian Kirbach (de)
+ David Lodge (en_GB)
+ Jorge González (es)
+ Ivar Smolin (et)
+ Iñaki Larrañaga Murgoitio (eu)
+ Ilkka Tuohela (fi)
+ Ignacio Casal Quinteiro (gl)
+ Sweta Kothari (gu)
+ Gabor Kelemen (hu)
+ Milo Casagrande (it)
+ Takeshi AIHANA (ja)
+ Shankar Prasad (kn)
+ Changwoo Ryu (ko)
+ (LINGUAS)
+ Raivis Dejus (lv)
+ Jovan Naumovski (mk)
+ Sandeep Shedmake (mr)
+ Kjartan Maraas (nb)
+ Wouter Bolsterlee (nl)
+ Tomasz Dominikowski (pl)
+ Djavan Fagundes (pt_BR)
+ Duarte Loreto (pt)
+ Adi Roiban (ro)
+ Daniel Nylander (sv)
+ Theppitak Karoonboonyanan (th)
+ Clytie Siddall (vi)
+ Chao-Hsiung Liao (zh_HK)
+ Chao-Hsiung Liao (zh_TW)
===============
Version 2.25.5
===============
- Add desktop files and icons for gnome-volume-control
- Add a new sound theme
- Fix some of the resizing on startup in the volume control
- Simplify the sound theme selection
- Fix a few positioning problems in the volume applet
- Add a mute toggle item in the volume applet
- Make the volume slider instantaneous
- Fix "no applications" message when there are applications
- Fix the volume applet not showing up in some cases
- Add a close button to the sound capplet
- Hide sound events from the applications tab
- Fix scrolling with the mouse wheel going in the wrong direction
===============
Version 2.25.1
===============
- Add new volume control applet and dialog (William Jon McCann)
- Bug #552748 - General cleanups (Kjartan Maraas)
- Bug #552420 - Make speex voice encoder mono (Marc-André Lureau)
- Bug #543306 - Use .ogg extension (Marc-André Lureau)
- Bug #498617 - Use LC profile by default for AAC (m4a)
- Bug #557043 - Add MP2 profile
- Bug #564060 - Use 32kHz for Speex
- Bug #553383 - fix "can't delete profile with '#' in its name"
- Bug #563573 - clean up GLib and GTK+ includes. (Luis Menina)
2.26.0:
* Updated translations
2.25.92:
* Updated translations
2.25.91:
* Update API documentation
* Fix PLA writing to make filenames appear correctly on the device
* Fix possible crasher in the itms feed parser
* Fix crasher when parsing a PLS file with invalid UTF-8
2.25.90:
* Add support for the WPL playlist type
* Fix the Python bindings not working
* Fix a few memory leaks in XSPF parsing
* Fix parsing of ISO-8859-1 M3U files
* Ignore rtmp:// URIs
2.25.1 (changes to 2.24.3):
* Port disc detection code to GIO, remove HAL dependency
* Add a way to disable the libcamel dependency for very
specific system integration cases
* Use error codes properly and document them
2.26.0:
* Make sure all the Python plugins are translated
* Fix the language selection in the OpenSubtitles plugin
2.25.92:
* Set PulseAudio application properties
* Fix possible crasher in eggdesktopfile
* Add support for MXF videos
* Fix repeat not working in the browser plugin
2.25.91:
* Document internal API for plugin writers
* Fix a few focus problems
* Accept human-friendly inputs in the "Skip To" dialogue
* Add a huge number of languages to the subtitle downloader plugin
* Make looping smoother when only one file is being played in repeat
* Make the gallery creation progress window work as expected
* Fix a possible crasher when getting metadata in the xine-lib backend
* Many build fixes
* Make Totem more robust when Python fails to initialise
2.25.90:
* Add a UPNP/DLNA plugin
* Add a plugin to allow creating galleries of screenshots
for video files
* Add a plugin to allow copying DVDs and VCDs through Brasero,
as well as creating new DVDs from the playing video
* Add support for Repeat and Shuffle through LIRC
* Add support for a number of playlist types
* Update audio and video files types supported by the properties
window to not include playlists
* Fix recent files not working when the playlist was empty
* Avoid resetting colour balance sliders when set at the maximum
or the minimum
* Fix the screensaver not being disabled in some cases
* Add number of build and UI fixes
2.25.3 (changes since 2.24.3):
* Interface changes:
- Make the left-click seek directly to the destination
- Hide colour balance sliders that aren't available
- Make modifiers work as expected when drag'n'dropping files
- Use "Movie Player" everywhere in the interface
- Add an arrow to the sidebar button
- Convert British English messages to American English
- Show the fullscreen popups when seeking with the keyboard
- Better behaviour when changing the type of playlist to be saved
- Fix playlist problems when removing an file that was deleted
from the filesystem
* Subtitle handling:
- Add plugin to download text subtitles from OpenSubtitles.org
- Allow selecting a text subtitle from the View menu, or by dropping
the file onto the video widget
- Add the subtitle and languages menus to the fullscreen popup
* Browser plugin:
- Remove the "basic" web browser plugin, we now use the same
API as VideoLAN for our default plugin
- Fix relative paths not resolving in some cases
- Fix repeat=true only playing files twice
* Plugins:
- Add Jamendo plugin
- Add support for streaming TV from MythTV
- Fix YouTube movie playback following website changes
- Make the local search and YouTube search sidebars look more alike
- Add proper mute support for remote controls
- Fix the metadata-updated signal to be useful
* Build:
- Remove libgnome dependency
- Remove NVTV support
- Use g_timeout_add_seconds() when possible
* GStreamer backend:
- Require the rsndvdbin plugin for DVD playback
- Add zoom support
- Fix some files not giving us metadata with the video indexer
- Fix the video window getting bigger than the screen
- When streaming, the pause button stops
* Other:
- Add ability to create a gallery image using the video thumbnailer