USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
This means that the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION,
MPLAYER_DISABLE_DRIVERS and MPLAYER_USE_MEDIALIB become deprecated
(although still recognized).
Visible changes in the resulting binary packages should be minimum by
default (everything that was enabled before still is, and the same
dependencies are kept). A notable addition, though, is the support for
user-defined menus, closing PR pkg/29784.
Also note that (almost) all dependencies have now a corresponding option
to disable them in case you want to get a minimalist mplayer package.
'make show-options' is your friend ;)
With thanks to wiz@ and dillo@ for their comments and help.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
Changes:
* akodelib: Avoid endless loops when paused in JuK
* akode_plugins: Fix crash when playing musepack(MPC) files on AMD64
* akode_plugins: Fix some cases where streaming of Ogg Vorbis failed
* JuK: Selecting the undo command now undoes only the last change again
Numerous releases and fixes since 2.0.18. Most recent changes include:
* miniocr fix : Fix error on decoding some subs.
* xvideco fix : Fix compilation issue.
* ffv1rec fix : Fix compilation issue.
* SSE2 display fix : SSE2 cpu flag display.
* Mplayer resize fix : Caused crash in some case.
* [Filter] Ported Asharp by MarcFD .
* [Filter] Mplayer Eq2 is now completly ported.
* [Cli ] New cli command --rebuild-index.
* [Video ] Accelerated playback selectable in misc/pref.
* [Audio ] Fixed mp3 decoding on low frequency mpeg.
* [Audio ] More tolerant with mpeg audio match codec (it created async in some rare cases).
* [Codec ] Fixed save as huffyuv.
* [Codec ] Fixed save jpeg.
* [Export] Fixed race in mpeg ps export (thanks to T. Rupp).
* [Import] Support mov file starting by skip atom.
See website news for more changes.
I never tested the USE_MMX. And the webpage says the --disable-mmx
has been removed and all x86 stuff is now probed at run time, so
maybe get rid of USE_MMX support for this?
Require gcc 3.0. On NetBSD 1.6.2_STABLE with older gcc received
cc1: Invalid option `-falign-loops=16' and various warnings.
Reworded part of DESCRiption. And this does support divx.
Updated MASTER_SITES.
Removed BUILD_USES_MSGFMT and USE_PKGLOCALEDIR. The locale support
removed and maybe will be readded later according to author.
Use CPPFLAGS instead of CFLAGS to define -DDEVOSSAUDIO, because
"`DEVOSSAUDIO' was not declared in this scope".
Sorted some settings.
Remove the --disable-warnings and the rm:-O3 BUILDLINK_TRANSFORM.
I didn't need them, but maybe on another system they are needed.
Disable faad support since Dolby doesn't allow binary distributions.
Add faac support.
Remove two patches. Disable ARTS using ac_cv_path_ART_CONFIG=no instead.
Just let regular install target install it. (This is slow though.)
Update PLIST. Name this avidemux2 with the two as the author requests.
error: label at end of compound statement
error: array bound forbidden after parenthesized type-id
This was noticed on FreeBSD 5.4-STABLE with gcc 3.4.2.
Also test build under NetBSD 1.6.2_STABLE with gcc 2.95.3
and Linux with gcc 3.3.5.
No PKGREVISION bump since this should not change anything.
This package does not have a maintainer.
Changes:
0.4.5:
======
- SECURITY FIX (pst.advisory 2005-21)
Remotely-exploitable missing-format-string vulnerability in some
message dialogue boxes.
- Fixed some brokenness in the visualisations menu; hide/show the
video widget as needed when selecting an item from that menu.
- Better handling of uninstantiatable post-plugins (when configuring).
- Caught and replaced another asprintf. [Bug 1204625]
- Compile fix (Solaris): need $(X_EXTRA_LIBS).
- Correct the documentation of the '-e' option in gxine.1.
- Don't set a title for the full-screen toolbar.
- Set up X threads earlier (it was being done too late).
(based on a patch from Antti P Miettinen <ananaza@iki.fi>.)
0.4.4:
======
- Added support for VDR's AUDIO key.
- Made the browser plugin optional.
- Stop playback on playlist clear.
- Fixed a bug in multi-file drag+drop.
0.4.3:
======
- Fix a bug in JS vdr(). It should check the active MRL rather than
the currently-selected playlist entry.
- Fix a post-plugin parameter handling error.
- Provide a few more default bindings with keys.
- Fix a compile failure when using xine-lib 1.0 headers. Whoops :-(
- Added doc/Keybindings-HOWTO (from Craig Sanders).
0.4.2:
======
- Use external JS lib by default (if available).
If you're using amd64, you want this, I'm told.
- This version should be buildable and useable with GTK+2.2.
It may also use, but not rely on, a few features from GTK+2.6.
- Configure switches for GTK+ versions compatibility and whether to
use the desktop integration wizard. (Mainly for packagers.)
- Mark 'repeat' and 'random' buttons (playlist) as having accelerator
keys.
- Improve prefs window numeric entry editing.
- "tvtime" deinterlace plugin support.
- Video and audio post-plugin chain support.
The deinterlace plugin is prepended to the video chain if enabled.
The visualisation plugin is prepended to the audio chain if active.
- Hide tab & border for single-page notebooks in the prefs window.
- Make columns in playlist etc. resizable.
- Fixed a few crash/warning bugs (mediamarks/playlist item edit) left
over from 0.4.1.
- Respond to volume changes made externally.
- Fix crash on virtual desktop change. The full-screen window is now
sticky and on all desktops. (If you have a better way of fixing
this which *doesn't* require this, let me know.)
- Fix overlay bug with window managers, such as IceWM, which have
their own toolbars.
- Text preferences which are uncommitted may be undone by Ctrl '-' or
Undo.
- Make the visualisation setting a preference.
- Fix a few problems in playlist expansion via xine-lib.
- Add JS event(NAME) function and make event() and vdr() output help
text if called without parameters.
- Add keybinding entries for 'next angle' and 'previous angle'.
- Save the A/V offset setting.
- Build fix: apparently, Spidermonkey isn't always libsmjs.so.
- Stop GTK's complaints when the locale doesn't use UTF-8.
(This is done by telling gettext that we want translated text in
UTF-8. Some is intended for the console; this isn't special-cased.)
- Add a few extra icons to the menus.
- Add config options for default window size and magnification of
low-res video streams.
- Improve live-stream detection; recognise streams of unknown length.
- Improve the current stream title display.
- Rely on xine-lib's XML parser and quote some characters when saving
the playlist, media marks and key bindings.
- Change the way in which the control button images are implemented.
(There are problems with some GTK+ theme engines otherwise.)
- Try to update the current playlist item's title from the stream
automatically unless the title has been edited.
- Deleting a playlist item will, if it is being played, cause the
next item to be played (or the player to enter idle mode).
- Use ellipsis in long entries in the playlist & mediamarks windows.
(Requires GTK+2.6.)
- Allow drag&drop for reordering playlist items.
- Prevent multiple install wizard instantiations.
- Add menu tooltips for plugins with short descriptions in the plugin
chain configuration windows.
- Make playlist repeat & random settings persistent. (Guenter)
Add patch-ak and patch-an to support -enable-fpic with recent
versions of gcc. From xine cvs.
Bump PKGREVISION just in case these patch-ak and patch-an change
functionality.
Tested builds and running on FreeBSD 5.4-STABLE with gcc 3.4.2 and
FreeBSD 5.3, and Linux 2.6.9 with gcc 3.3.5. And tested build
and install on NetBSD 1.6.2_STABLE.
Okayed by jmmv a couple weeks ago.
Change PLISTs to not hardcode 1.0.1 (or the version) but use
${PKGVERSION}. This will make it easier for later updates.
print-PLIST target produces ${PKGVERSION} and that is how I noticed this.
Move the xv plugin entries to PLIST.common from PLIST.NetBSD. Linux
and FreeBSD both have same xv plugin entries.
Remove dependency to win32-codecs. It is not needed and can be added
any time later for those extra codecs. Also, xine-lib supports
various Windows Media formats already (via builtin ffmpeg).
Move the i386 PLIST entries to own PLIST.i386 file.
Add MESSAGE.i386 to suggest installing win32-codecs if needed.
(If you have suggestions for other codecs or software to mention,
such as "Real" for this MESSAGE.i386, please let me know.)
Move COMMENT from Makefile.common to Makefile. (I will commit for
xine-arts and xine-esound next, since they didn't have their own
COMMENTs before.)
Bump PKGREVISION.
(Later I will add a couple patches for FreeBSD support and add
theora support.)
PKGREVISION not bumped since these changes only matter for
FreeBSD build which failed in the first place.
Note that xine-lib is needed, but the xine-lib fixes for
FreeBSD have not been committed yet.
(If you are curious, I am using gxine on FreeBSD all installed
via pkgsrc to watch a MS Windows Media 7 ASF video and listen to
MS Windows Media Audio 2 without any win32-codecs installed.)
changes:
Parallel installability with 0.6.x series
Internationalization
Fixes for 64-bit platforms
Fixes for gcc 4
New translation added: Russian (Peter Astakhov)
Registry now uses libxml for faster startup
1.1.7: (2005-05-02)
- added --version option
- fixed typos in preferences handling
- fixed crash on close
- created stubbed "make check" tests/ directory
- added tooltips to the preferences
- display GOP number in Info window
- added experimental MPEG1 support from Brent Baccala
- generalized pref window settings
- added "ignore program end code" based on patch from Brent Baccala
- forced sequence injection during playback for MPEG1 sanity
- updated man pages slightly
changes:
-Big XvMC quality / correctness / cpu-usage fix
-added support for WMA Voice codec
-support for Windows Media Audio Lossless
-bugfixes
-security fixes (were already patched in pkgsrc)
also add a patch to correct the path for win32 codecs, needed if
xine-lib in embedded into other applications (as totem)
1.1.6: (2005-04-30)
- modified patch from Tiziano Cappellari and Igor Baldachini to optionally
force a prepended system header.
- modified patch from Tiziano Cappellari and Igor Baldachini to optionally
drop trailing packs that have system headers.
- compilation patches from Eric Jorgensen and Barry Roberts.
- NetBSD off_t patch from Thomas Klausner.
1.1.5: (2005-04-30)
- improved gopchop.desktop
- added debian menu file
- fixed compile regression in new display code
1.1.4: (2005-04-30)
- suse patch from Rainer Lay
- changed scroll wheel usage to try and fix file select windows - schmidtw
- changed the menus & menu items to be more "standard" where
possible - schmidtw
- added XML based load/save using libxml for editing sessions - schmidtw
- added text enterable gop selector box - schmidtw
- added view menu to control GOP Info window & in the future the video
window - schmidtw
- changed the menu items to be more descriptive - schmidtw
- fixed details need to read other MPEG2 PES packets
- locale clean-ups
- Xv display is now aspect-correct
- TODO reorganized - bryce
some relevant changes:
-RTSP/MMST security patches now in main distribution
-documentation improvements
-x86_64 support fixes
-integrated Tremor decoder for Ogg/Vorbis
-expose support for 422P and 444P raw formats
-dropped support of old FAAD2 versions (<= 1.1)
-support for 32 bit float and extended WAV files
-support for multichannel WAV files
-ALAC (QuickTime lossless audio) support via lavc
-vqf demuxer
-support for Real multirate files
-more user-friendly info about audio and subtitle tracks in Ogg files
-streaming improvements
-ffmpeg updates
-MEncoder usability improvements
-many fixes and cleanups
0.8.4b.
Fix for MPlayer's volume setting on start. In next version it will be
configurable if backend player should set volume on start, but MPlayer
shouldn't because it sets volume relative of current value.
Users of gcc-2.95 may have more luck compiling this version.
0.8.4a.
Fix for MPlayer's slave command queue after manually stop a movie and
various ways to crash KMPlayer are blocked.
0.8.4.
an extra volume slider in the controlpanel, that let the backend players
control the volume,
limited support for GStreamer, kgstplayer that will only play local files
if you haven't gnomevfs2 (might be that with the latest plugin you can
also play dvd urls), thanks to Kiss from Ronald S. Bultje, being a nice
working demo,
kxvplayer, an extra backend player, that is a XVideo viewer,
switch between kxvplayer and mplayer with TV is possible,
a VDR frontend using kxvplayer,
new icons from Marcel Dierkes (KMPlayer has become a real movie star),
new dockable view on the internal playlist, also usable to navigate
through it, making bookmarks of listed URLs,
new relaxed ASX parser,
a cleaned up library (libkmplayercommon.so)
and Real's RAM playlist support, will finally let MPlayer play those
stream too.
Take Maintainership, as suggested by Murray Armfield some time ago.
This caused my bulk build to fail (before building) when it was
building list of dependencies, because multimedia/mmg/Makefile
included ../../multimedia/mkvtoolnix/Makefile.dist and also
depended on ../../multimedia/mkvtoolnix/. And multimedia/mkvtoolnix/Makefile
also included ../../multimedia/mkvtoolnix/Makefile.dist.
The bulk build error was like:
----> Depending in /home/jreed/pkgsrc/multimedia/mmg (pass #1)
----> Depending in ../../multimedia/mkvtoolnix/ (pass #2)
...
----> Depending in ../../multimedia/mkvtoolnix/ (pass #24)
ERROR: You have reached 25 times through the dependency tree
and _still_ not finished. This is probably due to a broken
set of dependencies. You may wish to examine the partial
database left in /home/jreed/pkgsrc/.bulk_db.foo
Removing the trailing slash from the DEPENDS fixed this problem for me.
installed will fail because "speedx" is detected but buildlink3 prevents
access to the include files and libraries. Because even passing
"--disable-speextest" to the "configure" script doesn't fix that we
simply add it as dependence and add the new plugin to the package list.
Bump package revision because of the above change.
X11 from pkgsrc.
For some reason, X11 is not found by the configure script in such systems
(which is the correct behavior, as USE_X11 is undefined). This results in
a configuration failure because the script defines the HAVE_XV conditional
in an incorrect place (inside a shell conditional).
Problem reported by Owen Becker <owen at safeasmilk.net> in tech-pkg@.
Highlights at a glance
* Text-to-speech system with support built into Konqueror, Kate, KPDF
and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
disable ones that are not used. This does not include Netscape-style
plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
documentation added or changed
This tool is used for people wanting to take sections out of MPEG2-PS
files without re-encoding the resulting frames. The idea is to
write specific "Group of Pictures" (GOP) sections to a new MPEG2-PS
file. These GOPs will decode correctly (in theory), and the gaps
won't be noticed. I wrote this tool to edit commercials out of
MPEG2 files produced by my KFir MPEG2 capture card. Using this
tool for anything else is really beyond the scope of its design.
Changes:
- added help file
1.4.1:
======
- bugfixes
1.4.0:
======
- support for MPEG-1 and MPEG-2 video read from PS and ES streams,
- support for AVC (aka h.264) video from MP4 files,
- support for concatenating files,
- support for the new elements needed for menus,
- support for WAVPACK4 lossless and lossy audio,
- support for extracting VobSubs and
- added an online help to mmg accessible by pressing F1
* Changes in this release (0.5.39)
tv_grab_fr has been fixed to solve problems with UTF-8 versus
ISO-8859-1 character sets, so the output should be valid XML no matter
which channels are scraped. Also bug fix for --slow.
tv_grab_huro is now working again, for both Hungarian and Romanian
listings.
tv_grab_uk_bleb has better icons.
Fix for crash in tv_imdb when certain IMDB data couldn't be decoded.
Unfortunately the upstream site for tv_grab_it is down for maintenance
so that grabber is disabled in this release, and tv_grab_it_lt is also
broken (it may or may not be deliberately blocked by the upstream
site, we're not sure yet). So there is no working grabber for Italy.
Totem is simple movie player for the GNOME desktop based on GStreamer and
Xine. It features a playlist, a full-screen mode, seek and volume controls,
as well as a pretty complete keyboard navigation.
This package is built using the Xine backend.
Totem is simple movie player for the GNOME desktop based on GStreamer and
Xine. It features a playlist, a full-screen mode, seek and volume controls,
as well as a pretty complete keyboard navigation.
This package is built using the GStreamer backend.
This is gnome-media 2.10.0
Changes since 2.9.92:
* fix for crasher in volume control.
This is gnome-media 2.9.92
Changes since 2.9.90:
* polishing, finetuning, fixing possible crashers here and there...
Bugs fixed:
* 109909: gnome-cd Seg Faults when Notification Area goes away
* 130653: gnome-sound-recorder doesn't prompt on overwrite
* 150450: Update of labels in CD Player Preferences dialog
* 153496: gnome-audio-profiles-properties crash when edit
* 158222: vu-meter segfault in led_bar_light_percent()
* 159821: [cdparanoia] audio playback glitches using cdparanoia
* 160340: [PATCH] gnome-sound-recorder can not play files
* 160830: Cannot run the sound recorder, application just "quits un...
* 162185: [PATCH] gnome-sound-recorder cannot properly save files a...
* 162302: Trying to record in a second window kills all windows (in...
* 162607: "Untitled" window title and default file names need trans...
* 164010: gtk warnings
* 164857: cdparanoia is really noisy at x48
* 166814: gnome-media-2.8.0 fails to compile on solaris 9
* 167338: translator-credits missing
This is gnome-media 2.9.90
Changes since 2.9.4:
* mostly bug fixes all over the place.
Bugs fixed:
* 105709: Track editor crashed after changing cd
* 128956: buttons should be greyed out when no CD is present
* 164229: While playing, the popup play menu item icon image is not...
* 165153: gstreamer-properties.xml file causes xml lint error
This is gnome-media 2.9.4
Changes since 2.9.3:
* translation fixes
Bugs fixed:
* 105768: Crash when opening gnome-cd
* 148650: changing window title to 'Multimedia Systems Selector'
* 153537: [PATCH] typo in error message
* 161722: Build breakage on gnome-cd
* 162608: gnome-media mixer message needs translator comment
* 163354: Update the Time line Display after inserting the CD
This is gnome-media 2.9.3
Changes since 2.9.2:
* moved switches to their own tab in gst-mixer
Bugs fixed:
* 153599: The runtime-detected mixers don't have mnemonics
* 157117: gnome-volume-control doesn't redraw properly
* 158346: Duplicate volume controls for ALSA EMU10k1
* 159428: gnome-volume-control: Use simple check box if there is no...
This is gnome-media 2.9.2
Changes since 2.9.1:
* re-added CDDA backend in GNOME-CD
Bugs fixed:
72581: Gnome-CD should detect multiple cdroms and put them in a ...
150072: small code clean ups
154547: compilation error in audio-profile.h with sound-juicer au...
155088: gnome-sound-recorder does not save files
156874: [PATCH] HIG fixes for preference dialog
This is gnome-media 2.9.1
Changes since 2.8.0:
* new volume control
* ipv6 support for CDDB.
Bugs fixes:
* 111423: IPv6 enhancements in gnome-media
* 144769: Volume Control (2.6.1) reports modem as primary sound card
* 145087: cannot install .mo files into $prefix/share/locale in Sol...
* 148858: improperly linked
* 151971: Rewrite of gnome-volume-control
* 153497: [PATCH] HIG fixes for new mixer's preference dialog.
While here, pull in a patch from CVS (which already is in 0.8.8) to make
tunesbrowser be able to play aac files. Bump PKGREVISION to 2.
Closes PR pkg/29653 by Antoine Reilles.
emulators/compat13
emulators/compat14
emulators/compat14-crypto
emulators/twin
lang/blackdown-jdk13
multimedia/transcode
because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk
rev 1.1593 and fixed in rev 1.1596.
compat13 was bumped to nb2 so we don't have different package version on
different archs (alpha had an nb1 before but all other had no PKGREVISION).
This file is just an symlink to export_xvid4.so created by the Makefile
and not part of an .la File.
Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only
created on i386.
Bump PKGREVISION.
Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new
pages for transcode 0.6.14, but only two MASTER_SITES have the old file.
ToDo: Update to 0.6.14.
compiled with -O2 -- remove it. While here, do some minor cleanups
in the package Makefile. Bump PKGREVISION so that working versions
can be identified.
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
Split PLIST into PLIST.common and PLIST.common_end to fix an error while
removing the package.
Also remove the trailing space at the two plist manpage entries, which
caused an warning during package installation.
Package changes: Sync dependencies with requirements, and sort
them to make checking easier.
New in 0.5.38:
This release has only grabber fixes, but plenty of them - in
particular tv_grab_pt and tv_grab_fr are now working again.
New in 0.5.37:
tv_grab_se_swedb: New Grabber for Sweden!
tv_check: major changes.
now handles DST properly.
output always in local timezone, GMT supported in guide
added --days parameter. 7 day limitation removed
fix/improve MyReplayTV timeslot detection
tv_grab_fr: rewritten to be less sensitive to data source changes
tv_grab_nl: fixes to handle bad pages and odd start times
tv_grab_uk_rt: added channel ids
tv_grab_es: fixed bug that could cause programme to be skipped
tv_grab_no: changed to handle data source changes
tv_grab_uk_rt: added POD documentation
tv_grab_dk: added icon support.
misc fixes
tv_grab_na_dd: fixed config file problem preventing UTC time
--quiet now disables the status bar
retain config file if config mode aborted
xmltv.exe: return non-zero ERRORLEVEL if script stops with error
cache handling: make location of cache.conf more flexible
Changes:
- all: bug fix: Fixed compilation with the upcoming new versions
of libebml and libmatroska.
- mkvmerge: bug fix: mkvmerge did not accept XML chapter files
created with older mkvtoolnix versions due to deprecated chapter
elements. Such elements are now skipped.
- mkvmerge: bug fix: Fixed negative audio displacement for a
couple of formats.
- mmg: bug fix: Again the window handling. Hopefully this is
better than the other attempts.
- mmg: bug fix: One was able to crash mmg by pressing 'ok' in the
muxing dialog right after muxing finished, especially if the
'abort' button was hit before. This mostly happened on Linux.
Changes:
- fix the segment family UID
- no more TrackAngle and new TrackTranslate elements
- rename ChapterLink* to ChapterTranslate*
- add KaxChapterLinkEditionUID
- fix the KaxSegmentFamily flags
- added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and
KaxChapterLinkID
- Move all of the (re-)activated Matroska v1 elements out of "#if == 2"
blocks.
- support for KaxMaxBlockAdditionID and fix default values
- BlockAdditions is in Matroska 1 now
- added the button track type
- Use malloc() and free() instead of new[] and delete[] where the lib might
deal with pointers that have been allocated by the app, or where the app
has allocated the memory. Reason: new[]ed memory cannot be realloc()ed.
- remove support for the gap flag in the Block
- add almost automatic handling of SilentTracks
- added KaxTrackFlagForced
- added KaxTrackAngle and various fixes
- TrackOverlay is now multiple
- added KaxClusterSilentTracks and KaxClusterSilentTrackNumber
AssetML defines an XML file for multimedia metadata, such as name,
description, categories, and file type. Applications using the
libassetml library can query these XML files to share and reuse
content like image and audio files. This package also provides the
assetml-query tool for browsing the AssetML database.
http://www.ofset.org/assetml/
(This will be used by childsplay and gcompris. Anyone want to work on them?)
Changes since 0.8.8:
* Probe fixes
* Thread and queue fixes fixes
* Documentation updates
* Important GstBin state change fix - see #166371 if you subclass
Bugs fixed since 0.8.8:
* 94464 : [threads] gst_scheduler_add_scheduler() doesn't ref passe...
* 123775 : [PATCH] [api] setting state on element should force highe...
* 142588 : [threads] if all elements have been removed from a bin, s...
* 150546 : [api] Error for calling gst_pad_push in a get function is...
* 162276 : [build] gstregistry.h and gstxmlregistry.c don't build wi...
* 163234 : [PATCH] plugin loading isn't thread-safe
* 163383 : [PATCH] ogm plugins won't register
* 163801 : [PATCH] mem leak in xml registry loading
* 164062 : [PATCH] tee capsnego is broken
* 164261 : [PATCH] GST parsing doesn't recognise urls without a file...
* 165272 : [PATCH] Problem compiling gstreamer 0.8.8
* 165365 : [PATCH] gst_string_wrap() segfaults on NULL strings
* 165922 : add locking in opt
* 166269 : Typo in current .po file msgid string
* 166362 : data discarded by probes is leaked
* 166371 : GstBin derived classes not notified of state change
Changes since the alpha3 release:
* first draft of the Theora I Format Specification
* API documentation generated from theora.h with Doxygen
* fix a double-update bug in the motion analysis
* apply the loop filter before filling motion vector border in the reference frame
* new utility functions: theora_packet_isheader(), theora_packet_iskeyframe(), and
theora_granule_frame()
* optional support for building without floating point
* optional support for building without encode support
* various build and packaging fixes
* pkg-config support
* SymbianOS build support
And remove from PLIST.
This fixes problem when INFO_DIR is using a custom directory such
as share/info.
Do not bump PKGREVISION, because couldn't package in first place when
this problem occurred.
This will cause a warning:
install-info: warning: no info dir entry in `/usr/pkg/share/info/mjpeg-howto.info'
TODO: so add a START-INFO-DIR-ENTRY/END-INFO-DIR-ENTRY pair dir entry.
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
hasn't been maintained for a long time and is buggy, so they are removing
all references to it from its home page. Plus it never worked very well
here. Agreed by maintainer.
where OpenGL was not detected properly but was included in the PLIST.
Also avoids the installation of the v4l plugin, which resulted in extra
files in that system. Bump PKGREVISION to 1.
Changes since 0.8.6:
* multichannel audio support
* new element: apetag
* new element: ttadec, ttaparse
* new element: directfbvideosink
* vcd fixes
* playbin fixes
* dvdread fixes
* a52dec fixes
* sunaudiosrc fixes
* osssrc fixes
* avidemux fixes
* licensing updates
Bugs fixed since 0.8.6:
* 147919 : [playbin] broken wav seeking
* 148559 : [monoscope] grinds to a halt
* 149102 : gstreamer license problems
* 149613 : [PATCH}Add proxy server support to the musicbrainz plugin
* 151624 : Multichannel support
* 152339 : [PATCH] [build] gst-plugins cross compiling
* 154773 : [playbin] crashes trying to play short wave files (1 or 2...
* 154775 : [qtdemux] Quicktime movie causing some weird debug spew
* 154814 : Selection of totem crashing videos
* 154815 : [PATCH] ffmpegcolorspace leaks caps
* 155348 : Various MP3 files cannot be detected or played
* 155879 : [libriff] Bug in lib-riff
* 156798 : " An error occured " " Could not write to resource " this sa...
* 157233 : [PATCH] playbin leak fixes
* 158258 : Patch for polypsink to make it work with both threaded an...
* 158382 : [PATCH] [build] debian speex detection patch
* 158650 : [PATCH] [videocrop] video crop is completely buggered
* 158704 : Fix/finish (S)VCD support
* 159215 : [PATCH] Memory leaks in audioscale
* 159296 : Playing benow.mp3 file cause totem to hang on EOS with de...
* 159297 : dark.441-16-s.flac hangs on eos in totem with debug spew
* 159301 : gstreamer.avi file plays, but have broken seeking in totem
* 159338 : alaw/mulaw decoders caps warning
* 159433 : [osssink] doesn't check for supported channels
* 159512 : Progress bar with m4a (aac) broken
* 159651 : [decodebin] totem crash
* 159759 : DVD LCPM asserts
* 159847 : [build] hardcoded path for musepack headers in configure
* 159864 : avidemux sends GST_EVENT_DISCONTINUOUS
* 159986 : [PATCH] Videorate doesn't handle seek and doesn't reset w...
* 160276 : [PATCH] mpegdemux and dvddemux don't reset themselves in ...
* 160439 : Can't compile gst-plugins without GCONF
* 160514 : [avidemux] seek after EOF for truncated avi files (to non...
* 160532 : [avidemux] avi[cvid+PCM] : no image, sound is noise
* 160808 : 'ERROR: pipeline doesn't want to play' when using xvimage...
* 160869 : [playbin] ogg file (theora/vorbis) causes segfault near end
* 161039 : [PATCH] [deinterlace] rowstrides need fixing
* 161538 : [playbin] AVI files with mp3 audio are out-of-sync in pla...
* 161624 : [alsasink] crash at end of playing this file
* 161980 : Volume control applet does not set value correctly.
* 162819 : [audioscale] cleanup
* 162913 : [mms] missing NULL terminator to g_object_set() in uri ha...
* 162924 : [playbin] totem assertion failures when playing cd / pote...
API changes since 0.8.6:
- API additions:
* A new cdparanoia property, device, has been added.
* A new dvdnavsrc property, device, has been added.
* A new dvdreadsrc property, device, has been added.
* A new vcdsrc property, device, has been added.
- API depreciations:
* A cdparanoia property, location, has been marked for deprecation.
* A dvdnavsrc property, location, has been marked for deprecation.
* A dvdreadsrc property, location, has been marked for deprecation.
* A vcdsrc property, location, has been marked for deprecation.
While here, improve handling of files living under PREFIX/libdata: instead
of keeping them in the PLIST, remove them from the deinstallation script;
this way we won't get checksum mismatches (a typical thing when doing "make
replace").
Also remove some compatibility hacks I added before the libtool soname
changes were done (they are useless). And fix PLIST WRT .la files.
Changes since 0.8.7:
* Threading fixes
* Opt scheduler fixes
* Documentation updates
* New translation: Norwegian Bokmaal (Kjartan Maraas)
* New translation: Italian (Luca Ferretti)
* New scheduler: fair
Bugs fixed since 0.8.7:
* 144804 : opt scheduler breaks on playing a pipeline
* 148787 : clocks are not distributed correctly
* 149936 : [PATCH] [build] GStreamer without registry support do not...
* 150051 : fakesrc needs a data rate parameter that timestamps the d...
* 151605 : impossible to play .mpg or avi files with gst-launch-ext
* 153882 : [PATCH] The win32 version of gstenumtypes is not up to date
* 154061 : optimal scheduler doesn't get freed
* 156063 : infinite loop and 100% CPU with some MP3
* 156179 : gstreamer typefind plugin information from gst-inspect is...
* 157127 : Cleanup of issues reported by sparse
* 157263 : use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff ...
* 158018 : gstreamer typefind stalls on these JPEG files
* 158162 : opt deadlock
* 158163 : [api] Problem querying on ghostpads
* 159852 : [PATCH] [api] g_signal_emit thread safety issues
* 160019 : segfault when error occurs playback of uri containing per...
* 160220 : gst_pad_set_explicit_caps of a NULL caps doesn't work
API changes since 0.8.7:
- API additions:
* A new function, gst_plugin_get_version, has been added.
This release updates and enhances documentation and translations, adds full X86-64 support, adds 18
new codecs, updates various codecs, adds special CPU saving options for low end machines, adds
better support for MacOS X and Windows, and adds uncountable fixes and enhancements all over the
place.
Changes since 0.8.5:
* New translation in this release: Norwegian Bokmaal
* New translation in this release: Luca Ferretti
* new element: polypsink
* new element: musepack decoder
* alsa fixes
* playbin fixes
* support for cd://, cdda:// and dv:// uri
* v4lsrc fixes
* id3demux fixes
* avc-based Firewire camera support
* speex fixes
* tcp fixes
* multifdsink improvements
* ffmpegcolorspace fixes
* chained ogg support
Bugs fixed since 0.8.5:
* 140994 : [mplex] configure failure
* 143961 : MusePack codec support
* 144389 : alsasink dies after some time playing
* 144436 : opt / oggmux problem (endless interrupt event loop)
* 150061 : gstreamer error in rhythmbox: vorbisdec(27925) vorbisdec....
* 150576 : pad v4l2src0:src returned caps that are not a real subset...
* 151059 : [sdlvideosink] doesn't implement overlay properly
* 151064 : asfdemux crash
* 151122 : playing a m4a-file using " spider " doesn't work
* 152750 : audioconvert crash
* 154781 : [playbin/totem] avi file with just divx video (no audio) ...
* 154784 : [playbin/totem] playing avi with 320x240 raw yuv video an...
* 154788 : Xv video in another window
* 154807 : auparse doesn't error out on invalid files
* 154834 : [dvdreadsrc] immediate EOS when specifying a title > 0
* 154903 : cdparanoia plugin doesn't handle URIs
* 154967 : [wavenc] missing cast and terminator in gst_event_new_dis...
* 155008 : LoTr movie segfaulting with gstreamer+totem
* 155223 : memleak in wavparse
* 155814 : gst_bin_iterate() gets stuck on some images
* 155864 : [oggdemux] regression with files without proper EOS flag
* 156372 : gst-plugins fails to build on AMD64
* 156387 : [oggdemux] seeking is off by up to 30 secs (regression)
* 156477 : Ogg Vorbis file fails to play. Works with ogg123
* 156488 : Introducing device for alsasink in gconf makes totem crash
* 156565 : gst_bin_remove crashes deep down
* 156910 : Rhythmbox crash at the end of this song
* 157032 : Patch for dispose/finalize functions in gst-plugins
* 157281 : crash with totem-gst
* 157543 : [rtpgsmparse] missing NULL terminator to gst_caps_new_sim...
* 157548 : [vorbisenc] premature and/or missing terminator to gst_ca...
* 157632 : C99 style variable initialization(multifilesrc_test.c)
* 157964 : smoothwave display warnings when launching gst-register
* 157986 : [vorbisdec] fix warning when querying while draining
* 158006 : alsasink/rhythmbox don't like each other anymore
* 158125 : gstreamer apps have serious issues with 0.8.5.2 plugins & ...
* 158221 : Build fix for gstreamer-plugins 0.8.5.3
* 158365 : Fix for playbin hangs
* 158375 : fix segfault in mp3 typefinding
* 158462 : [dvdreadsrc] invalid reads / is_nav_pack assertion failure
* 158832 : pngenc drops GstBuffer extra info (timestamp, length...)
* 158976 : [oggdemux] seeking broken again [regression]
* 159186 : [PATCH] videorate doesn't handle all colorspaces
* 159187 : [PATCH] v4l probes too much and should cache
API changes since 0.8.5:
- API additions:
* A new v4lsrc property, autoprobe-fps, has been added.
* Build the oss audio plugin, fix hardcoded audio device.
* When Mesa is used the opengl plugin is not built, check this via
USE_BUILTIN.{MesaLib,glu}.
* Fix some tests in configure.ac.
* Add PLIST.common_end to remove directories, otherwise the dirs are not
removed correctly.
More changes to come in the future for configure.ac...
Bump PKGREVISION.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Changes since version 1.0pre5:
- buffer overflow in mp3lib fixed
- heap overflow in Real rtsp streaming code fixed
- stack overflow in mmst streaming code fixed
- unnecessary bmp demuxer removed because of buffer overflows
- heap overflow in pnm streaming code fixed
This fixes the vulnerabilities reported by iDEFENSE recently.
Changes:
- mmg: Fixed some layout issues with wxWidgets 2.5.3 and newer.
- mmg: new feature: The window position is saved and restored when mmg is
started the next time.
- mmg: bug fix: Fixed a crash/memory corruption showing weird characters
in the input boxes. This happened when the user removed a file from
mmg while mmg was updating the command line.
- mmg: bug fix: mmg now has an icon associated with it while it is running
instead of the generic Windows application icon (Windows only).
- mmg: bug fix: The main window is now minimized during muxing. This allows
to hide both of the windows while muxing is running and restoring them
later, even if they were iconized when muxing finished (Windows only).
- mmg: bug fix: Made the muxing dialog ("mkvmerge is running") modal all the
time. This prevents the user from hitting the main window's minimize
button. On Windows this makes mmg stuck in iconized mode if it was
iconized when muxing finished.
- mkvmerge: bug fix: The first packet of an AAC track read from Real
containers might not start at the timecode 0. This offset was ignored by
mkvmerge.
- mkvmerge: bug fix: Fixed a buffer overflow in the UTF-8 file reading
routines.
Changes:
* akodelib: Play even more broken and wierd MP3s well.
* akodelib: Don't crash on when mmap fails (e.g. on NTFS).
* akode-artsplugin: Play dual-mono files as stereo
* akode-artsplugin: Halt playobject if a stream terminates
Changes:
- mkvmerge: bug fix: The Matroska reader doesn't insist on having
a default duration ( = FPS) for video tracks in the "AVI
compatibility mode" ( = with the CodecID "V_MS/VFW/FOURCC"). This
enables re-muxing of Matroska files created from MP4 files.
- mmg: bug fix: File names with non-ASCII characters were not
working if mmg was compiled against a Unicode enabled wxWidgets.
- mkvmerge: new feature: Added reading DTS from AVIs and from
Matroska files.
- mkvmerge: bug fix: A variable initialization was missing which
very recent gcc versions (3.4.2) did not like very much. Also
fixed a small compilation bug.
Changes since 1.0.1:
* xvidcore
o Fixed non compliant bvop decoding
(was using rounding=0 instead of rounding=1)
o Added better mv bound clipping for broken streams.
o Better behavior with content claiming not containing bvops
but eventually having bvops.
o Force fincr and fbase to be < 16bit.
o Fixed thread safety problem in C language iDCT implementation.
* VFW frontend
o Memory leak