Commit graph

2144 commits

Author SHA1 Message Date
jmcneill
1d4db765c1 + mediainfo 2009-01-22 13:42:36 +00:00
jmcneill
107a33b0b0 Import mediainfo version 0.7.8.
MediaInfo supplies technical and tag information about a video or audio file.

What information can I get from MediaInfo?
  - General: title, author, director, album, track number, date, duration...
  - Video: codec, aspect, fps, bitrate...
  - Audio: codec, sample rate, channels, language, bitrate...
  - Text: language of subtitle
  - Chapters: number of chapters, list of chapters
What format (container) does MediaInfo support?
  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4,
    DVD (VOB)... (Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
  - Subtitles: SRT, SSA, ASS, SAMI...
What can I do with it?
  - Read many video and audio file formats
  - Different methods of viewing information (text, sheet, tree, HTML...)
  - You can customise these views
  - Exporting information as text, CSV, HTML...
  - Internationalisation: Any language display on any version of your
    operating system
  - Localisation capability (but volunteers needed)
2009-01-22 13:42:02 +00:00
jmcneill
ea9de8688a + cfourcc 2009-01-22 12:45:42 +00:00
jmcneill
4842d59d27 Import cfourcc version 0.1.2.
The Linux FourCC Changer is a simple command line utility for working with
Microsoft AVI files. Features:

  - Identifies the codec used in AVI files (*.avi)
  - Allow the user to change the FourCC description code (like fourcc-changer
    in Windows).
2009-01-22 12:44:45 +00:00
jmcneill
cf306a891b Mark handbrake as restricted; too many patent problems. 2009-01-21 14:19:14 +00:00
jmcneill
429290f76a + handbrake 2009-01-21 14:16:02 +00:00
jmcneill
684be9f2d4 Import handbrake version 0.9.3.
HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video
transcoder, available for MacOS X, NetBSD, Linux and Windows.

Supported sources:
 * Any DVD-like source: VIDEO_TS folder, DVD image or real DVD
   (unencrypted--protection methods including CSS are not supported internally
   and must be handled externally with third-party software and libraries),
   and some .VOB and .TS files
 * Most any multimedia file it can get libavformat to read and libavcodec to
   decode.

Outputs:
 * File format: MP4, MKV, AVI or OGM
 * Video: MPEG-4, H.264, or Theora (1 or 2 passes or constant quantizer/rate
   encoding)
 * Audio: AAC, MP3, Vorbis or AC-3 pass-through (supports encoding of several
   audio tracks)

Misc features:
 * Chapter selection
 * Basic subtitle support (burned into the picture)
 * Integrated bitrate calculator
 * Picture deinterlacing, cropping and scaling
 * Grayscale encoding
2009-01-21 14:15:15 +00:00
sketch
e710b4b19b Fix for Sun Studio. 2009-01-20 23:25:55 +00:00
sketch
1d2eceefb1 Replace /bin/sh in version.sh too. 2009-01-20 22:33:38 +00:00
drochner
99ff9255c8 update to 1.1.16.1
This fixes a number of security problems:
CVE-2008-5234 vector 1, CVE-2008-5236, CVE-2008-5237, CVE-2008-5239,
CVE-2008-5240 vectors 3 & 4, CVE-2008-5243
other changes:
-Support H.264 and AAC streams within FLV
-tagging improvements
-Add position-based seeking independent from seekpoints
-misc fixes
2009-01-20 18:30:49 +00:00
snj
aebf06efc9 Update MASTER_SITES. Distfile has been changed without renaming (diff is
a fix for the issue corrected by patch-ac), so remove patch-ac. PKGREVISION
bumped and DIST_SUBDIR applied.
2009-01-20 00:34:35 +00:00
jmcneill
a00d409d99 pull in libdvdread 2009-01-14 22:36:11 +00:00
jmcneill
1996165d02 Update to libdvdnav version 4.1.3. libdvdnav is now maintained by the
mplayer project, and the next release after 0.1.10 (the one we're coming
from) was 4.1.1.

libdvdnav (4.1.3)
  * an embarassing amount of fixes regarding potential memory and resource leaks
    (patches contributed by Erik Hovland)
  * added dvdread-config (dvdnav-config's younger brother)
  * added pkg-config support
  * split dvdread to a separate tree; now you need to check it out
    and install it before building libdvdnav.
    In order to configure libdvdnav We need the executable dvdread-config
    somewhere in the PATH or explicitly specified to configure[2] with
    --with-dvdread-config=~/bin/dvdread-config

libdvdnav (4.1.2)
  * multiple build system fixes
  * added dvdnav_describe_title_chapters(title) to get title and chapters
    duration

libdvdnav (4.1.1)
  * added dvdnav_audio_stream_channels() to return number of channels
  * fixed dvdnav_time_search() in multi-angle dvds (but it still needs
    improvements)
  * added dvdnav_audio_stream_format() to identify the codec used
    in audio streams
  * starting DVD playback at specific title/part positions with
    dvdnav_{title,part}_play() works again
  * removed wrong SPU stream change event filter
    (fixes unwanted subtitles in the trailer of "Girl, interrupted", RC2)
  * fixed error "Expected NAV packet but none found." occuring sometimes
    on resume from menu
2009-01-14 22:30:46 +00:00
jmcneill
b24c974ebb Update to libdvdread 4.1.3. This is a fun one, as dvdread/dvdnav is now
maintained by the mplayer project and according to the changelog, this
dvdread package was split out from dvdnav in 4.1.3. Check the ChangeLog
in the distfile for the full drama.

libdvdread (4.1.3)
  * an embarassing amount of fixes regarding potential memory and resource
      leaks (patches contributed by Erik Hovland)
  * added dvdread-config (dvdnav-config's younger brother)
  * added pkgconfig support
  * split dvdread to a separate tree
2009-01-14 22:28:05 +00:00
drochner
ca0d68f1e1 pull in a patch from upstream CVS, to adapt to an API change in recent
x264 libs, see Gnome bugzilla#555238
should fix PR pkg/40351 by Robert Elz
2009-01-09 16:43:42 +00:00
tron
ee54baa5ce Fix build problem with latest version of the Curl library using the patch
from MediaTomb's bug tracker on SourceForge.
2009-01-09 10:17:35 +00:00
wiz
36acb70028 Fix pkglint warning. 2009-01-08 17:25:40 +00:00
wiz
3ffc9e9845 Remove unneeded patch. 2009-01-08 17:25:31 +00:00
wiz
b7c3fa7b0c Update to 1.9.0:
mpeg2enc works "better".
some changes for the libquicktime.
maintainance for newer release of other packages the mjpegtools need.
2009-01-08 17:21:36 +00:00
wiz
22eb181554 Update to 1.2.1:
New in 1.2.1:
   * Fix for 'nested function' potential compilation error

New in 1.2.0:
   * Complete AMD64/EM64T 64-bit support
   * Added support for WIN64 platform
   * Multi-threaded encoding support
   * SSE3/SSE4 optimizations
   * Faster and more precise mpeg intra quantization
   * Fixed bug in packed pixel format colorspace conversion
   * Noexec-stack security patch
   * Fix for bad resync marker length
   * Improved decoder robustness for broken streams containing B-frames
   * Fix for potential out-of-bound access to MV bits table
   * Added SSIM quality-metric plugin
2009-01-07 10:52:12 +00:00
jmcneill
2915008696 PR# pkg/40290: multimedia/mediatomb doesn't install example config.xml
* Allow for rc.conf to override the user and group that the mediatomb
  service uses.
* Install example config.xml to /usr/pkg/share/examples/mediatomb
* Don't clobber permissions on /var/mediatomb in PRE-INSTALL script
* Install an xdg menu shortcut that points to the mediatomb 'bookmark'
  html page; since mediatomb selects a random port number at startup,
  this is a quick way to connect to the local server without having to
  check the log files to see what port was used this time.
* Bump PKGREVISION
2009-01-05 12:28:32 +00:00
wiz
d193eec91b Add option for pulseaudio (default on), and avoid finding it when
it's disabled (fixes a build problem).

Add patches from upstream SVN to fix build problems with newer x264
snapshots, like the one in pkgsrc.

Bump PKGREVISION for pulseaudio change.
2009-01-04 21:37:54 +00:00
tron
0c4b38b599 Disable assembler support on Mac OS X Intel systems because it breaks the
build of a shared version of the library.
2009-01-03 15:40:04 +00:00
shattered
2fc690d1ac Unbreak build with pulseaudio support (configure check failed because
of missing glib2 dependency).
2009-01-03 15:18:18 +00:00
jmcneill
ac3653567c Fix build. 2009-01-02 02:55:43 +00:00
jmcneill
b97144f7b8 user-destdir support 2008-12-28 13:34:51 +00:00
jmcneill
f076ed443a + ffmpegthumbnailer 2008-12-28 12:34:28 +00:00
jmcneill
8f76ea11fc Import ffmpegthumbnailer version 1.3.0.
This video thumbnailer can be used by file managers to create thumbnails for
your video files. The thumbnailer uses ffmpeg to decode frames from the video
files, so supported videoformats depend on the configuration flags of ffmpeg.

This thumbnailer was designed to be as fast and lightweight as possible. The
only dependencies are ffmpeg, libpng and libjpeg.
2008-12-28 12:32:15 +00:00
jmcneill
bf9942f847 fix typo in comment, no functional change 2008-12-25 18:21:59 +00:00
jmcneill
94b84ab29f Don't compile tests; fixes build on NetBSD 4. 2008-12-25 13:08:24 +00:00
wiz
cfdd5d7fad Update to match existing upstream file.
Changes unknown.

From Dieter Roelants in PR 40248.
2008-12-22 09:08:33 +00:00
tron
0684bfe706 Disable assembler support on x86_64 systems because it breaks the build
of a shared version of the library.
2008-12-20 11:57:29 +00:00
jmcneill
3c0fa4f8ce Bump PKGREVISION and regen distinfo for pulseaudio change. 2008-12-20 00:46:01 +00:00
jmcneill
5c9f4c271d Bump PKGREVISION for pulseaudio change. 2008-12-20 00:44:46 +00:00
jmcneill
86cc8e0b1a Backport PulseAudio driver from MPlayer SVN. 2008-12-20 00:43:47 +00:00
jmcneill
773028402b Add hal and pulseaudio options. Enable pulseaudio by default.
Bump PKGREVISION.
2008-12-19 23:28:40 +00:00
jmcneill
372173827b Accept libflashsupport-pulse 2008-12-19 19:57:46 +00:00
jmcneill
080de5a90c Remove reference to nonexistent 'mozilla' module. 2008-12-19 19:51:39 +00:00
jmcneill
a66d27e130 + libflashsupport-pulse 2008-12-19 19:50:13 +00:00
jmcneill
9450131ab1 Import libflashsupport-pulse version 20081219.
This is a shared library built from source provided by Adobe and
modified by the PulseAudio project which enables the use of
the PulseAudio sound server in the multimedia/ns-flash and
multimedia/adobe-flash-plugin packages.

Non Linux platforms will probably also need www/nspluginwrapper
2008-12-19 19:49:22 +00:00
jnemeth
38b7ce784d sort 2008-12-19 07:53:25 +00:00
jmcneill
6c87b85a88 # used by audio/gst-plugins0.10-alsa/Makefile 2008-12-19 04:41:22 +00:00
jmcneill
76503ea71c Fix ALSA build. 2008-12-19 04:39:11 +00:00
jmcneill
ce03ddff25 # used by audio/xine-pulse/Makefile 2008-12-18 23:25:42 +00:00
jmcneill
452138c840 + adobe-flash-plugin 2008-12-18 23:01:16 +00:00
jmcneill
8098f681ec Import adobe-flash-plugin version 10.0.0.525.
Netscape plugin for Adobe Flash player.  This package contains
a plugin that enables Netscape to render the Flash format.

The nspluginwrapper option (enabled by default) permits the use of
the the Linux x86 flash player in Firefox browsers on other x86
systems.

Systems tested with nspluginwrapper:
    - NetBSD 5.0			- works
    - firefox 3.0.x			- works
2008-12-18 23:00:45 +00:00
bjs
92e6acc053 fix diff botch 2008-12-18 22:23:36 +00:00
bjs
a2f4bcca62 add forgotten options.mk. 2008-12-18 22:22:47 +00:00
bjs
93fc3964fc Revision bump for x264-devel. 2008-12-18 17:46:53 +00:00
bjs
c6b457d885 regen patchsums to include patch-ao 2008-12-18 17:42:52 +00:00
bjs
8c2b0e2547 Recursive dependency bump for multimedia/x264-devel. It's tough
to know which packages are affected by the update and how, so to be
safe, I'm doing a full bump.
2008-12-18 17:28:16 +00:00
bjs
a24bbaf645 Update to version we're using (20081217) 2008-12-18 17:19:06 +00:00
bjs
2517bc1e7c Add patch for new x264. 2008-12-18 16:44:27 +00:00
bjs
a1216a3df2 PKGREVISION bump for packages using mplayer-share due to x264 update. 2008-12-18 16:40:57 +00:00
bjs
04c7cadd25 Update patch-oldx264 to deal with new x264-devel snapshot. PKGREVISION++ 2008-12-18 16:31:53 +00:00
bjs
47a40db702 Update to 20081218 snapshot. There is no NEWS file or list of changes;
please see the repository for more information.  I'm doing this update
our version is over a year old and some software is starting to require
a newer version.
2008-12-18 16:19:07 +00:00
jmcneill
b085fce709 # used by audio/gst-plugins0.10-pulse/Makefile 2008-12-18 16:09:09 +00:00
jmcneill
343bfcf848 + totem-browser-plugin 2008-12-18 00:47:16 +00:00
jmcneill
d11e7ce39f Import totem-browser-plugin 2.24.3.
Totem is simple movie player for the GNOME desktop based on GStreamer and
Xine.  It features a playlist, a full-screen mode, seek and volume controls,
as well as a pretty complete keyboard navigation.

This package contains a mozilla plugin for playing back media from a
web page.
2008-12-18 00:46:44 +00:00
jmcneill
1292ee150e Allow browser plugin to build on NetBSD. Not built by this package, so
no need to bump PKGREVISION.
2008-12-18 00:45:44 +00:00
taca
80b0f2b926 Fix build problem with bison 2.4 and later. 2008-12-17 08:19:52 +00:00
jmcneill
c8af9f6a0e + pspvc 2008-12-17 04:19:11 +00:00
jmcneill
f8c43a6bbd Import pspvc version 0.3.
PSPVC is an FFMPEG front-end to convert video files for the PSP. It allows
you to queue severals conversions with different parameters for each.

Formats:

    * MPEG4/SP (all firmware)
    * H264/AVC (firmware 2.0+)
    * H264/AVC 480x272 (firmware 3.03-OE-B+)
2008-12-17 04:17:25 +00:00
obache
2d1aa30a67 Added and enabled rbclutter packages. 2008-12-16 12:37:17 +00:00
obache
f165a1a597 Import ruby-clutter-gst-0.8.0 as multimedia/ruby-clutter-gst.
This is a binding for the Clutter GStreamer library for use from Ruby.
2008-12-16 12:34:31 +00:00
hasso
8af3d74f01 Fix build in DragonFly and possibly in other systems. 2008-12-15 21:31:59 +00:00
tron
b44f83d476 Add security patch from MPlayer SVN repository to fix a buffer overflow
in the TwinVQ media file decoder.
2008-12-15 15:37:58 +00:00
rillig
2550b3c6a3 Fixed the version comparison in the AG_GST_BISON_CHECK macro. 2008-12-14 18:34:45 +00:00
obache
6af2395919 Added and enabled clutter-gst. 2008-12-14 11:24:25 +00:00
obache
92633b0508 Import clutter-gst-0.8.0 as multimedia/clutter-gst.
Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer
with Clutter.

Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces. It uses OpenGL for drawing
primitives and has multiple backends, allowing its usage on different
platforms.

GStreamer is a streaming media framework, based on graphs of filters
which operate on media data.  Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related.  Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
2008-12-14 11:10:01 +00:00
obache
86c1eb282a MAKE_JOBS_SAFE=no 2008-12-14 09:06:13 +00:00
wiz
73dadc9dbe Update to 2.24.3:
2.24.3:
* Fix parsing of RSS feeds that use HTML comments
* Fix problems that made Totem show an error when selecting
  a data device in the Movie menu
2008-12-08 13:09:45 +00:00
is
19d9219287 We need a Real Shell to run some internal configure script (fixes
pkg/39836).
2008-12-05 15:18:40 +00:00
wiz
25f24b3a5a Remove share/icons/hicolor/icon-theme.cache from PLIST, belongs
to hicolor-icon-them. Bump PKGREVISION.
2008-12-04 17:33:25 +00:00
wiz
ba70e7ff1a Avoid finding nasm. 2008-12-04 15:07:03 +00:00
ahoka
34b909a16b Upstream bumped the version number for some reason,
so follow the new distfile as the old one disappeared.

No new changes were mentioned in the official changelog.
2008-12-04 14:03:11 +00:00
ahoka
cfb4489b1c Changes between 0.9.6 and 0.9.8:
--------------------------------

 * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
 * Bunch of small bugfixes.
2008-12-03 16:24:06 +00:00
wiz
197abfbce3 Update to 0.10.10:
Changes since 0.10.9:

      * asfdemux and rmdemux fixes
      * RDT support
      * AMR-NB parser improvements
      * Fix a52dec channel output negotiation
      * Compilation fixes for mad, mpeg2dec
2008-12-03 09:00:18 +00:00
ahoka
45294630cd Disable SIMD on AMD64 too. 2008-12-02 19:40:43 +00:00
jmcneill
81d0d2abe8 add gst-plugins0.10-hal 2008-11-27 17:52:06 +00:00
jmcneill
46dbb2fd38 Import gst-plugins0.10-hal version 0.10.11:
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

GStreamer is released under the LGPL.

This package is part of the 'good' plugins for GStreamer.  It provides a
plugin to access devices via HAL.
2008-11-27 17:51:28 +00:00
wiz
00a90a11b7 Only allow on NetBSD-[5-9]* and Linux. 2008-11-24 12:50:17 +00:00
chuck
a4a49d8f2d fix compile time error on Darwin in player/lib/audio/portaudio:
In file included from pa_mac_core.c:124:
pa_host.h:55: error: conflicting types for 'uint32'
/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: previous declaration of 'uint32' was here

use <inttypes.h> and uint32_t instead.

note that according to player/lib/audio/Makefile.am, this old portaudio
lib is used only if HAVE_MAC_OSX.
2008-11-21 21:09:57 +00:00
adam
b30bfe4cb6 Changes 1.0.7:
* bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header
  layout support. Drop static linking support (unsupported from ages).
  Update user documentation accordingly.
* make AVIStreamHeader structure (more) 64 bit safe.
* keep up with lastest ffmpeg API changes.
PkgSrc:
* Fix buildling with newer ImageMagick
2008-11-21 17:35:12 +00:00
rillig
49672a4677 Don't strip the binary if INSTALL_UNSTRIPPED is set. 2008-11-18 22:08:32 +00:00
wiz
025a1db2d5 Depend on latest doxygen and add a new file to PLIST.
Bump PKGREVISION.
2008-11-11 00:52:20 +00:00
wiz
b0cc6d00bf Update to 2.4.3:
2008-07-24: 2.4.3

For those building it from source, please use cmake. The
Autoconf/automake build is less tested and will be obsoleted very
soon.

Now, the small changelog compiled by Gruntster :

* Improved support for MP4 files including support for 64-bit files

* Encoder and Decoder for Y800 (Compholio).

* libavcodec is now the default MPEG-2 decoder (instead of mpeg2dec).

* Fixed memory leak when indexing DVR-MS files.

* Fixed calculation of width and height for High Profile H.264
video in TS files.

* Fixed dropping of frames using x264 2-pass encoding (regression
introduced in 2.4.2).

* Restored missing code pages to the Subtitler filter (regression
introduced in 2.4.2).

* Fixed crashing on MS Windows when opening multiple instances of
Avidemux (regression introduced in 2.4.2).

* Do not add unneeded delay when using x264 with mkv or mp4.

2008-07-07: 2.4.2

Probably the biggest bugfix release ever. The "what s new", prepared
by Gruntster :

* Improved input and output of audio streams in MKV files

* Support for MJPEG-A in MOV/MP4 files

* Fixed saving header information of AVI files with PCM/LPCM audio

* Fixed opening FLV files that don't contain audio

* Fixed corruption when decoding MP4 files

* Fixed crashing when using MPEG-4 ASP (lavc) and two pass average
bitrate mode

* Flush the x264 encoder upon completion so the last few frames
aren't dropped

* Fixed incorrect colour conversion of 24/32 bit BMP and DIB files

* Re-enabled AMR-NB decoder (regression introduced in 2.4.0)

* Support for additional VP6 fourCCs

* Xvid custom matrices are now activated correctly

* Fixed caching issue with Qt4 interface which would corrupt
translated strings

* Fixed zooming when using SDL (regression introduced in 2.4.1)

* Windows are now centred correctly on multi-monitor setups

* Use alternate button ordering for GTK+ interface when GNOME HIG
isn't appropriate, e.g. MS Windows and KDE

* Various additions to the Qt4 interface including a new calculator
tool, drag and drop support, improved joblist support and an about
window

* SRT subtitle support for Arabic, Baltic, Greek, Hebrew and Turkish

* Fixed iPod profile where audio encoding options weren't always
set correctly

* Fixed Film to PAL audio filter so frames are removed and added
correctly

* Batch importing of image files is no longer restricted by the
file handle limit set by the C runtime

* New video filter for outputting the frame number

* PulseAudio support (Linux only)

* GCC 4.3 support

* Updated the following translations: Czech, French, German, Greek,
Italian, Spanish

* Fixed drag and drop support on MS Windows

* Improved Unicode support for filenames on MS Windows

* Prevent source files from being overwritten accidentally by the
user on MS Windows

* MS Windows logging and settings are now stored under the Application
Data folder instead of the User Profile folder

* Native file dialogs are now used for the Qt4 interface on Mac

* Various minor fixes and enhancements
2008-11-10 23:43:39 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
obache
cf475d16c8 Require py-gobject>=2.15.0 to build gstoption.
Bump API_DEPENDS for py-gobject, update PLIST and bump PKGREVISION.
2008-11-10 11:58:40 +00:00
abs
be34f4292c comment out non functional PKG_DESTDIR_SUPPORT= user-destdir 2008-11-10 00:46:33 +00:00
wiz
921f46965e Needs gtk-doc as well. Build fix, so no PKGREVISION ++ 2008-11-09 22:38:53 +00:00
bjs
5ccc7b5cff Recursive dependency bump for libspeex (it is backward-compatible,
but also has API additions).
2008-11-08 21:13:27 +00:00
ahoka
bf9b90f4ad Rework dependencies.
Add some missing X11 lib and jpeg.
Add theora support.
2008-11-08 19:00:15 +00:00
ahoka
4aef3f03f1 Changes between 0.9.5 and 0.9.6:
--------------------------------
New Localizations:
 * Ukranian

Security updates:
 * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-xxxx)
 * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-xxxx)
2008-11-07 20:03:13 +00:00
tron
f315e31f43 Update "ns-flash" package to version 9.0.151. This update fixes the
security vulnerabilities reported in CVE-2007-6243, CVE-2008-3873,
CVE-2007-4324, CVE-2008-4401 and CVE-2008-4503.
2008-11-07 12:01:47 +00:00
obache
41dfbe0f38 Add buildlink3.mk 2008-11-06 14:21:10 +00:00
obache
0061a86384 Add and enable p5-GStreamer 2008-11-06 13:41:12 +00:00
obache
225d9eae4b Import p5-GStreamer-0.11 as multimedia/p5-GStreamer.
This module allows you to use the GStreamer library from Perl.
2008-11-06 13:39:54 +00:00
wiz
354b7b8b29 Remove unneeded inclusion of bsd.prefs.mk and commented out code. 2008-11-05 14:55:23 +00:00
wiz
35f5abd06c Point out libtheora-docs package. 2008-11-05 14:54:58 +00:00
tron
48dcda7334 Don't disable assembler code under Mac OS X Intel anymore. It is no
longer necessary to do this to make this package build.
2008-11-05 14:48:43 +00:00
wiz
21d018d01e + libtheora-docs 2008-11-05 14:24:54 +00:00
wiz
459e01d7ff Import libtheora-docs-1.0 as multimedia/libtheora-docs.
Theora is Xiph.Org's first publicly released video codec, intended for
use within the Ogg's project's Ogg multimedia streaming system.  Theora
is derived directly from On2's VP3 codec; currently the two are nearly
identical, varying only in encapsulating decoder tables in the bitstream
headers, but Theora will make use of this extra freedom in the future to
improve over what is possible with VP3.

This package contains the API documentation for libtheora.
2008-11-05 14:24:05 +00:00
wiz
1986e41804 Remove documentation from this package to avoid doxygen dependency.
Requested by tron.
2008-11-05 14:23:44 +00:00
wiz
05bdf3a132 Update to 1.0. Changes since last beta (not rc1, previous pkgsrc version):
libtheora 1.0 (2008 November 3)

 - Merge x86 assembly for forward DCT from Thusnelda branch.
 - Update 32 bit MMX with loop filter fix.
 - Check for an uninitialized state before dereferencing in propagating
   decode calls.
 - Remove all TH_DEBUG statements.
 - Rename the bitpacker source files copied from libogg to avoid
   confusing simple build systems using both libraries.
 - Declare bitfield entries to be explicitly signed for Solaris cc.
 - Set quantization parameters to default values when an empty buffer is
   passed with TH_ENCCTL_SET_QUANT_PARAMS.
 - Split encoder and decoder tests depending on configure settings.
 - Return lstylex.sty to the distribution.
 - Disable inline assembly on gcc versions prior to 3.1.
 - Remove extern references for OC_*_QUANT_MIN.
 - Make various data tables static const so they can be read-only.
 - Remove ENCCTL codes from the old encoder API.
 - Implement TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE ctl.
 - Fix segfault when exactly one of the width or height is not a multiple
   of 16, but the other is.
 - Compute the correct vertical offset for chroma.
 - cpuid assembly fix for MSVC.
 - Add VS2008 project files.
 - Build updates for 64-bit platforms, Mingw32, VS and XCode.
 - Do not clobber the cropping rectangle.
 - Declare ourselves 1.0final to pkg-config to sort after beta releases.
 - Fix the scons build to include asm in libtheoradec/enc.
2008-11-05 13:11:48 +00:00
wiz
9a9e54c0b6 Improve comment why this doesn't depend on ffmpeg:
# the upstream developers only want to support building against
# the included ffmpeg version, since the ffmpeg API/ABI is unstable
# and there are no releases
2008-11-05 11:44:22 +00:00
wiz
d87c38165b regen patches to avoid a warning by NetBSD's patch(1) 2008-11-05 11:42:53 +00:00
wiz
ee537a0418 pkglint cleanup. 2008-11-03 17:30:15 +00:00
tron
c4cb7babd4 Improvements for the "mediatomb" package:
1.) Create a user and group "mediatomb" for running the server to restrict
    the files which can be accessed.
2.) Add a startup script to start the server automatically.

Bump package revision because of these fixes. Changes approved by
Alistair Crooks.
2008-11-03 17:04:51 +00:00
markd
06efe873ab Add phonon. 2008-11-03 11:01:32 +00:00
markd
d94babd10b Import of phonon 4.2.0
Phonon is the Multimedia API for KDE and QT.

In Phonon there are three main concepts: MediaObjects, Paths and Outputs.
The MediaObjects control the playback/capture and provide the media data.
MediaObjects can be connected to Outputs using Path objects which also
allow the insertion of Effect objects between MediaObject and Output.
2008-11-03 10:59:46 +00:00
obache
d6408405a1 sort. 2008-11-03 04:52:22 +00:00
ahoka
bf7e61297b This update is also fixing a minor PLIST issue.
Changes between 0.9.4 and 0.9.5:
--------------------------------
Security updates:
 * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
 * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds

Features:
 * Closed Caption EIA 608/708 parsing enabled for libmpeg2

Various bugfixes:
 * Fixed various potential crashes and memleaks
 * Fixed issues with reading from files (especially non-local)

Windows port:
 * Fix bug where interface was "eating" some media keys
 * Fix some crashes in DirectShow access

Qt Interface:
 * Fix bug when the resetting of preferences didn't reset the dialog states
 * Right-click menu to select playlist columns reenabled
 * Various fixed in playlist

Access:
 * MMAP module is now deactivated by default

Translations:
 * Update of Brazillian, Swedish translation
2008-11-01 22:14:13 +00:00
wiz
3f4e3269bc Fix API-depends and mention which files include this one. 2008-10-31 14:09:08 +00:00
wiz
312d3255d1 + swfdec-mozilla. 2008-10-31 12:49:23 +00:00
wiz
609bc46837 Import swfdec-mozilla-0.8.2 as multimedia/swfdec-mozilla.
Swfdec is a decoder/renderer for Macromedia Flash animations.  The
decoding and rendering engine is provided in a library that can be
used by other applications.

This package contains a Mozilla plugin that uses the Swfdec library
for playing SWF files in a browser capable of loading NS-Plugins.

XXX: installs plugin into lib/mozilla/plugins, needs to be linked
into correct place manually, until we get an infrastructure for firefox
plugins...
2008-10-31 12:48:56 +00:00
wiz
84bc489acd + swfdec-gnome. 2008-10-31 12:46:51 +00:00
wiz
4b95b7e617 Import swfdec-gnome-2.24.0 as multimedia/swfdec-gnome.
Swfdec is a decoder/renderer for Macromedia Flash animations.  The
decoding and rendering engine is provided in a library that can be
used by other applications.

This package contains programs to integrate Flash functionality
into the GNOME desktop.  Its main application is swfdec-player, a
stand-alone viewer for Flash files.  It also contains swfdec-thumbnailer,
a program that provides screenshots for files to display in the
Nautilus file manager
2008-10-31 12:46:27 +00:00
wiz
2ae79f3831 Fix path. 2008-10-31 12:44:51 +00:00
wiz
b0d65ea2cc Remove swfdec-gtk2, folded into swfdec. 2008-10-31 12:43:59 +00:00
wiz
270285dfaf Update to 0.8.2 (basically, a new package, last version was 0.2.x):
0.8.2 ("Gametrailers")

Here's the first stable release.
- fix crash when reading invalid JPEG images
- fix invalid memory accesses
- fix deadlock when sound stream had no data
- fix regression where some files weren't loaded.
- lots of memory leaks plugged
- various build fixes/improvements

 0.8.0 ("Slide")

And here is our 6monthly stable release again:
- rework ActionScript function calls to improve performance
- increase Flash version Swfdec reports to 9.0.999.0
- implement flash.geom.Matrix
- implement various native functions
- add API to query Swfdec's version
- lots of correctness fixes
- lots of bugfixes

 0.7.4 ("Diablo")

Yay, we returned to monthly releases! Here it goes:
- rework rendering API to rely on Cairo's clipping instead
- remove unused and broken swfdec_as_context_eval() API
- Swfdec does no longer ship an icon
- Transform and ColorTransform implemented
- BitmapData partially implemented
- simplify internal memory handling APIs
- start porting the Gnash testsuite to Swfdec
- lots of small performance bug fixes

 0.7.2 ("Rock You")

Here is - roughly 3 months too late - the first development release of the
Swfdec 0.7 series:
- lots of conformance fixes that make lots of Flash files work
- new (de)compiler framework in vivified debugger
- fullscreen support
- handle focus properly
- lots of TextField fixes (including onScroller and onChanged events)
- TextFields can now receive keyboard input
- extend SwfdecAudio API to allow partially loaded streams and volume changes
- the Sound object is now fully supported
- rework loading of external resources to be more compatible
- significant speedups to the Actionscript interpreter
- noticable speedups to rendering infrastructure and new API that allows
  custom speedups
- removed unmaintained ffmpeg, mad and OSS support
- lots of bug fixes

 0.6.8 ("Mario Rush")

And another bugfix release.
- fix a crash when decoding 1x1 JPEG images
- fix a crash in XMLSocket.send
- fix crashes when FLV decoding was aborted
- fix a crash in exception handling code
- fix some infinite loops with prototype loops
- fix crasher when handling broken dates
- fix crashers with native constructors found in testing
- compatibility fixes: compile with gold linker, make includes work from C++

 0.6.6 ("Faith Fighter")

Here's another bugfix release.
- fix a crash for palettized images
- fix a crash for oversized images
- make ALSA devices work that don't support mmap
- compile fix for ARM

 0.6.4 ("College Humor")

This is a security release. Please update as soon as possible.
- fix a security problem that allowed remote Flash files to read local files.
- fix a rare crash in TextField.replaceText
- fix a rare crash during cleanup

 0.6.2 ("Badger Badger Badger")

This is the first bugfix release in the stable release series. It contains
mostly compilation fixes. No new features were added.

 0.6.0 ("Fedora TV")

Here is the first API/ABI-stable release of Swfdec. Enjoy!
- support missing plugin installation. GStreamer requirement bumped to 0.10.17
- lots of improvements to testsuite. It uses plugins now so multiple Flash
  players can be tested.
- XMLSocket now works
- rework buffer API
- lots of bug- and conformance fixes

 0.5.90 ("rutube")

This is a preparation for the upcoming 0.6 release to go in time with the Gnome
2.22 release.
- rename "libswfdec(-gtk)" dir to "swfdec(-gtk)"
- update libsoup requirement to 2.4
- rework input API - now has SwfdecStream, SwfdecLoader and SwfdecSocket classes
- new and improved testsuite
- completely overhaul security subsystem, invalid access denies should be a
  thing of the past
- implement flash.geom.Point and flash.geom.Rectangle
- implement internal parts of ExternalInterface object
- plug various memory leaks
- fix lots of internal bugs
- various portability fixes for embedded and OpenBSD

 0.5.5 ("cps")

In time for Gnome's 2.21.4 release, here's a new Swfdec release. Features:
- rework the input handling subsystem. All objects (including sliders) can now
  receive mouse events.
- stub all script functions and properties from Flash 8
- implement loading cross-domain policy files
- implement MovieClip.beginGradientFill (Yes, that function is big enough for
  its own entry)
- various fixes to clipping
- Swfdec should compile and work fine on ARM architectures now
- lots of bug fixes and small features additions
- support reading text files in various formats

 0.5.4 ("2 advanced")

Features left and right make this release. Unfortunately a lot of reorganization
was necessary. In particular this release contains:
- Swfdec supports FutureSplash movies now
- rewrite GStreamer audio and video back ends. They work perfectly now and are
  the default and only enabled back ends. Other back ends are still available
  via configure switches.
- support for the TextField object. This makes YouTube show the time correctly.
- support for ActionScript exception handling and inheritance actions Cast,
  Implements, InstanceOf, Try and Throw.
- support for the MovieClipLoader object and loadMovie functions. This allows
  Flash movies to load other Flash movies.
- support for loading JPEG and PNG images.
- add an initial and incomplete implementation of the Flash security framework
- Swfdec has a logo now
- make the player automatically abort when scripts get stuck
- add PulseAudio sound output back end, it can be disabled via configure switch
- cross-compilation should now work without issues.
- lots of small improvements

 0.5.3 ("Tennis")

Lots of new built-in objects and code cleanup are the highlights of yet another
Swfdec release. And a little less condensed:
- rework of what APIs call into the script engine. This greatly simplifies using
  libswfdec in applications.
- rework invalidation handling. Less parts of the screen need to be redrawn on
  changes, but the SwfdecPlayer::invalidate signal changed.
- support the built-in Date, XML, Sound, System.capabilities and TextFormat
  objects plus MovieClip drawing functions
- add initial support for blend modes and filters (full support is expected with
  Cairo 1.6)
- clean up initialization, video engine, sound engine and shape parsing code.
  All the code should now be more robust, easier to read and have less broken
  corner cases. And Swfdec supports VP6 alpha video now.
- lots of old Flash files that use Flash 4-style paths to lookup values should
  work correctly now.
- a huge list of bugfixes and little features, see the git log for details.

 0.5.2 ("Kittencannon")

This release saw a lot of internal cleanups and only little new features. But
even that made a lot of files work and work better. Here's some detail:
- add initial support for Keyboard events. This makes quite some games work.
- add NetStream.close() functionality. This makes Youtube fullscreen work.
- export more API for debugging, like SwfdecScript and SwfdecAsDebugger.
- add new Vivified internal debugger that makes use of those.
- Swfdec can parse Flash 8 Buttons now.
- Swfdec should now set and handle all property flags correctly.
- implement LoadVars object
- make lots of native functions more correct for weird situations.
- various bugfixes, including some very visible ones. This should improve
  playback for some Flash files a lot.

 0.5.1 ("Heeeeelium")

Features! This release got some. And they even give you the long awaited
embedded Youtube support. At the cost of lots of API changes, but who cares?
- rewrite SwfdecLoader. Add SwfdecURL support structure in the process.
- implement AsBroadcaster actionscript object.
- implement Stage actionscript object. Movies can now do the scaling themselves.
- change the HTTP in swfdec-gtk from gnome-vfs to libsoup
- add an OSS backend for non-ALSA operating systems.
- various fixes to super and DefineFunction2 flags.

 0.5.0 ("Meet Plan Party!")

Here's the long overdue update. Lots of backend stuff was rewritten. The only
thing that is missing now is more features. Expect them in the next releases.
- New and more correct script interpreter engine. The engine is even exported
  for your coding pleasure.
- New instance placement handling algorithm. This one seems to produce much
  better correctness results than the old one.
- More ActionScript bytecodes are supported, in particular CloneSprite and
  RemoveSprite
- improve String reading in earlier Flash versions (Flash <=5 is Latin1, not
  UTF8)
- implement some more Actionscript functions (most important is probably
  createEmptyMovieClip ())
- lots of bugfixes

 0.4.5 ("Death of the Desktop")

This is strictly a bugfix release. Have fun.
- fix linking issues on Solaris/BSD.
- fix various crashers.

 0.4.4 ("Birthday Cards")

This is a stability release. The number of new supported Flash features
is limited.
- add initial support for some tags from Flash 8 (in particular
  DefineShape4 and PlaceObject3)
- audio and video can now be decoded with GStreamer
- add new API in the form of libswfdec-gtk for people that want to
  include Swfdec in their applications
- improve the JPEG decoding code (less crashy, more JPEGs decoded)
- throw zzuf (http://sam.zoy.org/zzuf/) at Swfdec and fix exposed
  issues
- various fixes that make writing bindings simpler
- lots of bugs fixed, including: 10551, 10629

 0.4.3 ("Your tube")

This release can play Youtube video. While this alone is enough for a
release, this was needed to make it possible:
- add lots of new features to the script interpreter, in particular
  support for inheritance and the Object.registerClass function.
- rework the streaming and implement the NetStream, NetConnection and
  XML script objects partially
- support passing variables to movies
- improvements to the JPEG decoder
- improvements to the debugging framework and the debugger
- support some more Flash 8 tags (in particular DefineFont3)

 0.4.2 ("Two completely different numbers")

The main change for this release is changing script execution from
compiling to SpiderMonkey bytecode to executiong it manually. This made
it far easier and a lot more stable to run scripts. Other changes:
- Implement color transformations on images.
- Support some more ActionScript codes.
- Added swfdec_loader_get_filename() function to exported API.
- Allow compiling tests and tools without ALSA support
- Lots of bugfixes.
- Lots of new tests and debugging tools.

 0.4.1 ("Dragostea din tei")

This release introduces video features. Quite a bit of internal
restructuring was necessary to achieve this. The API has been changed
from 0.4.0. Changes:
- swfdec_player_iterate has been replaced by swfdec_player_advance
- some functions (like swfdec_player_set_audio_advance) have been
  completely removed. The same effect can be achieved by using
  swfdec_player_advance.
- Add support for video playback. This does not include scripting
  video.
- Add native FLV support to swfdec.
- Fix the caching layer. So SWF files with lots of images no longer
  crash swfdec.
- Lots of bugfixes.

 0.4.0 ("festivally plump")

This is the result of 3 months of refactoring, testing stuff and
generally playing around with swfdec. I'll try to list the big
changes:
- rip out support for outdated libart
- rip out included glib
- rework the object system to have a lot more objects
- split objects into "live" (SwfdecMovie, SwfdfecAudio), "static"
  (SwfdecCharacter) and Javascript (JSObjects)
- compile Flash Actionscript codes into SpiderMonkey bytecode
- add testsuite
- reverse engineer script execution order
- reverse engineer seeking in sprite movies
- implement lots of other Actionscript functions
- documentation for public API
- removal of all plugins (the Mozilla plugin exists as a seperate
  package now)
- new small test application (not installed)
- slightly bigger script debugging application (not installed)

 0.3.6 ("5.11d")

This is less of a release and more of a "toss a bunch of code into
the air".  You're not going to like this release, really.  So don't
bother compiling it.  Don't even bother downloading it.  It really
just differently buggy than the last release.  Certain parts may
feel more solid, like the mozilla plugin, but the entire experience
will probably just be slower and less featureful.  I already know
there are problems, don't bother reporting them, since it will
simply remind me of how crappy this release is.  The only redeeming
factor of this release is that it doesn't crash.  Ever.  Well,
except for the bugs.  Backtraces and media files welcome.  You
could even use the handy new pop-up menu in the Mozilla plugin to
report a bug, except that I don't have the website backend running
yet.
2008-10-31 12:41:38 +00:00
wiz
371295376d Update to 2.24.2:
2.24.2:
* Fix parsing of M3U files
* Export missing symbol, fixes the Python bindings
2008-10-30 21:51:48 +00:00
wiz
7d39928320 Add patch-ab. 2008-10-30 21:21:54 +00:00
wiz
a6cf9b04de Update gst-plugins0.10-bad to 0.10.9:
This is GStreamer Bad Plug-ins 0.10.9, "Matters of Fact"

Changes since 0.10.8:

      * New CELT encoder and decoder
      * New TwoLAME encoder
      * New DCCP element
      * New AIFF parser element
      * New APEX sink element
      * deinterlace2 element improvements
      * New JACK audio src element
      * New winscreencap, winks and pcapparse plugins
      * x624enc fixes
      * Support for ATSC tuning and channels.conf parsing
      * RTP improvements
      * New scaletempo element
      * Add Fluendo MPEG-TS muxer
      * Add Fluendo MPEG-TS and MPEG-PS demuxers
      * New JPEG2000 element
      * New FLAC parser element
      * DVD playback improvements
      * Improved DirectShow decoding support
      * New Windows Audio Session audio src element
      * New FLV muxer element
      * Many other bug fixes and improvements

Bugs fixed since 0.10.8:

      * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
      * 550468 : [name conflict] New Fluendo mpeg demuxers
      * 545197 : jackaudiosrc
      * 555244 : Output-selector has unexpected event forwarding right aft...
      * 402593 : deinterleave gives corrupt output
      * 406673 : Need AIFF parser
      * 535527 : [real] Real video/audio stream fails to play
      * 537455 : ATSC: VSB / QAM Annex B support
      * 538500 : AIFF file doesn't play
      * 542390 : Implementation of DCCP Plugin for gstreamer
      * 542510 : [apexsink] Apple AirPort Express Wireless Sink
      * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
      * 546312 : Make the metadata writable before modifying it in rtpmanager
      * 549409 : gstrtpbin don't stop at the end of a stream
      * 549774 : audio / video synchronization glitch during rtsp playback
      * 550486 : [faac] Negotiation problem with mono audio for some sampl...
      * 550657 : New element jasperdec
      * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
      * 552536 : fix incomplete change to gstdvbsrc.c
      * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
      * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
      * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
      * 555912 : [apexsink] Missing from ext/Makefile.am
      * 555965 : Missing space after point mark
      * 555968 : Missing space after point mark
      * 555969 : Missing space after point mark
      * 556003 : [flvdemux] Regression in handling flow returns in pull-mode
      * 556274 : [aiffparse] Uses debugging methods before debugging is in...
      * 556338 : Failed to configure latency
      * 556428 : [mpegpsdemux] Creates invalid newsegment events
      * 556430 : [inputselector] Assumes there's always an otherpad
      * 556440 : [PATCH] crash on demuxing certain transport streams
      * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
      * 556564 : [flvmux] Copy & paste bugs resulting in invalid files
      * 556588 : [apexsink] should not have PRIMARY rank
      * 557080 : [mpegpsdemux] Regression with reverse-playback
      * 543480 : gstrtpbin fails to release lock while emitting signal
      * 556520 : jitterbuffer seqnum gap detection is wrong
      * 463941 : Plugin for screen capture on windows
      * 519935 : New plugin for video capture on Windows
      * 520899 : New plugin: pcapparse
      * 520901 : New plugin: wasapi (Windows Audio Session API)
2008-10-30 21:21:32 +00:00
wiz
e259f565e3 Bump BUILDLINK_API_DEPENDS.gstreamer0.10 to gstreamer0.10>=0.10.20.1,
per reed@
2008-10-30 19:55:17 +00:00
wiz
9797ce9dc6 Update to 0.10.11:
Changes since 0.10.10:

      * HDV capture support
      * Port flactag element to 0.10
      * Support FLAC in alternate bit-depths and more samplerates
      * Matroska muxing improvements
      * Support Google RTSP variant
      * Many other bug-fixes and improvements

Bugs fixed since 0.10.10:

      * 545433 : [wavparse] support tempo tag
      * 311586 : Matroska mux/demux don't support flac
      * 350830 : [raw1394] Add HDV support
      * 413841 : [flactag] needs porting to 0.10.x
      * 536067 : [matroska] Add support for real audio/video
      * 537361 : videomixer segment handler fail
      * 543101 : The udpsrc/udpsink/multiudpsink/dynudpsink elements may l...
      * 544956 : [videobox] segfault when changing properties at running p...
      * 545463 : autodetect plugin links to gconf, unnecessarily
      * 545710 : [rtspsrc] : create rtp/rtcp socket pair + same port for d...
      * 546465 : can't play m.youtube.com rtsp streams
      * 547075 : [speex] Encoder doesn't handle non-zero start timestamps ...
      * 547217 : Implement GstPropertyProbe interface on pulsesrc for dete...
      * 547227 : Implement GstPropertyProbe interface on pulsesink for det...
      * 547518 : pulsemixer probe fails after device property is set
      * 547519 : Add device-name property to pulsesrc
      * 548530 : wavenc allows audio depth of 25
      * 548831 : matroska demuxer setting incorrect timestamps
      * 549073 : buffer_alloc function from new basetransform sometimes fa...
      * 549090 : v4l2src has no property named norm but notifies it
      * 549551 : conversion of gst structure names to mime types in multip...
      * 549784 : Memory Corruption Probing v4l2src with Video4Linux1 device
      * 550015 : build failure: gstcmmlparser.c:115: error: format not a s...
      * 550791 : [flacenc] files are too big, mid-side-stereo=true should ...
      * 551048 : rtsp implementation sends PAUSE even when server doesn't ...
      * 551570 : plugin ximagesrc is memory leaking...
      * 551584 : Crash when modifying the videobox " top " and " left " live w...
      * 552213 : [qtdemux] map tiff fourcc to image/tiff caps
      * 553191 : udpsrc: bind() fails on OS X
      * 554771 : totem spins CPU 100% while allocating (infinitely) becaus...
      * 556010 : AVI muxer segfault
      * 556381 : [icydemux] test fails with latest core
      * 556424 : [avidemux] segmentation fault when creating indexes
      * 557085 : [videobox] support dynamically changing properties
      * 557610 : udpsrc fails to bind() on Mac OS X (IPv4 vs. IPv6 problem)
      * 547842 : Vorbis RTP RFC 5215 is out
      * 550288 : Sound not played - a quicktime file
2008-10-30 14:33:45 +00:00
ahoka
e8580b2d4b Remove duplicate elements from PLIST ruining -x11 builds. 2008-10-29 00:41:44 +00:00
obache
efd4c6c7c5 Update ruby-gnome2 to 0.18.1.
== Ruby-GNOME2 0.18.1: 2008-10-23

This release is bug fix release of 0.18.0.

=== Changes

Ruby/GTK2:
  * fix a bug that init function is deleted. [Kouhei Sutou]
2008-10-28 13:43:57 +00:00
wiz
4ff1cc4b52 Update totem* to 2.24.3. Make totem-nautilus use totem/Makefile.common.
2.24.3:
* Fix YouTube plugin for recent website changes
* Allow clicking on the seekbar to get to the selected position
* Fix some keys not being usable in the sidebar
* Fix possible hangs in the YouTube plugin
2008-10-28 10:56:04 +00:00
jnemeth
32af7da465 add missing gtk-doc dependency needed for gtkdoc-rebase utility 2008-10-24 07:17:46 +00:00
wiz
134c18d248 Reset PKGREVISION after update. 2008-10-20 07:46:52 +00:00
wiz
ddfb6e4da9 Update to 3.55:
3.55
	Take patch from gecko-mediaplayer to compile idl file at compile time
	Converted one gtk_ call to g_idle_ event may fix crash in thread on some systems
	Fix display issue when pulse audio is selected, and add pulse to options
	Apply patches from Bill Lear rael at zopyra com
	Fixed flag problem in killmplayer, now allows open,src and others to work correctly
	Add back in "Plug-in" to QT description
	Change "QuickTime Plug-in 6.0 /7" to "QuickTime 7.4.5"
	Change "Windows Media Player Plugin" to "Windows Media Player Plug-in"
	Add tvdevice to setup options
	Add in make dist support, and autogenerating spec files (way over due on these)
 	Change url max length from 1024 to 4096 (some sites still do not work, investigating)
	Disable non-blocking mode when we get the mmst packet length
	If loop = 0 from site change it to -1
	Don't fail out of the read loop if we get a 'No stream found' message

From Sergey Svishchev in PR 37140.
2008-10-20 07:45:57 +00:00
wiz
1f47c55f9b Add a patch for better VCD support from Sergey Svishchev.
Fixes PR 20549.
2008-10-20 07:40:00 +00:00
ahoka
3d23e89009 Fix a bug when configure is looking for glx when option -x11 set. 2008-10-19 22:05:54 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
drochner
abfbb34cc1 add --disable-browser-plugins as in the base pkg 2008-10-16 18:12:06 +00:00
drochner
2bb8cbc8c8 update to 2.24.0.1
This switches to the gnome-2.24 release branch.
2008-10-16 17:36:38 +00:00
drochner
9060a542fd update to 0.10.13
changes:
Updated for GStreamer 0.10.21 API
New examples
Fix double import issues on OS/X
Bug fixes
2008-10-16 17:33:37 +00:00
drochner
cc5c1a6e05 update to 2.24.2
This switches to the gnome-2.24 release branch.
also pull in Python, enables the youtube plugin
2008-10-16 17:26:07 +00:00
drochner
85bdd6fcdb update to 2.24.1
This switches to the gnome-2.24 release branch.
2008-10-16 17:22:57 +00:00
drochner
7ec2b3e402 update to 0.10.21
changes:
Continue playbin2 development
Ogg improvements - CELT support, skeleton fixes
DVD subpicture support
Improved audio dithering random number generator
xvimagesink/ximagesink fixes
Vorbis encoding and decoding fixes
Recognise Kate subtitle streams
Many bug-fixes and enhancements
2008-10-16 16:22:49 +00:00
drochner
9af5770c84 update to 0.10.21
changes:
Basetransform rework
Basesink synchronisation extensions
New documentation
Many bug fixes, enhancements and optimisations
2008-10-16 16:20:38 +00:00
obache
c2cd070386 real plugin is only works on x86 platforms.
Fixes PR 39690.
2008-10-15 12:18:37 +00:00
ahoka
5c4afac608 Update to version 0.9.4, plus a lot of PLIST adjustments
Official changelog:

Changes between 0.9.3 and 0.9.4:
------------------------------------
Various bugfixes:
 * Crashes fixed in ogg, vobsub, dvdread
 * Fixes several memory leaks.

Mac OS X port:
 * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
 * Fixed a crash with deletion of old preferences.
 * Fixed targetname for downloaded updates

Windows port:
 * Stability fix for the video output.


Changes between 0.9.2 and 0.9.3:
------------------------------------

Various bugfixes:
 * Fixed DTS channel order on 5.1 systems
 * Fixed pausing behavior for subtitles and for Audio-CD
 * Multiple subtitles and podcast fixes
 * Various crashes fixed in PS, SSA, mkv, xspf, freetype
 * Fixed update system bugs
 * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...)

Mac OS X port:
 * Fixed ffmpeg slowness on PowerPC-based Macs
 * Fixed crash on startup when installed on old preferences
 * Fixed bug in directory opening on Mac OS X
 * Fixed font selection in the Simple Preferences
 * Thicker border to the subtitle renderer
 * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
 * Fixed AC3 passthrough on Mac OS X
 * Fixed behavior of the Volume Normalizer settings on Mac OS X
 * Removed the deprecated QuickDraw video output module to avoid crashes on
   modern Mac OS X versions

Windows port:
 * Fixed sensitivity of Fullscreen Controller
 * Fixed error messages on startup when VLC wasn't correctly uninstalled
   before installation
 * Fix showing of controller when returning from fullscreen playback
 * Multiple directory and path location fixes.

Qt4 interface:
 * Added Faster/Slower icons to the controller panel
 * Fixed lost playlist columns when switching the playlist view
 * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
 * Fullscreen controller: added time label, remembering of last position
 * Fixed drag'n drop behaviour on the playlist
 * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
2008-10-13 18:42:12 +00:00
wiz
8ff5bfd0bd Update to 1.0rc1:
libtheora 1.0rc1

 - Merge x86 assembly for forward DCT from Thusnelda branch.
 - Update 32 bit MMX with loop filter fix.
 - Check for an uninitialized state before dereferencing in propagating
   decode calls.
 - Remove all TH_DEBUG statements.
 - Rename the bitpacker source files imported from libogg to avoid
   confusing simple build systems using both libraries.
 - Add VS2008 project files.
 - Add explicit casts as a work-around for Solaris's cc ignoring the
   signedness of bitfield types.
 - Set quantization parameters to default values when an empty buffer is
   passed with TH_ENCCTL_SET_QUANT_PARAMS.
 - Split encoder and decoder tests depending on configure settings.
 - Return lstylex.sty to the distribution.
 - Disable inline assembly on gcc versions prior to 3.1.
 - Remove extern references for OC_*_QUANT_MIN.
 - Make various data tables static const so they can be read-only.
 - cpuid assembly fix for MSVC.
 - Remove ENCCTL codes from the old encoder API.
 - Implement TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE ctl.
2008-10-09 19:46:55 +00:00
ahoka
b7e9b0d174 Fix the PLIST on Dragonfly, and possibly other systems. 2008-10-02 17:49:00 +00:00
joerg
92624a0f9a Fix build on AMD64. Mark as DESTDIR safe. 2008-10-02 13:52:02 +00:00
tron
ae280acc04 Apply patch from MPlayer subversion repository to fix CVE-2008-3827.
Bump package revisions of "mplayer", "gmplayer" and "mencoder" packages.
2008-10-02 12:32:41 +00:00
ahoka
1ba4647814 Update to 0.9.2, the first real 0.9.x release of VLC.
Only minor bugfixes, no detailed list in the changelog.

Add gnome option for gnome-vfs, not enabled by default.
Add support for V4L2. This is only enabled for Linux now.
Build needs to be fixed for NetBSD and tested for others.
2008-09-27 22:33:20 +00:00
joerg
0665aa2efa Switch to x11/wxGTK26{,-contrib}. 2008-09-22 20:21:03 +00:00