1.0.2 - Wed Nov 9 21:46:28 EST 2005
* vektor: Add a proper TVTIME_NOOP command so that you can remove
keybindings. Thanks to Andrew Dalton for the fix.
* vektor: Add back missing translations.
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
It is not widely available or broken (disabled on Darwin in configure,
or build failure on DragonFly as PR#43640).
Furthermore, paths for codecs is not adjusted for pkgsrc.
Bump PKGREVISION.
used in gxine build to convert svg into png. There is a replacement
"rsvg-convert" with different cmd line syntax, but it seems to me that
this is all unnecessary -- gxine can display the svg files as well.
So, to keep things simple, fix the PLIST to reflect the status quo
and drop the useless build dependency.
private mail.
MediaTomb 0.12.1 is a minor bugfix release which fixes:
- YouTube support
- a problem in the soap response http header
- automatic id3lib detection when taglib is not available
The following patches are no longer needed as they have been integrated
upstream:
patches/patch-aa
patches/patch-ab
patches/patch-ac
patches/patch-ad
patches/patch-ae
patches/patch-ah
patches/patch-ai
patches/patch-aj
Version 0.0.22
Disable the test for changing the DTMF PT for now
python: Require pygobject 2.16 to build
rtpconference: The ptime/maxptime in caps are actually uints, not strings
Update common and tabify Makefiles
gitignore: Hide shm test
readme: bump -bad requirement for shm plugin
tests: Whitelist shm plugin
tests: Clear GError* between tests
shmtrans: Don't try to unref NULL pointer on error
configure: Require GLib 2.16 for GIO
GIO is required by the shm example, require it.
tests shm: check that prepared is called
shmtrans: Sync downstream element states before linking them
shmtrans: Add debug
shmtrans: Release teepad before stopping downstream elements
shmtrans: Emit local candidate with new path
shmstreamtrans: Set the sending in set property (not get)
shmtrans: Set do-timestamp and is-live to true on shmsrc
shmstreamtransmitter: Emit local-candidates-prepared
shm: Document shm stream transmitter
shmstream: Also ignore usernames that are empty
shm: Replace base_ip with username
simplecall: Add shm version of simple-call
shm: Verify the success of state changes
tests: Add tests for the shm transmitter
shm: Implement shm transmitter
shm: Add empty transmitter
tests: Unlock lock in all cases
fsplugin: Release lock on errors
elementaddednotifier: Don't abort on elements that have no factory
rtpsession: Use copy of codec because mutex has been unlocked
Can't use the ca pointer because it is part of a list that
has been unlocked.
tests: Skip theora reception test if theora is not detected
It require glib2>=2.25.0, then after glib was updated to 2.26.0,
it also will be iinstalled, PLIST broken.
XXX: exactly depend on glib2>=2.25.0 and install it,
XXX: or create new package for the plugin?
* Various build updates (see SVN)
* Add ogg_stream_pageout_fill() to API to allow applications
greater explicit flexibility in page sizing.
* Documentation updates including multiplexing description,
terminology and API (incl. ogg_packet_clear(),
ogg_stream_pageout_fill())
* Correct possible buffer overwrite in stream encoding on 32 bit
when a single packet exceed 250MB.
* Correct read-buffer overrun [without side effects] under
similar circumstances.
* Update unit testing to work properly with new page spill
heuristic.
Changes since 0.4:
vdpau.h: Clarify video mixer field amount recommendation
More doc issues pointed out by Xine authors.
* Fix Doxygen warning; it gets confused by quotes.
* Add subsection names, so part of the title doesn't get swallowed as the
subsection name.
* Document data required from MPEG-4 Part 2 & DivX bitstream.
vpdau.h: Fix typo and clarify wording.