Commit graph

2904 commits

Author SHA1 Message Date
drochner
8ac684343d update to 0.10.21
changes:
-gstreamer core/base 0.10.32 API additions
-Fix GstDiscover methods
2011-02-25 15:50:52 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
apb
321ae773d4 libmatroska does not build with libebml-0.7.8, so bump a dependency from
0.7.7nb1 to 0.8.  There's a note in the libmatroska Changelog about
using macros defined in libebml-0.8.0, so I used that version number in
the dependency, but I tested only against libebml-1.0.0.
2011-02-23 15:41:48 +00:00
shattered
6b3c519f1f PR/41461: depend on audio/libdca if ffmpeg option is set. Revision bump. 2011-02-23 12:15:52 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
wiz
50bcae0d58 Update to 0.0.25:
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
2011-02-21 15:55:46 +00:00
wiz
7aed15fc35 Bump depends and PKGREVISION for libnice shlib major change. 2011-02-21 15:51:44 +00:00
wiz
f47a1ae953 Restrict availability even more. From Aleksey Cheusov in answer to PR 44615. 2011-02-20 21:39:22 +00:00
wiz
d0947786b6 Check for libXvMC (not +W) for enabling libxvmc support.
Fixes PR 44588 by Robert Elz.
2011-02-20 14:29:14 +00:00
wiz
9695bb2f0a Solaris fix from maintainer Aleksey Cheusov in PR 44611. 2011-02-20 14:24:05 +00:00
wiz
522141aee2 Add missing build dependency on yasm. 2011-02-19 09:46:55 +00:00
markd
37e6e5db52 Update to avidemux 2.5.4
Various bug fixes and support for additional video formats.
Including support for gcc4.5 and for latest x264 library.
2011-02-17 09:20:17 +00:00
gls
909710958e Update DVDStyler to version 1.8.2.1
Pkgsrc changes:
- Added LICENSE
- Re-enable all translations, they are computed OK now.

Upstream changes:

Version 1.8.2.1 <2011.01.31>
----------------------------

  * updated some translations

Version 1.8.2 <2010.11.25>
--------------------------

  * fixed rendering of menu (considering aspect ratio)
  * added generation of up to 3 subpicture streams for widescreen menus
(widescreen, letterbox, panscan)
  * fixed rendering of video frame
  * added auto duplication of title selection menu
  * added menu option "remember last selected button"
  * added detection of default video format at first start
  * added setting for interlaced video
  * added possibility to specify video border and cropping
  * added support of stream- and cell-tag in dvdstyler project file
  * changed to not use mplex by default
  * fixed command line bug
  * fixed validation of disc label in welcome dialog
  * fixed validation of custom actions
  * added validation of chapters
  * added setting "Accept invalid actions"
  * fixed initialization of cache
  * fixed bug 2919588 (displays error message if user try to create more than
12 buttons)
  * fixed bug 2963754 (save play all)
  * fixed bug 2995164 (Infernal loop)
  * fixed bug 3062442 (frame button misbehavior)
  * updated dvdauthor to version 0.6.18
  * updated ffmpeg to version 0.6
  * added support of Mac OS X

Version 1.8.1 <2010.05.25>
--------------------------

  * added possibility to change subtitle options
  * added support of VCD and half D1 resolutions
  * added validation of custom actions
  * some other small changes
2011-02-16 20:34:43 +00:00
gls
5c19ccac5d Update multimedia/dvdauthor to 0.7.0
Pkgsrc changes:
- Add LICENSE

Upstream changes:
0.7.0: 2010 October 23

* Reworked subtitle file reading so it can now deal with encodings like UTF-16
* Default encoding for subtitle files is no longer ISO-8859-1, but taken from
user's locale
* Add fontconfig support following a patch by Nicolas George
* Remove dvdauthor config files and make command line -o option take precedence
over XML dest attribute.
* Video format no longer has hard-coded default to NTSC, unless you invoke
configure with --enable-default-video-format=NTSC. You can also configure with
--enable-default-video-format=PAL to default to PAL.
* Implement configuration of default video format as per the proposal at
<http://create.freedesktop.org/wiki/Video_Format_Pref>.
* File names are no longer converted to locale encoding, unless you invoke
configure with --enable-localize-filenames.
* You can now specify fill and outline colours and outline thickness for text
subtitles.
Colours can be specified in additional ways, including by name and in HSV space.
* You can now also specify a shadow offset and colour for text subtitles
* Allow non-title PGCs in a titleset
* The VM language now allows C-style comments, as well as CDATA sections
* Add --nomux and --nodvdauthor-data options to spumux (thanks to TED for
sponsoring this)
2011-02-16 20:20:14 +00:00
obache
fdffcf3a3e improve comments for patch. 2011-02-15 05:37:29 +00:00
drochner
ff93cac41d update to 4.5.0
many fixes and improvements, too much to list here
2011-02-14 19:12:01 +00:00
drochner
ebba74459c bump PKGREV for libmatroska ABI change 2011-02-14 19:07:03 +00:00
drochner
d7451d9685 add patches from current vlc to build with libmatroska-1.1
bump PKGREV
2011-02-14 19:05:52 +00:00
drochner
928510b1f8 update to 1.1.7
changes:
-fix for CVE-2011-0531 (was patched in pkgsrc)
-improvements to codecs, demuxers, Audio-CD
 support, subtitles, visualization and platform integration
2011-02-14 19:03:18 +00:00
drochner
645d01f614 update to 1.1.0
changes:
-API extensions and cleanup
-bugfixes
2011-02-14 19:00:45 +00:00
ryoon
a6111725d1 Add gst123 2011-02-13 11:08:06 +00:00
ryoon
ce008cd9c8 Fix CATEGORIES 2011-02-13 11:05:09 +00:00
ryoon
df9db8ab35 Import gst123-0.1.4 as multimedia/gst123
The program gst123 is designed to be a more flexible command line
player in the spirit of ogg123 and mpg123, based on gstreamer. It
plays all file formats gstreamer understands, so if you have a
music collection which contains different file formats, like flac,
ogg and mp3, you can use gst123 to play all your music and video
files.

It is implemented in C++ and licensed under the GNU LGPL version 2.
2011-02-13 11:02:42 +00:00
obache
62afa602f9 gave up maintainership of clutter-1.x packages. 2011-02-13 03:56:08 +00:00
tnn
cf9365e567 restore the libfaad plugin conditional 2011-02-12 10:53:02 +00:00
wiz
52def63d56 Add a fix for lavtools and jpeg7 from Gentoo via upstream bug tracker.
Ride bump from a few minutes ago.
2011-02-10 17:13:10 +00:00
wiz
1ec2c07b6c Add upstream bug report URL. 2011-02-10 17:06:27 +00:00
wiz
94ecff5298 Really fix png support. From John Bowler.
Bump PKGREVISION.
2011-02-10 16:41:56 +00:00
wiz
a706661200 Add instructions to user to MESSAGE file instead of DESCR. 2011-02-10 15:37:00 +00:00
ahoka
f4f9047ca9 add missing alsa dep 2011-02-10 10:36:19 +00:00
ahoka
aa66bf48ad Updated instructions 2011-02-10 09:54:46 +00:00
ahoka
36c0532650 This time commit the proper pakages (sorry for the mistake).
Additions to the previous (uncommitted) version:
 - Update to 10.2
 - Use the RPM version, so we wont have checksum conflicts in the future
 - Remove libflashsupport dependency (flash uses libalsa now...)
2011-02-10 09:49:09 +00:00
ahoka
5d28cf6095 +adobe-flash-plugin10.1 2011-02-08 18:52:33 +00:00
ahoka
12eadee5bf Import a newer version of Flash plugin. The old one is retained,
because this version requires TLS support in Linux emulation, which
NetBSD 5.x doesnt have.
2011-02-08 18:47:03 +00:00
wiz
30cc043ff1 Bump PKGREVISION for interlaced png fix. 2011-02-07 10:20:36 +00:00
wiz
46063a398d Fix interlaced png handling (lots of (unnecessary) warnings when running,
but works).
2011-02-07 10:20:09 +00:00
wiz
cefb021860 Fix build with png-1.5. 2011-02-06 15:50:04 +00:00
wiz
0be03a1310 Set LICENSE. 2011-02-06 15:44:24 +00:00
wiz
09fe8e7ad7 Small improvement to png patch. Non-interlaced pngs now work as inputs.
Interlaced not yet.
2011-02-06 15:37:21 +00:00
drochner
9b28a9df5f comment patch 2011-02-01 11:45:04 +00:00
drochner
877407787d add patch from upstream to fix an MKV input validation bug possibly
leading to execution of arbitrary code
bump PKGREV
2011-01-31 16:47:56 +00:00
markd
c7c86ada76 leave it to <string.h> to declare strcasestr() correctly 2011-01-29 21:00:45 +00:00
markd
3bc1e46a57 Fix build with gcc4.5
add PLIST.Linux for additional (v4l) files installed on linux.
2011-01-29 20:31:19 +00:00
wiz
29e9cde850 Mention URLs for commits including these patches upstream. 2011-01-27 00:00:58 +00:00
drochner
3b28cc45f2 update to 0.10.17
changes: misc fixes and improvements
2011-01-26 23:26:08 +00:00
drochner
42095739ca update to 0.10.21
changes:
-some elements moved to core
-misc fixes and improvements
2011-01-26 23:24:26 +00:00
drochner
5ad288ade0 update to 0.10.27
changes: many fixes and improvements
2011-01-26 23:21:07 +00:00
drochner
fa16bd5cee update to 0.10.32
changes:
-New encodebin element
-video: add 8-bit paletted RGB, YUV9, YVU9 and IYU1 video formats
-misc fixes and improvements
2011-01-26 23:18:57 +00:00
drochner
6acbd12529 update to 0.10.32
changes:
-moved some elements from -bad to here
-Performance improvements
-misc fixes and improvements
2011-01-26 23:15:03 +00:00
abs
48b0913176 As suggsted by joerg, adjust CHECK_WRKREF_SKIP to just use shell wildcards rather than needing to update it if the so version is changed 2011-01-26 19:34:48 +00:00
abs
dc891fe68c update CHECK_WRKREF_SKIP from libvlccore.so.4.0.1 to libvlccore.so.4.0.2 - fixes build with PKG_DEVELOPER=yes 2011-01-26 14:18:56 +00:00
shattered
a01f007099 Remove patch hunks that disable --recheck in GNU configure scripts.
These were generated, apparently, by mk/configure/gnu-configure.mk
(configure-scripts-override target).
2011-01-25 22:22:13 +00:00
drochner
be943342dd fix PLIST inconsistency if KDE is installed, from Mark Davies 2011-01-25 19:00:29 +00:00
markd
1733351bc8 Explicitly disable documentation otherwise will be installed if required
commands happen to be found.
2011-01-25 11:22:43 +00:00
drochner
ce8ad5fc03 add "libvpx" option, enabled per default (supposedly harmless license),
bump PKGREV
2011-01-24 19:07:16 +00:00
drochner
7c9a87d634 update to 1.1.6, from Makoto Fujiwara per pkgsrc-wip
This is a new major branch, too many changes to list here.
(the options need testing and cleanup)
2011-01-24 18:54:04 +00:00
drochner
28291f6d61 +vlc10 2011-01-24 18:48:14 +00:00
drochner
06369e0eb2 import vlc-1.0.6 which is the current state of pkgsrc/multimedia/vlc.
I'll import 1.1.6 in a minute, but it is still a bit rough around
the edges so better keep a fallback.
2011-01-24 18:45:53 +00:00
wiz
1e38021b54 Add upstream bug report URL. 2011-01-24 14:58:41 +00:00
wiz
e0ac18abac Fix build with png-1.5. 2011-01-24 10:04:21 +00:00
wiz
2973ce35c7 Set LICENSE. 2011-01-24 09:54:35 +00:00
markd
2d92c179cd Update to KDE SC 4.5.5
bugfixes and translation updates
2011-01-23 07:55:12 +00:00
gavan
96fa8a4eb0 Update ffmpegthumbnailer to 2.0.6:
ffmpegthumbnailer version 2.0.6 (January 6, 2011)

    * Fixed memory leak

ffmpegthumbnailer version 2.0.5 (November 30, 2010)

    * Replaced deprecate gnome-vfs with gio (--enable-gio)

ffmpegthumbnailer version 2.0.4 (August 06, 2010)

    * Fixed undefined references when compiling with certain LDFLAGS

ffmpegthumbnailer version 2.0.3 (August 06, 2010)

    * Writing to stdout is now supported
    * Support for gnome-vfs uris added. New configure flag (--enable-gnome-vfs), this puts a runtime dependancy on libgnome-vfs-2.0

ffmpegthumbnailer version 2.0.2 (May 15, 2010)

    * Fixed compilation error against latest ffmpeg
    * Size of the filmstrip overlay is dependent on thumbnail size

ffmpegthumbnailer version 2.0.1 (April 17, 2010)

    * Setting the thumbnail size to 0 will use the original video size (thanks to John Fremlin)
    * Fix for video files containing lots of audio packets before a video packet
    * Fixed libs in pkgconfig file (thanks to magnus.tuominen)

ffmpegthumbnailer version 2.0.0 (January 6, 2010)

    * Fixed some issues in package-config file (Thanks to ambrop7)
    * C++ library has been put in a namespace
    * C library functions have been renamed

version 1.5.6 (December 19, 2009)

    * Fixed segmentation fault when seek in video file fails
    * Command line option added to specify output format of the image regardless of the filename
    * Fixed memory leak in MovieDecoder (thanks to Ulrich Völkel)

version 1.5.5 (September 23, 2009)

    * Fixed build issue with certain versions of autoconf
    * Fixed build issue with recent versions of gcc
    * Fixed thumbnail generation for ogm files
    * Fixed ffmpegthumbnailer hanging on certain filetypes caused by AVFMT_FLAG_GENPTS flag of video decoder

version 1.5.4 (June 22, 2009)

    * Fixed support for large files
2011-01-20 20:21:16 +00:00
obache
258200f727 regen checksum for patch-ad. 2011-01-20 07:13:31 +00:00
drochner
cbd3fd257c +gst-plugins0.10-vp8 2011-01-19 21:34:36 +00:00
ryoon
d4054bb757 Add libvpx. 2011-01-19 21:30:32 +00:00
drochner
ce75079c91 build the gstreamer plugin for vp8/webm, part of gst-plugins-bad 2011-01-19 21:30:03 +00:00
ryoon
3dfde74588 mport libvpx 0.9.5 as multimedia/libvpx.
The On2 VP8 Sodec SDK from Google.
2011-01-19 21:15:51 +00:00
tnn
179eebe7ad revert my change, drochner@ fixed the problem. 2011-01-19 20:40:06 +00:00
tron
1717faf5b1 Bump package revision of all packages depending on the "libXvMC" package
whose builtin detection has been fixed.
2011-01-19 18:12:20 +00:00
drochner
162e79e045 the code doesn't use "__PIC__" anymore - remove substitution 2011-01-19 12:45:12 +00:00
tron
0215dd02a7 Use the "x11/libXvMC" package to provide the "libXvMCW" library as this
package actually builds. Tested on both NetBSD/amd64 5.1 and
Mac OS 10.6.6. Bump package revision again.
2011-01-19 09:29:47 +00:00
jmcneill
1690707940 add hwdecode-demos 2011-01-19 04:19:42 +00:00
jmcneill
c8041e92bf Import hwdecode-demos version 0.9.3.
hwdecode-demos consists of simple test programs to address various HW
video decoding APIs: Crystal HD, VA-API, VDPAU and XvBA.
2011-01-19 04:19:08 +00:00
jmcneill
2797dc1c4a add libva 2011-01-19 04:16:16 +00:00
jmcneill
1f3f03b932 Import libva version 1.0.6.
VAAPI (Video Acceleration API) enables hardware accelerated video
decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.)
for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4
AVC/H.264, and VC-1/VMW3).
2011-01-19 04:15:41 +00:00
dsainty
71ac4638ea Correct syntax in previous. 2011-01-19 02:04:02 +00:00
jmcneill
568c14db6f add XvMC support using XvMCW, bump pkg revision 2011-01-19 00:45:20 +00:00
tnn
b502c48465 Fails on current as well, so don't try to use asm there.
Someone who groks linker issues should try to make the asm code
position independent. Until then I suspect we will end up using
--disable-asm everywhere.
2011-01-19 00:16:38 +00:00
tron
d8bda72fbf Add a comment why we need to disable assembler support on so many platforms. 2011-01-17 23:13:46 +00:00
tron
18f704e774 Disable assembler support under Mac OS X to fix the build. 2011-01-17 22:14:02 +00:00
tron
96a632df22 Disable assembler support under NetBSD 5.1 and older as it required
binutils 2.17 or newer which is only available under NetBSD-current.
2011-01-17 22:06:37 +00:00
tron
b29cc176d6 Disable assembler support under Mac OS X (again) to fix the build. 2011-01-17 21:51:09 +00:00
drochner
0dcd09bc49 libtheora{enc,dec}.so use symbols from libtheora.so, so make sure the
former are linked against the latter
bump PKGREV
2011-01-17 19:44:58 +00:00
jnemeth
5b049c2e0d Don't depend on png.h in include zlib.h.
Requested by jmcneill@.
2011-01-17 17:57:01 +00:00
drochner
c017bcf09d update to 0.10.11
changes:
-Synced to FFmpeg 0.6 branch
-Add mappings for all new codecs
-encoders: proxy downstream width/height/framerate
-encoders: Fix timestamps
2011-01-17 17:03:03 +00:00
drochner
d6c691e491 update to 20101018.0.6.1, from Makoto Fujiwara per pkgsrc-wip,
with two changes by me:
-disabled symbol versioning - this didn't work correctly for me
-changed PKGVERSION to start with the release date, so that it
sorts correctly against the snapshots we had before
vlc-1.0.6 does still build, but can be updated now
2011-01-17 16:51:04 +00:00
drochner
d606359235 update to 20110101, from Makoto Fujiwara per pkgsrc-wip
(I've just put back libtool support.)
needed for update of ffmpeg which in turn is needed for updates
of eg vlc and gst-plugin-ffmpeg
2011-01-17 16:46:42 +00:00
wiz
c34eb16d7d Fix build with png-1.5. 2011-01-14 11:38:38 +00:00
wiz
14cf47528c Fix build with png-1.5. 2011-01-14 10:55:42 +00:00
wiz
56d4c849e9 Fix build with png-1.5. 2011-01-14 10:44:27 +00:00
tron
62c393887e Prefer BIND 9.7 in dependence as this is the latest production release.
Also take over maintainership on suggestion by Alistair Crooks.
2011-01-14 08:22:55 +00:00
obache
53873556d8 fixes build with png>=1.5. 2011-01-14 07:53:39 +00:00
wiz
4a85d9393e png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
obache
0a3c4e733c Fixes build on DragonFly-2.8.2 for SCTP support. 2011-01-02 12:23:32 +00:00
obache
37d2a23553 Fixes installation when SHELL is not a Bone shell like. 2011-01-01 13:39:14 +00:00
obache
512a8b7801 and USE_PKGLOCALEDIR=yes. 2011-01-01 13:18:36 +00:00
obache
f2fdc879e6 As PLIST, it is expected that enable translations, so add buildink with
gettext-lib and msgfmt to USE_TOOLS.
2011-01-01 13:17:29 +00:00
obache
dfb11a33ca * as PLIST, it is expected enable translations support, so add buildlink
with gettext-lib and msgfmt to USE_TOOLS.
* let to not depend on lang/ruby, it wll conflicts with PKG_ALTERNATIVES.
2011-01-01 13:10:37 +00:00
tron
bc32f63752 Don't install "config.xml" word readable as it contains the unencrypted
password for the web user interface. Bump package revision because of
this change.
2010-12-26 22:33:33 +00:00
jmcneill
96495e07bd update tvtime to 1.0.2
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.
2010-12-26 19:20:23 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
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
2010-12-23 11:44:24 +00:00
obache
e50a891507 Disable real-codecs exactly.
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.
2010-12-23 10:46:05 +00:00
wiz
6655052571 Force cmake to find x264, it didn't for some reason.
Bump PKGREVISION.
2010-12-19 09:10:10 +00:00
shattered
6066d9ef25 PR/37694: add optional support for libcaca. Tested on 4.0/i386. 2010-12-17 19:05:35 +00:00
chuck
c3135f8880 make it compile with gcc 4.2... by removing un-needed "Void"'s.
seems to match what was done here:
http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20061211/133119.html
2010-12-13 21:32:14 +00:00
abs
cf250f6126 fix distinfo after mplayer update 2010-12-07 20:34:32 +00:00
markd
c92ceaebe1 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
tsutsui
1709b19b81 Make mplayer build on NetBSD/sh3el.
Build tested on NetBSD/landisk 5.1 and player tested on NetBSD/dreamcast 5.1.
(though some more packages need hacks/fixes for XFree86 and SH3)
2010-12-05 16:42:16 +00:00
drochner
91b42144c8 update to 0.10.20
changes: misc bugfixes
2010-12-03 18:27:05 +00:00
drochner
edad376bbf update to 0.10.26
changes: many fixes and improvements - see the Changelog
2010-12-03 18:22:50 +00:00
drochner
561f635858 update to 0.10.31
changes: many fixes and improvements - see the Changelog
2010-12-03 18:05:58 +00:00
obache
ba63d81344 set GST_REGISTRY_FORK=no on DragonFly.
workaround of gst-inspect hung up as PR#44108.
2010-12-03 15:19:42 +00:00
wiz
a40510f2eb Avoid using obsolete texi2html command line flags.
Fixes build with texi2html>=5.
2010-12-03 12:22:19 +00:00
wiz
375ce3c542 Due to py-cairo 1.8.8<>1.8.10 binary incompatibility, bump dependency pattern
in buildlink3.mk and PKGREVISION of dependencies.
2010-12-02 13:36:56 +00:00
obache
e2644c34d5 Bump PKGREVISION from boost-lib shlib bump. 2010-12-01 11:00:11 +00:00
drochner
fbf2765897 librsvg-2.23.x doesn't come with the "rsvg" tool anymore which was
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.
2010-11-30 18:21:01 +00:00
obache
e1fce5c1f4 gtk-doc is not required to build. 2010-11-28 01:25:19 +00:00
tron
ffc4c52ac3 This should work with Python 2.6 as well. 2010-11-27 23:48:14 +00:00
agc
6d0669391a Update mediatomb to version 0.12.1, from patch from Jan Danielsson in
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
2010-11-27 06:30:24 +00:00
obache
63757185e6 Exactly disable vala.
Bump PKGREVISION.
2010-11-25 01:16:39 +00:00
obache
2cca60b7d7 No need gtkdoc-rebase workaround anymore. 2010-11-25 01:14:59 +00:00
drochner
da0255edcb reset PKGREV for base pkg update 2010-11-24 20:56:03 +00:00
drochner
b907a2d73b update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-24 20:55:28 +00:00
drochner
215e99332a update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:51:19 +00:00
obache
eaa1448d38 Add missing shm-transmitter plugin entry. 2010-11-24 03:16:45 +00:00
wiz
305bce8a86 Report upstream bug report URL. 2010-11-23 20:37:31 +00:00
wiz
f9f80087af Update to 0.0.22:
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
2010-11-23 18:02:02 +00:00
tron
34ce035ceb Add fix for the vulnerability reported in CVE-2010-3429 taken from
MPlayer's GIT repository.
2010-11-23 12:31:29 +00:00
obache
9dd95b7774 Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name changed. 2010-11-18 23:59:15 +00:00
wiz
0572e212ea Update to 9.0.289, provided by Dennis den Brok.
Probably fixes some security problems.
2010-11-18 13:38:19 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
drochner
5937c14b09 build gsettings module in the base pkg, bump PKGREVISION
we depend on glib2 anyway, and need >=2.26 at other places in the
tree, so this doesn't cause an additional dependency
2010-11-15 18:44:30 +00:00
obache
9e8c5c2e6d Disable GSettings plugin.
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?
2010-11-15 07:35:54 +00:00
obache
4df37b6c5f Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
Bump ABI_DEPENDS (and recursive bump).
2010-11-14 14:05:57 +00:00
shattered
3b05a61c76 Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
tron
18f79344f7 Don't use obsolete types under Mac OS X. This fixes the build of at
least the "flac" package.
2010-11-11 18:36:13 +00:00
tron
f342e16de9 Don't use obsolete types under Mac OS X. This fixes the build of at
least the "flac" package.
2010-11-11 18:21:23 +00:00
adam
ea2b7f1b0c Changes 1.2.1:
* 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.
2010-11-09 13:11:53 +00:00
wiz
53e02a9088 Update to 0.4.1, provided by Aleksey Cheusov in private email.
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.
2010-11-09 00:39:56 +00:00
jmmv
ae96c36533 Give up maintainership; I haven't touched this for a while. 2010-11-07 20:31:37 +00:00
obache
39c9db8c5a Enable pulseaudio again, it is not too old now.
XXX: then gstmix wiil be disabled because it is deprecated feature,
XXX: but stay keeping enabled for compatibility.

Bump PKGREVISION.
2010-11-06 11:38:08 +00:00
adam
9b521c906d Changes 0.1.7:
* new VBI data descriptor support (0x45)
* NIT support
* TOT/TDT support
* new DVB Satellite Delivery systems descriptor support (0x43)
* new DVB Local time offset descriptor support (0x58)
* new Terrestrial Delivery systems descriptor support (0x5a)
2010-11-04 19:43:32 +00:00
wiz
ba3b7bfecb Whitespace cleanup for pkglint. 2010-11-04 12:35:10 +00:00
wiz
a88ac532f1 Disable lua autodetection. Fixes build on current.
Someone interested could make it an option instead.
2010-11-04 12:34:54 +00:00
markd
d219d2320d Update to KDE SC 4.5.3
4.5.3 brings a number of improvements:

    * KSharedDataCache has cache invalidation bug fixed that caused stability
           when daylight saving time changed.
    * Icon overlays in Dolphin are now positioned correctly after adjusting
      the zoom level.
    * Okular, KDE's universal document viewer has seen improvements in the
      DjVu and XPS backends.
2010-11-03 20:07:33 +00:00
wiz
d181a9e465 Reset maintainer. 2010-11-01 00:08:09 +00:00
wiz
9a781bfbe8 Add CONFLICTS with adobe-flash-plugin. 2010-10-30 09:51:31 +00:00
obache
b0a587e870 Update gnash to 0.8.8.
Gnash 0.8.8
2010/08/17

 * Renderers are able to be switched at runtime between Cairo,
   OpenGL, and AGG.
 * Media handlers can be switched at runtime between ffmpeg and
   Gstreamer.
 * Hardware video decoding support via VAAPI for Nvidia, ATI, and
   Intel GPUs.
 * Android specific support.
 * Gnash now compiles faster due to reduce internal dependencies.
 * Mostly complete Scriptable Plugin support which works with the
   ExternalInterface class.
 * Improved input device handling when using a raw framebuffer.
 * 100% of all YouTube videos should work

Improvements since 0.8.7 release are:

Gnash 0.8.7
2010/02/15

Improvements since 0.8.6 release are:

 * Automatic and spontaneous screenshots support in all GUIs (Benjamin Wolsey)
 * Significant memory savings in parsing large XML trees (Benjamin Wolsey)
 * Significant memory savings in functions calls when super is not required
   (Benjamin Wolsey)
 * Enhancements in video streaming [youtube HD button and seeks]
   (Sandro Santilli)
 * Non blocking load of bitmaps, movies, data (Sandro Santilli)
 * Fix use of imported library symbols (Sandro Santilli)
 * AS2 Array handling fixed.  (Benjamin Wolsey)
 * Refactoring to eliminate most static data and get closer to re-entrant VM.
   (Benjamin Wolsey)
 * SWF6 dynamic gradients tested and implemented correctly.
   (Benjamin Wolsey)
 * TextFormat.getTextExtent implemented.
   (Benjamin Wolsey)
 * TextField.autoSize implemented for right and center autosizing.
   (Benjamin Wolsey)

Gnash 0.8.6

Improvements since 0.8.5 release are:

 * TextSnapshot, Camera, Microphone, TextField and TextFormat implemented.
 * ASSetNative, ASSetNativeAccessor, ASconstructor implemented.
 * New utilities for finding input devices for Camera and Microphone.
 * Fix bitmap smoothing handling in AGG renderer (Bug #25894).
 * Custom Gnash GTK widget.
 * Various improvements to text handling.
 * large-scale refactoring of object and class creation for improved
   AS compatibility.
 * extension of native classes now works in many cases.
 * PyGTK module support.
 * Native and built-in functions properly separated, more native functions
   added.
 * AmigaOS4 support (gui and sound handler).
 * Fixes to XMLSocket crash and event order.
 * Performance improvement for SDL gui (invalidated regions).
 * Corrected timing of various AS events, fixing various SWFs that rely on them.
 * Many minor bug fixes.
 * Better A/V synchronization.
 * Rudimentary AVM2 implementation when enabled.
 * Fix in sendAndLoad forcing use of POST.

2009-03-04 Rob Savoye  <rob@welcomehome.org>

Gnash 0.8.5 released !
Improvements since 0.8.4 release are:

Due to better XML parsing compatibility and a minor fix to NetConnection,
many more video sites work than in the last release. Support for new
codecs keeps YouTube support up to date.

XML parsing, Selection implementation, Sound and MovieClip fixes mean
that many BBC Flash movies (not the BBC iPlayer) now work.

Potlatch support is improved with better remoting compatibility and
XML parsing.

All of the Orisinal morning sunshine games now work due to support for
Mixed SWF Versions runs.

    * Support for saving streamed (FLV, H264, MP3 etc) and loaded (JPEG,
      SWF, PNG, GIF) media to disk.
    * Basic GUI warning messages when media decoding fails (usually
      missing codecs).
    * Added support for FLV parsing and decoding of H.264 video and
      AAC audio.
    * Scaled video smoothing implemented in AS and in default renderer
      (AGG). YouTube video looks better when Gnash is running with high
      quality or better.
    * Support for _quality implemented with user-specified
      override. (Presently only affects video smoothing in the default
      renderer).
    * Made NPAPI plugin quiet, except on plugin-specific errors (to
      reduce .xsession-errors pollution).
    * Implemented LoadVars.toString(), XML.send() and LoadVars.send().
    * XML parsing made compatible (less strict), XML.xmlDecl and
      XML.docTypeDecl implemented.
    * XMLNode methods implemented: getPrefixForNamespace(),
      getNamespaceForPrefix(), namespaceURI, localName, prefix. Handling
      of attributes corrected.
    * New GUI for KDE4 / Qt4 with SWF properties and Gnash preferences
      dialog boxes.
    * Corrected AS enumeration order.
    * Fixed incorrect mouse event on double click (shouldn't exist).
    * Implemented MovieClip.getURL(), MovieClip.attachBitmap().
    * Implemented POST for send() and getURL() methods.
    * Added support for parsing and decoding Speex audio in FLV files
      using libspeex.
    * __resolve property implemented. Fixes a Flickr Flash badge.
    * Video.clear(), Video.width and Video.height implemented.
    * Multiple NetStream.play() fixed.
    * Fixed support of mixed-version swf runs.
    * Fix decoding of RAW and UNCOMPRESSED audio with gstreamer media
      handler
    * Improve SWF4 compatibility.
    * Improve compatibility in setting characters properties.
    * NetConnection.isConnected and NetConnection connect events
      implemented (fixes various video sites).
    * Remoting support generally improved (NetConnection).
    * Make initialization object available to MovieClip constructor
      (attachMovie, duplicateMovieClip).
    * Sound.getBytesLoaded, Sound.getBytesTotal implemented.
    * Complete Selection class implemented.

--

2008-10-13 Russ Nelson <nelson@crynwr.com>

Sixth alpha release of Gnash (0.8.4).
Improvements since 0.8.3 release are:

More visible to users:

    * The -d switch won't behave the same as in 0.8.3. This is a
      temporary thing, we'll likely bring it back to its original
      behaviour for next releases. If you're curious, -d will now
      change heart beating rate.
    * Support for MIT SHM X extention is disabled by default `cause
      it broke (*grin*). We'll get it back on next release. Let us
      know if you really notice a performance degradation on the
      rendering side please <gnash-dev@gnu.org>.
    * Keep Adobe happy with our users and our users happy with us by
      changing "Flash player" into "SWF player" everywhere.  Adobe
      claims "Flash" as a trademark and had asked a Linux distributor
      to fix it.
    * The popular SWF Twitter badge now renders correctly.
    * Fix parsing of urls containing multiple question marks
    * Fix support for movies embedding multiple sound streams
    * Support for loading PNG and GIF images added.
    * Improved rendering of SWF movies because of the less visible
      changes listed below.
    * Support for writing RGB/RGBA PNG images and JPEG images.
    * Works with Potlatch OpenStreetMap editor
    * New 'flvdumper' utility for analyzing FLV video files.
    * XPI packaging support for Mozilla & Firefox.

Less visible to users:

    * Improved SWF version 8 support:
      o flash.geom.Point, flash.geom.Rect, flash.geom.Matrix classes
        implemented.
      o flash.geom.ColorTransform almost fully implemented.
      o flash.display.BitmapData partially implemented.
      o flash.geom.Transform.matrix and flash.geom.Transform.ColorTransform
        implemented.
      o MovieClip.transform implemented, with ability to find and apply
        MovieClip transformations.
      o Playback of VP6F video (SWF version 8 FLV) with Ffmpeg.
    * Fixes and implementation of ActionScript 2 classes:
      o NetConnection.call() implemented: initial support for flash Remoting
      o toString() method of objects called correctly, String.split
        implementation fixed.
      o XMLSocket onData method implemented properly, other methods fixed.
      o Error class implemented.
      o XML and LoadVars sendAndLoad() now derive from a common base object
        (loadable AS object); fixes the popular SWF Twitter badge.
      o addRequestHeaders and contentType implemented for LoadVars and XML.
    * VM bugfixes and improvements:
      o Heart beating model, allowing for fine-grained interval timers and
        threading reduction.
      o Frame label fix (case sensitivity).
      o Fixes and improvements to Color and cxform.
      o SWF matrix made faster and more compatible (golf.swf works now!)
      o try/catch/finally ActionScript expression handled more correctly.
      o Parse and partially use ScriptLimits tag. Handle stack limit more
        correctly.
      o Fixed scoping issues for SWF <= 5
      o Bitmap characters now support alpha.
    * Media handling improvements:
      o Pluggable architecture for MediaHandlers (ffmpeg/gst available)
      o Media-handler agnostic Sound and NetStream classes
      o Numerous bug fixes in ffmpeg and gstreamer media handling
    * SWF version 2-specific fixes:
      o PlaceObject tag display fixed (also applies to SWFs generated with
        some free tools)
      o DefineButtonCxform tag implemented).
    * Codebase improvements:
      o Renamed the 'server' directory to be a more accurate 'libcore'.
        Merge 'libgeometry' into 'libbase'
      o Keep Adobe happy with our users and our users happy with us by
        changing "Flash player" into "SWF player" everywhere (a Linux
        distributor received a demand letter).
      o Numerous cleanups and changes to improve portability.
2010-10-29 14:15:02 +00:00
markd
341c5a5ed6 Update kmplayer to 0.11.2c
Third maintenance release for 0.11.2
Two crash fixes, the youtube generator could generate an information page
that crashed kmplayer and a XML document with trailing XML fragments also
crashed kmplayer.
A revert of the in-place playlist item title renaming in 0.11.2. There was
no easy way to rename a new group for instance.

Second maintenance release for 0.11.2
Support for redesigned youtube with updated konqueror and resolution change
fix in the npp backend, opening a DVD with MPlayer now shows the titles on
the disk again, the pause button didn't pause list items and local file
name encoding fixes.
2010-10-27 07:29:20 +00:00
markd
ded4024f4b Add dependency on ffmpeg. 2010-10-27 05:50:14 +00:00
markd
547720d8ee Update to KDE SC 4.5.2
4.5.2
translation updates, performance and stability improvements and other
bugfixes.

4.5.0
new versions of the Plasma Workspaces, the KDE Applications and the KDE
Development Platform in version 4.5.0. While focus within this release
cycle lay on stability, the overall polish and performance gain is well
noticable. Features such as the reworked notification area, Marble's map
routing and support for WebKit in Konqueror round up this release.
2010-10-25 20:55:22 +00:00
markd
68dac829da Update to phonon 4.4.2
changes unknown.
2010-10-25 20:10:19 +00:00
ahoka
fa6e5e2410 drop maintainership 2010-10-24 21:56:51 +00:00
obache
925098cf7d Update ruby-gnome2 to 0.90.3.
= NEWS

== Ruby-GNOME2 0.90.3: 2010-10-23

NOTE: 0.90.x releases are for 1.0.0 major release.

  * Support String encoding in Ruby 1.9.
  * RVAL2CSTR2 and CSTR2RVAL2 are deprecated.
  * Ruby/GIO2 is imported as an experimental library.

=== Changes

==== All

  * Support String encoding.
    [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou]
  * Don't install *.pc by default. Set pkgconfigdir make
    varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'.

==== Ruby/GLib2

  * Improvements:
    * declare argument types.
      [Nobuyoshi Nakada, Kouhei Sutou]

==== Ruby/GIO2

  * Imported as an experimental library.
    [Nikolai Weibull]

==== Ruby/GTK2

  * Improvements:
    * keep backward compatibility around GDK key
      symbols introduced at GTK+ 2.20.
      "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal"
      [Vincent Carmona]
    * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2.
      "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
      [Andrea Dallera, Kouhei Sutou]
  * Bug fixes:
    * fix GType conversion in Gtk::ItemFactory.new on 64bit
      platform.
      [Grant McLean, Steve Wills, Kouhei Sutou]

==== Ruby/GdkPixbuf2

  * Improvements:
    * move gdk-pixbuf and cairo related methods to Ruby/GTK2.
      "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
      [Andrea Dallera, Kouhei Sutou]
    * change .pc filename from ruby-gdkpixbuf2 to
      ruby-gdk-pixbuf2.

==== Ruby/RSVG2

  * Bug fixes:
    * add missing libcroco dependency on Windows.
      [U.Nakamura, Kouhei Sutou]

==== Ruby/Poppler

  * Improvements:
    * support Popper 0.15.0. [#3079667]
      [Mamoru Tasaka, Kouhei Sutou]

  * Bug fixes:
    * add missing libjpeg dependency on Windows.
      [U.Nakamura, Kouhei Sutou]
    * fix installed Ruby/GLib2 gem can't be detected.
      [kdmsnr, Kouhei Sutou]

=== Thanks

  * U.Nakamura
  * kdmsnr
  * Mamoru Tasaka
  * Guillaume Cottenceau
  * Vincent Carmona
  * Grant McLean
  * Steve Wills
  * Andrea Dallera
  * Nobuyoshi Nakada
  * Neil Roberts

== Ruby-GNOME2 0.90.2: 2010-09-26

NOTE: 0.90.x releases are for 1.0.0 major release.

A RubyGems package fix release.

=== Changes

==== All

  * fix path.
    [kimura wataru, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * fix gtk2/base.rb is missing in gem.
      [S.Kitagawa, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes:
    * fix a typo in .pc name. [#3075619]
      [O01eg, Kouhei Sutou]

==== Ruby/RSVG2

  * Bug fixes:
    * also check rb_cairo.h availability. [#3075617]
      [O01eg, Kouhei Sutou]

=== Thanks

  * S.Kitagawa
  * O01eg
  * kimura wataru
2010-10-23 12:45:08 +00:00
drochner
424cb9e4d3 update to 2.30.4
changes:
-minor fixes
-documentation updates
2010-10-22 20:05:53 +00:00
wiz
9b8e7ad2fc Add missing build tools. 2010-10-22 06:39:20 +00:00
abs
e304801296 +kdenlive 2010-10-19 16:44:22 +00:00
abs
a31ca6cd02 Added multimedia/kdenlive version 0.7.8
Kdenlive is a free open-source video editor which supports DV,
AVCHD and HDV editing. Kdenlive relies on several other open source
projects, such as FFmpeg, the MLT video framework and Frei0r effects.
2010-10-19 16:43:34 +00:00
abs
37883cd4a0 pkglint -Wall - no functional changes 2010-10-19 16:41:30 +00:00
abs
bba88b8d93 +mlt 2010-10-19 16:38:44 +00:00
abs
ce84025b96 Added multimedia/mlt version 0.5.10
MLT is an open source multimedia framework, designed and developed
for television broadcasting. It provides a toolkit for broadcasters,
video editors, media players, transcoders, web streamers and many
more types of applications. The functionality of the system is
provided via an assortment of ready to use tools, XML authoring
components, and an extensible plug-in based API.
2010-10-19 16:37:40 +00:00
obache
dc6e687236 Need dummy gtkdoc-rebase, PR#41475. 2010-10-04 09:42:44 +00:00
obache
f3e7469adb from patch-ad, requirement of lwres (bind95) is only for NetBSD.
(FreeBSD has it in base).
2010-10-03 02:14:26 +00:00
obache
9148600f49 No need a patch for configure, so no need to autoconf. 2010-09-27 11:15:22 +00:00
obache
337ee9b260 replace obsolated '-r' option for nasm with '-v' in configure script.
per PR#43910 from Ryo ONODERA.

Furthermore, nasm is only required for mmx support.
Made mmx optionify and let to exactly depend on nasm with mmx option.
(disabled by default).
2010-09-27 09:09:28 +00:00
obache
04808d33c5 Using pkg-config in configure script. 2010-09-27 05:03:25 +00:00
obache
0228162331 Update ruby-gnome2 to 0.90.1.
= NEWS

== Ruby-GNOME2 0.90.1: 2010-09-23

NOTE: 0.90.x releases are for 1.0.0 major release.

A install bug fix release of 0.90.0.

=== Changes

==== Ruby/ATK

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Pango

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Poppler

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/RSVG

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

=== Thanks

  * OBATA Akio

== Ruby-GNOME2 0.90.0: 2010-09-23

NOTE: 0.90.x releases are for 1.0.0 major release.

RubyGems support!

=== Changes

==== Ruby/GTK2

  * Bug fixes:
    * [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name'
      add Gtk::Buildable#builder_name/set_builder_name.
      [Simon Arnaud, Kouhei Sutou]

=== Thanks

  * Simon Arnaud
2010-09-23 15:35:58 +00:00
tron
44920db16b Fix build under Mac OS X with a small change discussed on the
"mplayer-dev-eng" mailing list.
2010-09-19 22:23:32 +00:00
abs
88869dc039 Include xcb-util/buildlink3.mk for x11 to ensure globalhotkeys is built - bump pkgrevision 2010-09-19 22:08:22 +00:00
wiz
17c8d7c079 Update to 20100913, provided by Aleksey Cheusov via wip.
One year of changes.
Ok ahoka@
2010-09-16 18:56:11 +00:00
obache
c956452fb5 clutter-gst 1.2.0 (18/08/2010)
===============================================================================

  * list of changes since 1.0.0

    o Supports the ClutterMedia subtitle-related properties introduced in
      1.2.0.

    o Added a "idle material" to VideoTexture, a material that will be used
      to paint the texture when not playing any video.

    o You can now set a user-agent when streaming videos.

    o The usual bulk of small fixes, small memory leaks, build (builds on
      GLES2 now), don't use deprecated symbols, ...
2010-09-16 11:23:18 +00:00
wiz
0b33e74d11 Now that libX11 pulls in libxcb, merge xine-xcb package back into
xine-lib.
Update dependency patterns in users and bump PKGREVISION.
2010-09-16 09:49:42 +00:00
wiz
7c5b7f2175 Fix PLIST with x11 option (default on) by always depending on libxcb,
since it's pulled in by libX11 anyway, nowadays.
Bump PKGREVISION.
2010-09-15 12:36:49 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
61f766b5ff Note that:
A newer version of this plugin is in multimedia/adobe-flash-plugin.
2010-09-12 17:10:33 +00:00
taca
efd48da7ba * Ajust new ruby package's framework.
* Add patch to support for ruby18 and ruby19.
2010-09-10 07:31:45 +00:00
obache
6d079a6d52 sync with mplayer package. 2010-09-09 05:11:46 +00:00
drochner
a26b834954 update to 0.98.11
changes:
-minor fixes
-translation updates
2010-09-08 16:45:40 +00:00
drochner
896ea22489 update to 4.3.0
changes:
-feature additions: "quiet"-Flag, more data shown by mkvinfo
-fixes
-build systems uses a ruby script "drake" rather than "make"
2010-09-08 16:35:57 +00:00
drochner
4331a76837 update to 0.10.16
changes: misc fixes and improvements
2010-09-08 16:29:01 +00:00
drochner
95d06cd7c3 update to 0.10.16
changes:
-misc fixes and improvements
-uses orc instead of liboil
2010-09-08 16:25:29 +00:00
drochner
5e375a704a update to 0.10.20
changes:
-new video effects plugins: coloreffects, gaudieffects, geometrictransform
-some new elements
-misc fixes and improvements
-uses orc instead of liboil
2010-09-08 16:23:11 +00:00
drochner
5404b0a5d0 update to 0.10.25
changes: misc fixes and improvements
2010-09-08 16:19:16 +00:00
wiz
5385cb28aa Update to 0.15, less test failures than 0.14 (2/31, 4/429 instead
of 3/31, 5/425). Set LICENSE.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* lib/GStreamer.pm
	* NEWS: Release 0.15.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL
	* MANIFEST
	* GStreamer.pm (removed)
	* lib/GStreamer.pm (added): Move GStreamer.pm into the new lib
	directory.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstPad.t
	* xs/GstPad.xs: Wrap gst_pad_is_blocking, gst_pad_peer_query,
	gst_pad_iterate_internal_links, and
	gst_pad_iterate_internal_links_default.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstIterator.xs (newSVGstIterator): Convert NULL iterators to
	undef.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstFormat.xs (SvGstFormat): Throw an exception if
	gst_format_get_by_nick failed to convert the string to a format.
	This means that unregistered format strings now cause errors
	instead of being silently turned into GST_FORMAT_UNDEFINED.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstClock.t: Make the clock resolution and master clock tests
	more robust.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstIndex.t: Make the GstIndexEntry tests more robust and correct.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstIndex.xs: We don't own the GstIndexEntry objects returned
	by the various GstIndex methods, so don't use the _own typemap
	variant.
2010-09-06 11:00:23 +00:00
wiz
794a966e6d Remove unused variable pointing to non-existent dir.
pkglint is now much happier.
2010-09-05 23:01:48 +00:00
wiz
c9c8a67927 Fix build on Solaris, from Aleksey Cheusov in PR 43841. 2010-09-05 23:00:55 +00:00
wiz
3b3a043a98 Add VDPAU support, from Aleksey Cheusov. 2010-09-05 22:55:58 +00:00
wiz
4150508a35 Add RCS Id. 2010-09-05 22:55:24 +00:00
wiz
c5e719de52 pkglint cleanup. 2010-09-05 22:55:18 +00:00
jakllsch
bd7fcfc0b0 Ensure mplayer knows how to disable the screen saver. Mostly from PR#43804.
While here, finish enabling libXvMC.  XXX libXvMC needs real builtinifying.
2010-09-05 15:07:39 +00:00
wiz
e5bae12684 Add vdpau option, on the platforms where it is supported.
From Aleksey Cheusov in PR 43658.
2010-09-01 20:55:56 +00:00
wiz
163911a3bf s/wip/multimedia/g 2010-09-01 20:54:09 +00:00
wiz
fcf5c40231 + libvdpau. 2010-09-01 20:42:07 +00:00
wiz
de890eebaa Initial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.
The Video Decode and Presentation API for Unix (VDPAU) provides a complete
solution for decoding, post-processing, compositing, and displaying
compressed or uncompressed video streams. These video streams may be
combined (composited) with bitmap content, to implement OSDs and other
application user interfaces.

This VDPAU API allows video programs to offload portions of the video
decoding process and video post-processing to the GPU video-hardware.
2010-09-01 20:41:45 +00:00
drochner
5315165dc8 make this work with NetBSD's version of libmagic 2010-08-31 19:18:14 +00:00
drochner
d316fd9108 propagate libsoup dependency 2010-08-30 17:19:49 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00