Commit graph

1824 commits

Author SHA1 Message Date
drochner
50ca67f0f7 update to 0.10.12
changes:
Build fixes
make gst.Fraction do simplification like GstFraction does in C
Wrap gst_type_find_register
Various bug-fixes
2008-07-15 10:11:10 +00:00
drochner
e3d5275cd9 update to 0.10.20
changes:
RTP improvements
Support digest auth for RTSP
Additional documentation
Support DSCP QoS in multifdsink
Add NV12/NV21 video buffer layouts
Video scaling now bilinear by default
Support more than 8 channels in audio conversions
Channel mapping fixes for audioconvert
Improve tmplayer and sami subtitle support
Support 1x1 pixel buffers for videoscale
Typefinding improvements for MPEG2, musepack
Ogg/Dirac mapping updated in oggmux
Fixes in ogg demuxing
audiosink synchronisation and slaving fixes
Support muting of the audio in playbin by selecting -1 as the audio stream
Work done on playbin2 and uridecodebin
Improvements in the experimental GIO plugin
decodebin fixes
Handle GAP buffers in some places
Various other leak and bug-fixes
2008-07-15 10:09:40 +00:00
drochner
a61bb72be8 update to 0.10.20
changes:
Add the Presets interface
Use the binary registry by default
Deprecate gst_element_get_pad and don't use it anywhere any more.
Reverse playback fixes
API to get missing element messages from parse_launch parsing.
Fixes in latency calculations
BaseTransform negotiation fixes
New Buffering query and messages
Fix multiqueue deadlocks when changing limits
Remove pre-generated parser hacks and require newer flex/bison
Use GSlice in more places
Use static strings in property declarations everywhere to save memory
 allocations
Fix unaligned memory accesses with the binary registry and add CRC checks
Lots of other bug fixes
2008-07-15 10:05:31 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
joerg
e1a6feb45e Fix compilation on Solaris, which lacks isinfinite as reported by
Daniel Vergien.
2008-07-10 15:11:53 +00:00
joerg
36adbde0fa Fix build on Solaris: install -d must be called with only one directory. 2008-07-10 13:40:40 +00:00
abs
809ccbb9d9 Update to 0.8.3nb2
- If the system defines isnan() and isinf() then undef them before using
      gnash specific versions (which in the case of isnan() has different
      numbers of arguments). Fixes build on NetBSD-4.0
2008-07-07 08:34:54 +00:00
joerg
e9054eecc5 Also mention the sysctl for NetBSD current. 2008-07-04 14:51:02 +00:00
tonnerre
2ffe894336 Fix vlc wav handling heap overflow. A specially crafted .WAV file could
be used to achieve that with an overly large fmt chunk. (CVE-2008-2430)
2008-07-03 21:50:02 +00:00
wiz
5e40d1655b Fix installation for kde plugin.
Noted by Mihai Chelaru.
2008-06-28 16:37:07 +00:00
obache
2f4f59451f Add a patch to fix typo, it breaks build with some DragonFly releases.
Based on patch submitted by Hasso Tepper in PR 38818.
2008-06-26 13:54:56 +00:00
jmcneill
342b386faa Don't pull in bsd.options.mk if we don't define PKG_SUPPORTED_OPTIONS,
fixes build on non-i386.
2008-06-24 11:56:54 +00:00
wiz
3dabd5ace0 Update to 0.8.3nb1:
Add patch provided by Kouichirou Hiratsuka in PR 39015 to fix segfaults.
2008-06-22 20:15:51 +00:00
wiz
81b7dcedbd Update to 0.8.3:
2008-05-10 Russ Nelson <nelson@crynwr.com>

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

More visible to users:
    * Native fullscreen support (from AS) implemented.
    * Long command-line options properly supported.
    * View detailed movie information from GTK gui.
    * Added an option in Preferences to initially display a movie
      as a blank ("Click here to start") screen.
    * Added "dump" GUI to dump a movie to disk.
    * Improved Cairo rendering performance.
    * Fix support for OpenOffice Impress SWF exporter (malformed..)

Less visible to users:
    * Garbage Collector usage reduced where appropriate.
    * Mouse.hide and Mouse.show implemented in GTK.
    * ActionScript inheritance fixes:
        o super implemented correctly (still not 100% compatible for SWF7)
        o implements / instanceof works correctly now
    * FsCommands quit, fullscreen and showMenu implemented.
    * FsCommand-to-javascript implemented (plugin).
    * Minor ActionScript compatibility fixes: String, XML, toLocaleString,
      int, parseInt. fromCharCode, toString (SWF4) etc.
    * Fixes to arguments class (tests: Function.as, line404~456).
    * Stage.scaleMode implemented (fixes resizing of various movies).
    * Stage.align implemented.
    * Fixes to Date class (platform consistent).
    * Logging uses boost::format.
    * Improved Win32 support: builds using MinGW/MSYS (cross-compile
      not tested yet), and initial implementation of npgnash.dll exists.
    * Sprite handling improved, fixing FlowPlayer and other video SWFs.
    * TextField handling:
          o Fix in device font handling (DefineFontInfo tag)
          o Fix support for DefineFont2 tag (sizes)
          o Improve TextField support for TextFormat use.
    * Fix parsing of malformed XML files
    * Fix loading of text / XML with Byte Order Marks.
    * Minor fix to _x and _y translation.
    * More functions correctly registered as ASnative.
    * System.capabilities information expanded.
    * Jemalloc memory allocator from Mozilla added as an option.
    * Redesigned and implemented AMF0 support, with the beginning of
      AMF3 support.
    * SWF8 line styles support (both from tag and drawing api)
2008-06-22 15:20:56 +00:00
taca
ff2ff4367d Update distinfo. 2008-06-22 02:38:27 +00:00
drochner
8db816d8df update to 1.1.13
changes:
- For extra safety against possible Integer overflows like the ones found
    in CVE-2008-1482, backport more calloc usage from 1.2 branch
-Added MIME types and .mpp for musepack
-Fixed display of some MJPEG streams
-Deprecate xine_xmalloc() function, see src/xine-utils/utils.c for more
  information about the reason
-Provide a useful implementation of xine_register_log_cb()
-New version of the JACK output plugin

pkgsrc note: the fix for CVE-2008-1878 was integrated upstream
2008-06-21 15:45:15 +00:00
dsainty
7edc6f196b Disable building documentation if Doxygen/LaTeX are present. Speeds up
the build, but more importantly, allows the build to complete should there
be odd LaTeX/unicode issues floating about.
2008-06-21 13:09:09 +00:00
drochner
cee37d42ea make this build on DragonFly, from Hasso Tepper per PR pkg/38997 2008-06-21 11:45:55 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
taca
f7ceb84d39 - Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:52:11 +00:00
joerg
03b8f0eb5b Fix installation. Add DESTDIR. 2008-06-16 14:44:47 +00:00
joerg
e3a56179a0 Fix DESTDIR. 2008-06-16 14:43:15 +00:00
obache
1f22c9e4f6 Then disable certainly otherwise. 2008-06-14 01:06:56 +00:00
obache
c4506e86af Try to regist Linux framebuffer support modules if available.
Part of PR 37581.
2008-06-14 00:59:51 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
obache
0e5435698e Ming module included in PHP4 does not compatible with Ming 0.3. 2008-06-12 00:47:05 +00:00
obache
db4e1c2e3e Fix typo in PLIST.
Noticed by Hasso Tepper in PR 38901.
2008-06-11 14:08:14 +00:00
markd
3767181320 Explicitly disable arts support so that it doesn't find and try to use
it if its installed.
2008-06-04 07:33:52 +00:00
drochner
387d487697 make it build on DragonFly/FreeBSD, from Hasso Tepper per PR pkg/38821,
slightly modified by me
2008-06-02 16:45:15 +00:00
abs
54df6c22d7 set USE_LANGUAGES=c PKG_DESTDIR_SUPPORT=user-destdir 2008-06-01 19:52:55 +00:00
abs
767b0836a3 update to dvdrip-0.98.8nb2
Set SKIP_UNPACK_REQUIRED_MODULES=1 so we do not install our own copy of
various perl modules, set USE_TOOLS+=perl, and update required versions
in perl dependencies
2008-06-01 19:30:31 +00:00
obache
897039633b Need msgfmt to build.
Noticed by Hasso Tepper in PR 38805.
2008-05-31 11:21:44 +00:00
drochner
8778351f42 update to 0.10.8
changes:
-ASF demuxer fixes
-MP3 parsing and Xing header output bug-fixes
-Real streaming and demuxing improvements
2008-05-30 17:36:50 +00:00
drochner
22e291cc88 normalize time argument to pthread_cond_timedwait(), otherwise NetBSD's
libpthread complains (happened if one jumped forth and back in a DVD)
bump PKGREVISION
2008-05-26 12:35:09 +00:00
wiz
a8b011651e Needs c in USE_LANGUAGES for endian detection in configure script. 2008-05-26 11:05:28 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
wiz
41f426ade1 Reset maintainer on his request. 2008-05-25 21:20:07 +00:00
tron
5653b15d71 Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
tonio
8c50e2ac4a Yet another try to fix PR pkg/38733
Use the __DARWIN_64_BIT_INO_T from sys/cdefs.h on darwin
2008-05-25 14:34:13 +00:00
wiz
84e6369249 Fix PLIST. Bump PKGREVISION. 2008-05-24 10:29:40 +00:00
tonio
4d6db4497d Fixing build for MacOSX 10.5, using __DARWIN_STRUCT_STAT64 to detect if stat64
is available.
This should fix PR pkg/38721
2008-05-24 07:24:59 +00:00
tonio
1a56906722 Fixes checksum for patch-aj: checksum for patches is sensible to comments.
Fixes PR pkg/38731
2008-05-23 16:38:34 +00:00
wiz
f3a2add2de ffmpeg-devel/buildlink3.mk was fixed, remove superfluous includes. 2008-05-22 20:58:32 +00:00
tonio
857634650f Fix build for Darwin
- use the same work around for mntent.h as for NetBSD and DragonFly
- deactivate oss output for Darwin

This fixes PR pkg/38721
2008-05-21 19:21:33 +00:00
tnn
c5e15582ee Fix PLIST breakage with native X11 introduced in rev 1.48. 2008-05-20 18:29:28 +00:00
tonnerre
6c6cd9138f Add patches for CVE-2008-1558 for gmplayer 2008-05-19 20:55:51 +00:00
abs
f9e2cf9d81 add a CONFLICTS line for ffmpeg-[0-9]* 2008-05-19 11:47:44 +00:00
drochner
1fa18138a1 update to 2.22.3
changes:
* Fix the playlist parser trying to parse RCS files
* Fix parsing of file that appear to be DOS text files but are Podcasts
* Fix linefeeds appearing in titles
2008-05-14 18:34:23 +00:00
drochner
461852606e update to 0.10.7
changes:
OSS v4 support
libdc1394 2.0.0 support
AAC support fixes
RTP support improved
New OFA element
SRT subtitle encoder added
Windows Inet support for http/ftp
Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
Fixes in Bayer decoder, replaygain analysis, GSM decoder
DVB/MPEG-TS support improved
NSF decoder updated
'metadata' plugin enhancements
Dirac encoder ported to libschroedinger
mplex element ported to 0.10
VCD/CDXA parser ported to 0.10
Directshow wrapper improvements
'selector' plugin enhancements
souphttpsrc moved to the -good module
Various other fixes and enhancements
2008-05-14 18:32:04 +00:00
drochner
60899a1185 update to 0.10.8
changes:
-The libsoup based http source moved from the -bad module and was raised
 to primary rank
-GOOM visualisation plugin updated to Goom2k4
-Fixes in UDP, RTSP, matroska, QT/mov, AVI, v4l2, OS/X, SunAudio, mulaw
 and wavpack
-New gdkpixbuf output for snapshotting
-Various other bug-fixes
2008-05-14 18:28:36 +00:00