Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Problems found locating distfiles:
Package adobe-flash-plugin11: missing distfile flash-plugin-11.2.202.540-release.i386.rpm
Package gmplayer: missing distfile mplayer/AlienMind-1.2.tar.bz2
Package gmplayer: missing distfile mplayer/BlueHeart-1.5.tar.bz2
Package gmplayer: missing distfile mplayer/CornerMP-aqua-1.4.tar.bz2
Package gmplayer: missing distfile mplayer/MPlayer-1.1.1.tar.xz
Package gmplayer: missing distfile mplayer/WMP6-2.2.tar.bz2
Package gmplayer: missing distfile mplayer/gnome-1.1.tar.bz2
Package gmplayer: missing distfile mplayer/hwswskin-1.3.tar.bz2
Package gmplayer: missing distfile mplayer/neutron-1.6.tar.bz2
Package gmplayer: missing distfile mplayer/plastic-1.3.tar.bz2
Package gmplayer: missing distfile mplayer/slim-1.3.tar.bz2
Package gmplayer: missing distfile mplayer/xine-lcd-1.2.tar.bz2
Package handbrake: missing distfile handbrake/HandBrake-0.9.3.tar.gz
Package handbrake: missing distfile handbrake/bzip2-1.0.5.tar.gz
Package handbrake: missing distfile handbrake/faad2-2.6.1.tar.gz
Package handbrake: missing distfile handbrake/lame-3.98.tar.gz
Package handbrake: missing distfile handbrake/libdvdread-0.9.7.tar.gz
Package handbrake: missing distfile handbrake/libmp4v2-r45.tar.gz
Package handbrake: missing distfile handbrake/libquicktime-0.9.10.tar.gz
Package handbrake: missing distfile handbrake/libtheora-1.0.tar.gz
Package handbrake: missing distfile handbrake/mpeg2dec-0.5.1.tar.gz
Package handbrake: missing distfile handbrake/x264-r1028-83baa7f.tar.gz
Package handbrake: missing distfile handbrake/zlib-1.2.3.tar.gz
Package libdvdcss: missing distfile libdvdcss-1.3.99.tar.bz2
Package mplayer-share: missing distfile mplayer/MPlayer-1.1.1.tar.xz
Package mpv: missing distfile mpv-0.12.0.tar.gz
Package realplayer-codecs: missing distfile rp8codecs-20040626.tar.bz2
Package realplayer-codecs: missing distfile rp8codecs-alpha-20050115.tar.bz2
Package win32-codecs: missing distfile rp9codecs-win32-20050115.tar.bz2
Package xanim: missing distfile xa2.0_cvid_netbsd386.o.gz
Package xanim: missing distfile xa2.0_iv32_netbsd386.o.gz
Package xanim: missing distfile xa1.0_cyuv_netbsd68k.o.gz
Package xanim: missing distfile xa2.0_cvid_linuxELF.o.gz
Package xanim: missing distfile xa2.0_iv32_linuxELF.o.gz
Package xanim: missing distfile xa1.0_cyuv_sparcAOUT.o.gz
Package xanim: missing distfile xa2.0_cvid_sparcELF.o.gz
Package xanim: missing distfile xa2.0_iv32_sparcELF.o.gz
Package xanim: missing distfile xa1.0_cyuv_linuxPPC.o.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
|
|
|
|
|
|
until proven otherwise.
|
|
Fix PR pkg/48777
|
|
|
|
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
|
|
|
|
|
|
|
|
|
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
|
|
|
|
Lots of bug fixes since 0.0.26.
|
|
|
|
|
|
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
It turns out there were a lot of these.
|
|
|
|
py-* not affected, since it built different versions depending on the
setting already.
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
|
|
|
|
* portability fix,`==' operator for test(1)
* fix python-config command name
|
|
Version 0.0.26
rawconference: Correctly check if thread is internal
rawstream: Don't start sending before having codecs
rawsession: Only manipulate the valve from the session itlsef
rawsession: Simplify transform bins creation
rawsession: Remove g_debug
rawsession: Unref the right object
rawsession: Only remove sink if it has been added
rtpconference: Correctly check if a thread is internal
rtpstream: Fix reference leak in fs_rtp_stream_set_negotiated_codecs_unlock()
Keep a ref to the fakesink
fsrawconference: Make the construction more consistent
In the construction of a raw session we add a bunch of elements. For all
elements unref them in _constructed if adding them to the bin fails, for
all other failures, leave it to the _dispose function to remove and
unref the elements
Use full prefix, even for private functions
Add a transformation bin the source pipeline
As upstream negotiation in Gstreamer still doesn't actually work, we'll
need to change transform elements around every time the caps are changed
as that will cause a re-negotiation and things will keep working..
Unfortunately managing dynamic pipelines has its own challenges, so add
a tee ! fakesink which will eat all the errors for us...
fsrawconference: Make fsrawstream explicitely ask the session to set the direction
fsrawconference: Cope with fs_raw_session_new returning NULL
|
|
Version 0.0.25
nicestreamtrans: Fix off-by-one bug
https://bugs.freedesktop.org/show_bug.cgi?id=34291
Version 0.0.24.1
Version 0.0.24
tests: Rtcp test doesn't make sense in raw
rtp: add default prefs to EXTRA_DIST
tests: Fix another race in tests
nicestream: Skip Nice errors if the component has never been ready
nicestream: Fix small leak
nicestream: Sort ipv4 addresses first
utils: Fix doc string
utils: the keyfile stuff already checks the user dirs
utils: Pass the element directly instead of its factory name
utils: Check default properties/codecs in user data dir too
rtp: Add default-element-properties
utils: Add function to get default element properties
rtp: Add default codec preferences
utils: Add function to get default codec preferences
raw: Don't delete non-generated files
Remove the temporary socket directory after usage
nicetransmitter: Place the local socket in the tmp dir
Don't hardcode /tmp, instead use g_get_tmp_dir to potentialy get it from
the environment, but falling back to /tmp
nicetransmitter: Add documentation for create-local-candidates
nicetransmitter: Add an option for the transmitter to pick the local side
rawconference: This is really meant to be called on the stream.
nicetrans: Only emit local-candidate after gathering
Unfortunately libnice doesn't currently support doing connectivity
checks untill it has finished gathering. If we send a remote peer our
candidates before finishing gathering they can start sending us
connectivity checks before we're ready for them...
So instead sends the local candidates in one batch when gathering is
finished, so we'll be ready for the connectivity checks.
rawconf: Put the whole caps into the encoding_name in codecs
rawconference: Make FsRawStream codec doc visible.
docs: Improve the title
docs: Add docs for the raw plugin
raw: Remove trailing whitespace
raw: Simplify session notification of new stream codecs
rawstream: Simplify set_remote_codecs
cuseless
rawsession: Codec has already been validated
raw: Don't check for stuff in the codecs that is meaningless for raw
rawconference: Add a test with the shm transmitter.
rawconference: Remove stream from session in stream's dispose.
There's a chance that removing the stream when the session has it
weak-reffed can be called from a streaming thread. This can cause
it to crash and/or deadlock. This patch changes the stream to
call the remove_stream function in the session in its dispose
function. The stream already protects itself from being disposed
in a streaming thread and therefore prevents the crash/deadlock.
rawconference: Use local conference variable.
tests: Split the rtpconf extra init into separate callbacks for stream and conf
tests: Split the rawconf extra init into separate callbacks for stream and conf
rawconference: Remove weak_ref when done.
rawconference: Dispose FsRawStream in a separate thread if needed.
rawconference: Add fs_raw_conference_is_internal_thread.
rawconference: Fix trailing whitespace.
rawconference: Correct an error message.
rawconference: Wait to add the transmitter's gst-sink until sending.
rawconference: Dispose of objects in a single place in new_stream.
rawconference: blocking_id will always be 0 here.
rawconference: Remove transmitter-pad from the public API.
rawconference: Correctly use g_value_set_boxed instead of _take_boxed.
rawconference: Use macro instead of g_mutex_lock directly.
This patch creates and uses FS_RAW_SESSION_LOCK and _UNLOCK and
FS_RAW_STREAM_LOCK and _UNLOCK to improve the ability to debug
mutexes.
rawconference: Add @author to the files I made.
rawconference: Misc style and error checking fixes to Sjoerd's commits.
When adding streams, sync the element states with the parent element
When removing a stream, make the valve drop packets again
rawconference: Change signature of function to avoid collision.
This patch changes the signature of fs_codec_to_gst_caps to
fs_raw_codec_to_gst_caps to avoid colliding with a function of
the same name in the FsRtpConference plugin.
rawconference: Keep reference to GstObjects in FsRawStream.
rawconference: Actually store the src_pad in FsRawStream.
rawconference: Remove unused member from FsRawStream private struct.
rawconference: Improve locking in FsRawStream.
rawconference: Simplify FsRawSession dispose a little.
rawconference: Hold references to GstObjects in FsRawSession.
rawconference: Improve FsRawSession's locking.
rawconference: Remove elements from bin if sync_state_with_parent fails.
rawconference: Simplify a little of removing streams.
rawconference: Simplify FsRawSession's dispose function.
rawconference: Remove redundant gst_element_sync_with_parent call.
rawconference: Fix implemention of FsRawSession's current-send-codec.
rawconference: Store FsRawSession codecs and notify on change.
rawconference: Fix potential double-free.
rawconference: Deactivate pad after removing from bin.
rawconference: Remove unneeded variable and just return value.
rawconference: Fix copy/paste errors.
rawconference: Use correct pad template.
rawconference: Fix disposed testcase.
rawconference: Free transmitter src and sink when removing streams.
rawconference: Set the correct error in fs_raw_session_new_stream.
rawconference: Fix base test. FsRawConference doesn't generate codecs.
rawconference: Use optional_parameters for codec properties.
rawconference: Abstract converting FsCodec to GstCaps.
rawconference: Add tests for FsRawConference plugin.
This patch adds tests for the FsRawConference plugin. Virtually
all of the code is from the FsRtpConference plugin testsuite.
rawconference: Add data probe and src_pad_added emission.
rawconference: Set capsfilter caps when set_remote_codecs is called.
rawconference: Plug memory leak.
rawconference: Set initial valve drop settings after creation.
rawconference: Set ST's "sending" property when setting "direction".
rawconference: Set booleans instead of bitmasked integers.
rawconference: Fix some GstElement refcount issues.
rawconference: Implement FsRawSession's remote codec handler.
rawconference: Implement FsRawSession's codecs properties.
Implement the FsRawSession's "codecs" and "codecs-without-config"
properties.
rawconference: Link the FsRawSession's capsfilter and transmitter_sink.
rawconference: Free the FsRawSession's FsTransmitter.
rawconference: Add to FsConference and partially link transmitter.
rawconference: Fix getting an out of range warning on a gboolean value.
rawconference: Fix some type issues in fs_raw_session_new_stream.
rawconference: Improve setting the direction.
rawconference: Implement the remote-codecs FsRawStream property.
rawconference: Implement fs_raw_stream_set_remote_codecs.
rawconference: Create and connect FsStreamTransmitter signal handlers.
rawconference: Implement fs_raw_stream_set_remote_candidates.
rawconference: Remove fs_raw_stream_set_tos_locked.
rawconference: Add FsStreamTransmitter.
rawconference: Implement fs_raw_session_get_stream_transmitter_type.
rawconference: Add FsTransmitter member.
rawconference: Add FsRawStream class files.
rawconference: Add capsfilter to the session pipeline.
rawconference: Add an id to FsRawSessions and support creating them.
rawconference: Implement fs_raw_conference_list_transmitters.
rawconference: Add the FsRawSession class.
These files have been copied directly from the FsMsnSession class
and have simply been renamed. More modifications will be needed.
P.S. The section documentation has also been altered to better
suit the FsRawSession class.
rawconference: Remove cname from FsRawParticipant.
rawconference: Add FsRawParticipant.
rawconference: Add base FsRawConference class and plugin structure.
Version 0.0.23.1
Version 0.0.23
common-modified: Dist another stamp file
nice: Update to use the nice 0.1.0 API
nice: Add compatibility for MS Office Communicator 2007 R2
example gui: Keep a ref to the FsElementAddedNotifier to keep it alive
example gui: Set the necessary properties for x264enc
rtpsession: Really fix dispose checking
rtpsession: Only set disposed to TRUE when actually disposing
tests: Add a test of codecs-ready before calling any method
Make sure the codecs-ready is not TRUE if no methods have been called yet
and some codecs that require discovered parameters are missing.
rtpsession: Make sure the original codecs are propertly setup
Do the update codecs when creating a FsSession so that original codecs have
the required bits for the parameter gathering.
tests: Add test for pad alloc in fsfunnel
Patch by Yongnian Le <yongnian.le@intel.com>
funnel: Implement pad allocation
Patch by Yongnian Le <yongnian.le@intel.com>
https://bugs.freedesktop.org/show_bug.cgi?id=32208
Use portable 'g_snprintf' instead of 'snprintf'
https://bugs.freedesktop.org/show_bug.cgi?id=32276
Replace legacy index() with strchr() and avoid calculating the index twice
https://bugs.freedesktop.org/show_bug.cgi?id=32276
mcaststreamtransmitter: Fix error message
shmtransmitter: Remove unused header includes
Update gtk-doc-plugins.mak from common/
Verify the sanity of arguments passed to user-facing functions
rtpsession: Unblock pad if the discovery callback is called while disposing of a session
docs: Add docs for the shm transmitter
docs: Update custom doc building rules to match newer gst tools
nice: Use the right enum type for pad link return
Version 0.0.22.1
|
|
|
|
|
|
|
|
|