Commit graph

2443 commits

Author SHA1 Message Date
wiz
4b5de5b615 Add missing gst-plugins0.10-soup dependency. Noted by Dennis den Brok on
tech-pkg.
2010-03-27 12:45:34 +00:00
wiz
05501244c5 Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,
depend on version that removed dependency and bump PKGREVISION for
dependencies.
2010-03-20 12:43:29 +00:00
wiz
388868dfbd Remove evolution-data-server dependency, it's not necessary since
2.27.2 where gmime was introduced replacing it.
Bump PKGREVISION.

Noted by Dennis den Brok.
2010-03-20 12:40:27 +00:00
joerg
60c933d3a4 Workaround broken NULL definition on NetBSD 5.0 and older. 2010-03-15 14:16:03 +00:00
tron
de1f13a0fd Make this build and work under Solaris 10 x86:
1.) Work around lack of support for Sun Studio C Compiler and bugs
    in this compiler (it crashes with "-O3", "-xO2" works fine).
2.) Use a hammer to disable MMX, AMD 3DNow and SSE support as Solaris
    refuses to load libraries which contain unsupported instructions.
2010-03-14 23:07:30 +00:00
tron
db8086dbd7 Fix installation on platforms where the "install-sh" package is used. 2010-03-14 21:44:49 +00:00
tron
4ab42cbd73 Mark this package as requiring a C99 compiler as it uses the compiler
option "-std=c99". This fixes the build under Solaris 10 using the
Sun Studio Compiler.
2010-03-14 12:59:30 +00:00
drochner
ee56504edd update to 0.10.14
changes:
-amrwbdec: give decoder a rank so decodebin/playbin will use it
-asfdemux improvements
-misc fixes
2010-03-12 20:56:14 +00:00
drochner
27cbfbe145 update to 0.10.18
changes:
-shapewipe: moved from -bad to -good
-aacparse: now based on common baseparser class and merged into
 audioparser plugin
-adpcmenc: new adpcm encoder element
-amrparse: use (default) time handling of baseparser class, merged into
 audioparser plugin
-dataurisrc: new source element for data:// URIs
-jpegformat: new jifmux element
-misc fixes and improvements
2010-03-12 20:51:57 +00:00
drochner
9dccea6f73 update to 0.10.21
changes:
-shapewipe: moved from -bad to -good
-videmux: push mode seeking support
-jitterbuffer: new buffering modes: low/high watermark buffering,
 rtp timestamps
-matroskademux: subtitle stream improvements
-multipartdemux: improve header mime-type parsing
-v4l2sink: change rank to NONE so we don't try to autoplug it
-misc fixes
2010-03-12 20:36:41 +00:00
drochner
cc3bfb96e2 update to 0.10.28
changes:
-videorate: Improve upstream negotiation
-ffmpegcolorspace: add conversions from all ARGB formats to AYUV and back
-vorbisdec: also support ivorbis tremor decoder
-misc fixes
2010-03-12 20:31:03 +00:00
drochner
8c287bbb1b update to 0.10.28
changes:
-thread safety fixes
-other bugfixes
2010-03-12 20:27:50 +00:00
obache
617e4dd798 + py-clutter-gst 2010-03-11 06:27:52 +00:00
obache
ebd86c238e Import py-clutter-gst-1.0.0 as multimedia/py-clutter-gst.
This archive provides Python bindings for the Clutter-GStreamer integration
library.
2010-03-11 06:26:59 +00:00
obache
f3648950a8 Update clutter-gst to 1.0.0.
clutter-gst 1.0.0 (09/02/2010)
===============================================================================

  * list of changes since 0.10.0

    o Uses the playbin2 GStreamer element.

    o Autoloads subtitle files when they have the same name than the video
      being played and are in the same directory.

    o GObject introspection support.

    o Added a new clutter_gst_init_with_arg() symbol, changed *get_playbin()
      to a more generic *get_pipeline()

    o A lot of small bug fixes and code clean up.

Many thanks to:

  Bastian Winkler
  Ole André Vadla Ravnås
  Roland Peffer
2010-03-11 04:07:58 +00:00
obache
6d5e188a76 Update libdv (and tools) to 1.0.0.
2006-09-25  Dan Dennedy <dan@dennedy.org>
* libdv 1.0.0 release.

2006-09-03  Dan Dennedy <dan@dennedy.org>
* libdv/encode.c, libdv/enc_output.c: apply patch (1550898) from Craig
  Lawson to prevent noise when dv_encode_full_audio() is called with
  zero samples.

2006-08-06  Dan Dennedy <dan@dennedy.org>
* libdv/*.S: apply patch from Mike Frysinger <vapier@gentoo.org> to
  cleanup assembly symbols by hiding them and/or setting their type.
* configure.ac, Makefile.am: apply patch from Burkhard Plaum to
  automatically disable GTK-based features (playdv) when GTK+ 1.2
  is not found and to fix dist make target behavior with GTK+ disabled.
* libdv/Makefile.am: bump libtool revision.
* configure.ac: bump project version to 1.0.0.

2006-04-10  Dan Dennedy <dan@dennedy.org>
* playdv/playdv.c: bugfix segfault on exit due to dv_display_exit being
  called twice.

2006-03-06  Dan Dennedy <dan@dennedy.org>
* mmx.h: apply patches from Zan Lynx and Richard Guenther to fix x86
  compilation on gcc 4.1.

2006-01-15  Dan Dennedy <dan@dennedy.org>
* encode.c: apply patch from Burkhard Plaum to use gcc
  destructor attribute to invoke dv_cleanup() when unloading
  libdv after loading dynamically and thereby fixing a
  memory leak.

* playdv.c: bugfix segfault on exit due to dv_display_exit()
  being called twice: once in main() and second in atexit
  handler created by dv_display. Thanks for hint provided
  by Jean-Francois Panisset.

2005-01-31  Dan Dennedy <dan@dennedy.org>
* *.S: apply patch from Nicholas Miell <nmiell@gmail.com>
  to not require execution stack for assembler functions.

2004-12-20  Dan Dennedy <dan@dennedy.org>
* vlc.h, mmx.h: apply patch from Daniel Kobras to improve
  compile compatibillity by making extern inline, static inline.

2004-12-12  Dan Dennedy <dan@dennedy.org>
* *_x86_64.S: apply patch from Dean Kolosiek to fix linker
  compatibility.
2010-03-03 08:44:38 +00:00
obache
6dfe709f1d Note comments about used by multimedia/libdv-tools/Makefile. 2010-03-03 07:55:51 +00:00
reed
7e6b0f33ba configure: Requested 'gstreamer-0.10 >= 0.10.26' but version of GStreamer is 0.10.25
so bumped the BUILDLINK_API_DEPENDS.gstreamer0.10
2010-02-25 17:27:06 +00:00
mishka
6dac833b14 Update Linux distfile to match r262. Changes unknown. 2010-02-25 15:54:18 +00:00
wiz
bc84cf1363 Update to 0.10.18. Set LICENSE.
Changes since 0.10.17:

      * Updates to 0.10.26 core/base API addition
2010-02-21 13:34:53 +00:00
obache
a510901987 Add a patch for build fix (GST_ELEMENT_ERROR usage) taken from upstream. 2010-02-18 07:09:00 +00:00
zafer
7bee8b4323 update homepage. 2010-02-17 10:36:00 +00:00
drochner
4c51160cd1 update to 0.10.18
changes:
-v4l2src: implement GstURIHandler interface
-more fixes and improvements
2010-02-16 13:16:53 +00:00
drochner
4e435ee318 update to 0.10.26
changes:
-many fixes to playbin2
-libgsttag: add utility functions for ISO-639 language codes and tags
-theora: port to 'new' theora 1.0 API
-more fixes and improvements
2010-02-16 13:14:31 +00:00
drochner
db7c309735 update to 0.10.26
changes:
-registry: do plugin scanning (on *nix) using an external helper binary
-lots of performance improvements
-add GstByteWriter, a simple generic byte writer
-queue2: move from gst-plugins-base into the coreelements plugin in core
-other fixes and improvements
2010-02-16 13:07:05 +00:00
zafer
75da48487e update homepage 2010-02-14 13:22:37 +00:00
joerg
8ff4a66fab DESTDIR support 2010-02-11 20:20:38 +00:00
joerg
a15c4a4197 Workaround bug in install routine. 2010-02-11 20:17:18 +00:00
joerg
392ec8dc44 DESTDIR support 2010-02-11 19:53:03 +00:00
joerg
429e956b3f Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
heinz
7cc0e2154c Added LICENSE information. 2010-02-07 21:02:15 +00:00
markd
1f93e13f19 Update to kde4 4.3.5
* A number of bugs in KIO have been squashed, making updating of shown
  directories work again and solving some other stability issues
* A crash when creating an avatar from the webcam in Kopete has been fixed
* kded taking 100% CPU time in certain situations has been cured
2010-01-27 10:38:38 +00:00
drochner
6742d53e4a remove the hint to install the "soup" plugin -- we already have a
hard dependency on it these days
2010-01-26 17:40:23 +00:00
wiz
7e2c799d4e More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
drochner
235fcb0b02 conditionally propagate pulseaudio dependency, should fix
PR pkg/42652 by Joachim Kuebart
2010-01-20 19:09:00 +00:00
wiz
672c23944d Bump PKGREVISION for gupnp/gssdp API changes. 2010-01-20 14:04:52 +00:00
wiz
97aa8b28ba Update to 0.0.17:
Version 0.0.17

    tests: Add test for telephone-event events parameter nego

    rtpspecificnego: Add handling of telephone-event event ranges

    tests: Skip tests if no local candidates are produced

    rtcpfilter: Reduce the packet size when reducing the packet

    tests: Skip libnice tests if it finds no local candidates

    rtpdtmfsoundsource: Respect the ptime/maxptime too

    tests: Add test ptime/maxptime passing

    rtpsession: Set the ptime/maxptime on the send codec bin caps

    rtpcodecnego: Negotiate the ptime/maxptime

    rtpconference: Add function to make gst caps while keeping the ptime

    rtpcodecnego: Add function to copy the list of codecs with the send-side ptime

    tests; Add test for fscodec ptime/maxptime handling

    codec: Add ptime

    codec: Add maxptime

    tests: Take rtpsession lock during message emissions
    This ensures that it is not held across message emissions.

    tests: Add debug-blocks

    rtpsubstream: Keep ref on substream while callbacks are invoked

    rtpsubstream: Put codec/codecbin inside loop

    rtpsubstream: Use rw-lock to make sure the substream really stops

    rtp: Move locking into callback

    rtpsubstream: Don't hold session lock too much while setting new codecbin

    rtpsubstream: Move modification locking to blocked function
    Also allow only one thread to be in substream blocked function at once.

    rtp: Move substream blocking logic into substream

    rtp: Don't include marshaller headers in headers

    rtp: Depend on the correct var for marshaller list generation

    rtcpfilter: Add gst-p-base paths to Makefile.am
    Patch contributed by Armijn Hemel <armijn@loohuis-consulting.nl>

    rawudp: Remove upnp-request-timeout, it was a terrible idea

    Substitute deprecated Glib symbol: g_mapped_file_free
    Use g_mapped_file_unref if Glib >= 2.22 is available
    http://bugs.freedesktop.org/show_bug.cgi?id=21422

    rtpsession: Only add stream to list if its creation worked

    README: Require gst-p-bad 0.10.17 for dtmfsrc
    dtmfsrc can do do more than 8000 Hz, that has only been fixed in
    gst-plugins-bad 0.10.17

    rtpdtmfsound: Try hardwired PCMx only if the clock-rate is 8000

    rtp: Lookup codec with config is always for sending, so make it explicit
    Also, the dtmf sound will always get a valid codec now.

    rtpconference: Make message about gst_bin_add failure more accurate

    rtpdtmfsoundsource: Ignore codecs that don't have a blueprint

    tests: Test dtmf as sound

    tests: Make recv-pipeline per test

    rtpdtmfsoundsource: Use main codec if PCMA/U are not available

    rtpspecialsource: Make local class_get_codec function static

    rtp: Regroup CodecBlueprint related functions in one place

    rtpspecialsource: Rename negotiated_codecs to negotiated_codec_associations
    This way, the list contents can be guessed

    rtpsession: Don't need to set queue-delay anymore

    rtpsession: Split codecbin generation from factory from profile

    tests: Make it build against GUPnP 0.13

    msnsession: Check if dispose has already been called

    fstransmitter: uint can't be < 0

    rawudp: Bring upnp discovery timeout down to 2 seconds

    tests: Verify that it is not possible to disable all codecs
    Add a reserve-pt to guarantee that it is not possible to disable all codecs

    rtpcodecnego: Verify if there are any valid local codecs left after applying preferences

    rtpsession: Make error message less cryptic

    Version 0.0.16.1
2010-01-20 09:26:52 +00:00
drochner
b34317d12e update to 0.5.905
changes: minor UI improvements
2010-01-19 20:33:26 +00:00
drochner
3c7a42c82e update to 2.28.5
changes:
-minor UI fixes
-translation updates
2010-01-19 20:05:52 +00:00
tron
9d6a53927d Bump the package revision as we now require a newer version of BIND and
the binary package changes.
2010-01-18 23:38:31 +00:00
tron
889947ab25 Use BIND 9.5.x by default. It works fine for me under NetBSD/amd64
since several month.
2010-01-18 23:10:15 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
drochner
96a06fa0c4 update to 2.28.5
changes: minor UI fixes
2010-01-15 19:36:24 +00:00
joerg
daf80cf859 Has a hidden bash invocation, so depend on it. 2010-01-08 17:33:24 +00:00
drochner
2c878af776 reduce unnecessary probing by "configure", in particular for the
gstreamer "soup" plugin
should fix build error seen in bulk build
2010-01-08 15:50:56 +00:00
tron
886636c93c Depend on revsion 3.98.2nb1 or newer of the "lame" package to make sure
that audio encoding actually works. Bump package revision.

Approved by Alistair Crooks.
2010-01-05 23:12:54 +00:00
joerg
82732755f8 The path name for -Wl,-rpath as a linker option, so don't split it off
without also prefixing it with -Wl, accordingly.
2010-01-04 15:20:44 +00:00
ahoka
0844ade5ec Add an sf.net mirror. 2010-01-03 23:42:44 +00:00
joerg
d92f430cb3 Fix linkage. 2010-01-01 18:23:48 +00:00