Commit graph

193968 commits

Author SHA1 Message Date
taca
d0892321a8 Update contao30 to 3.0.1 (Contao 3.0.1.).
Also added Slovak language files.

Version 3.0.1 (2012-11-29)
--------------------------

### Fixed
Exclude the undo module from the list of allowable back end modules (see #5056).

### Fixed
`Validator::isAlias()` did not support Unicode characters (see #5033).

### Fixed
Group the search results by their parent IDs when searching the extended tree
view, e.g. the article tree (see #5051).

### Fixed
Correctly generate the debug bar markup on XHTML pages (see #5031).

### Fixed
Handle radial gradients when importing style sheets (see #4640).

### Fixed
More abstract and effective algorithm to determin the number of files in the
"purge data" maintenance module (see #5028).

### Fixed
Fixed two wrong class paths (see #5027).

### Fixed
Correctly add event images to the templates (see #5002).

### Changed
Replaced the automatic copyright notice with a meta generator tag.

### Fixed
Do not strip tags from passwords (see #4977).

### Fixed
Correctly show the number of returned rows in the debug bar (see #4981).

### Fixed
Correctly add the RSS feed base URLs (see #4994).

### Fixed
Fixed an issue in the mediaelement.js MooTools adapter (see #4917).

### Fixed
Correctly assing the classes "first" and "last" in the (mini) calendar if the
week does not start on Sunday (see #4970).

### Fixed
Correctly handle URL parameters appended to the empty domain (see #4972).
2012-11-30 03:39:24 +00:00
taca
7976eef0a6 Update contao211 to 2.11.7 (Contao 2.11.7, LTS release).
Version 2.11.7 (2012-11-29)
---------------------------

### Fixed
Only execute runonce files after the DB tables have been created (see #5061).

### Fixed
Add an empty option in the TimePeriod widget if there are none (see #5067).

### Fixed
Handle auto_items in the `Frontend::addToUrl()` method (see #5037).

### Fixed
Do not use `specialchars()` in the "page" insert tag (see #4687).

### Fixed
Set the return path when sending e-mails (see #5004).

### Fixed
Handle border color names when importing style sheets (see #5034).

### Fixed
Prevent the "Illegal string offset" error in back end widgets (see #4979).

### Fixed
Handle dependencies when updating extensions (see #3804).

### Fixed
Switched all comments of the example website to "moderated" (see #4995).

### Fixed
Replaced the automatic copyright notice with a meta generator tag.

### Fixed
Remove HTML tags when overriding the page title (see #4955).

### Fixed
Decode entities in meta tags like "description" (see #4949).

### Fixed
Remove newsletter subscriptions when a member closes his account (see #4943).

### Fixed
Prevent deleting referenced content elements using "edit multiple" (see #4898).

### Updated
Updated SwiftMailer to version 4.2.1 (see #4935).

### Fixed
Set the file permissions depending on the server's umask setting (see #4941).

### Fixed
Correctly handle external image URLs in the image element (see #4923).

### Fixed
Fixed the too eager IP address anonymization (see #4924).

### Fixed
Fixed the automatic page alias generator (see #4880).
2012-11-30 03:37:25 +00:00
taca
b19a896ada Start update of contao211 and contao30. 2012-11-30 03:36:44 +00:00
jperkin
27a3828be7 USE_TOOLS += yacc, for Solaris. 2012-11-29 22:06:41 +00:00
jperkin
2e3ecde3fd Remove libboost_locale from the generic PLIST, again. They are accounted
for in the OPSYS-specific files.

Fixes package on Solaris, and possibly others.
2012-11-29 21:50:24 +00:00
jperkin
d0e5430765 Add -lm on Solaris. 2012-11-29 21:47:04 +00:00
drochner
733c889cdf make the "debug" option work 2012-11-29 17:27:17 +00:00
ryoon
bf816f5c81 Updated net/youtube-dl to 20121129 2012-11-29 14:30:00 +00:00
ryoon
87bcbbf1d4 Update to 20121129
* no Changelog available
2012-11-29 14:28:56 +00:00
wen
858de18607 Updated devel/p5-File-Util to 3.32 2012-11-29 14:22:43 +00:00
wen
3136bf3eda Update to 3.32
Upstream changes:
3.32
      Wed Nov 28 21:42:59 CST 2012
      Emergency break fix for abs paths on *nix

   3.31
      Tue Nov 20 16:33:10 CST 2012
      Adds new method: File::Util::atomize() which explodes a fully-qualified
      filename into it's root, path, and filename... which was necessary
      to squish the long-standing bug in fully-qualified file names on
      MS Windows... Also, the '--rpattern=^pat$' flag should works recursively
      for you in File::Util::list_dir(), in order to provide you with patterns
      that are applied at every level in your file tree, while preserving the
      current behavior of the '--pattern=^pat$' flag, which is not applied
      recursively.  Another bug bites the dust.

      Fixes CPAN RT# 46368 and 64775, respectively

      Lots of code cleanup, and more documentation forthcoming in next release
      will be here very soon, primarily to document the small additions here
      and also to clean up the documentation itslef (particularly the code
      examples which need style-fixes).  This is a stable release.

   3.30_003
      Thu, Nov 15, 2012  5:59:38 PM
      Development release.  BETA.  Do not use for production!  This release
      introduces new code optimizations and extensive cleanup.  The previously
      required module Class::OOorNO has been removed from the prerequisites
      and any methods that it exported are no longer available for import to
      your namespace(s).  This shouldn't be a problem though, because that
      module was almost never used at all, and no one ever even knew you
      could get its methods from File::Util anyway.  Onward and upward, we're
      inching slowly but surely toward 3.31 final.

      There's been a lot of code refactoring and regex optimization.  A lot
      of planning and work will be going into 3.30, and this is the first
      release candidate.

   3.30_001
      Mon Nov 12 18:00:16 CST 2012
      Development release.  BETA.  Do not use for production!  This release
      attempts to fix MS Windows-related problems, and introduces bugfixes
      for CPAN RT# 46368 and 67399.  As a result, the test suite has been
      slightly improved (and will continue to improve).

      There's been a lot of code refactoring and regex optimization.  A lot
      of planning and work will be going into 3.30, and this is the first
      release candidate.

   2.29
      Wed Oct 17 09:38:36 CDT 2012
      Fixed bug where list_dir() did not continue to recurse if it encountered
      an error while running with the --fatals-as-warning flag.  If running
      in default mode, it is normal behavior for File::Util to abort execution
      on error, but when running with --fatals-as-warning flag, such errors
      should not have caused recursion to fail.  (CPAN RT# 52319)

      Changed the brackets surrounding error messages to "<<" and ">>" so that
      the glyphs display in most terminals.

      Modified/updated documentation and test suite to accomodate these new
      changes.

   2.28
      Sat Sep 29 17:38:47 CDT 2012
      Adding a patch to fix breakage under Perl 5.17 (CPAN RT#31013)

      Fix spelling error in documentation and code comments (CPAN RT# #64854)
2012-11-29 14:21:32 +00:00
ryoon
8381aee2b9 Updated devel/cppcheck to 1.57 2012-11-29 13:53:26 +00:00
ryoon
ba7896708e Update to 1.57
* Drop cmake support (upstream does not cmake anymore)
* To build GUI, qmake is needed

Changelog:
* Bug fixes
* Many improvements
* Improve translations
2012-11-29 13:52:51 +00:00
marino
b29309b0ee lang/clang: Improve DragonFly support
1) Don't pass both gcc 4.4 and gcc 4.7 paths to the driver.  Detect
   if gcc47 is available and use those paths, otherwise fall back to
   gcc44.
2) Add support for exception handling
3) Add rdynamic support
4) Add gnu-hash style support
5) Fix (!!) crtstuff (This was obsolete, include PIE support)
6) Remove rpath-link
7) Remove unneeded duplicate libgcc handling
8) Make libgcc handling match gcc specs (different for gcc 4.4 and 4.7)
9) Update dragonfly driver test
2012-11-29 11:42:24 +00:00
drochner
f2c5f61652 don't display the URL when fetching calendars, it could contain
credentials (CVE-2012-5527), patch from upstream
bump PKGREV
2012-11-29 11:01:15 +00:00
ryoon
0d2bcc8bc2 Add "used by audio/gst-plugins1-jack/Makefile" 2012-11-29 10:06:04 +00:00
ryoon
142fd228ff Add boilarplate.
Thank you, wiz@.
2012-11-29 09:54:51 +00:00
ryoon
36f4cdc9bf This package is "bad".
Thank you, wiz@.
2012-11-29 09:48:56 +00:00
ryoon
880a34d133 Add gstreamer1-1.0.3 packages. 2012-11-29 09:41:50 +00:00
ryoon
94286fcae6 Add gstreamer1 packages. 2012-11-29 09:40:41 +00:00
wiz
5ffbc8790d + cfengine-3.4.0, spectrwm-2.1.1 [was scrotwm], wireshark-1.8.4. 2012-11-29 09:40:04 +00:00
ryoon
a8c9ee6d2a Import gst-plugins1-jack-1.0.3 as audio/gst-plugins1-jack.
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
an audio sink for the JACK Audio Connection Kit.
2012-11-29 09:37:21 +00:00
ryoon
b3295c433d Import gst-libav-1.0.3 as multimedia/gst-plugins1-libav.
This module contains a GStreamer plugin for FFmpeg.
2012-11-29 09:27:37 +00:00
ryoon
1dc39ee08b Import gst-plugins1-x264-1.0.3 as multimedia/gst-plugins1-x264.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the x264 plugin for GStreamer, making it able to
encode videos using the H.264 video codec.
2012-11-29 09:23:21 +00:00
ryoon
c19233ec15 Import gst-plugins1-mpeg2dec-1.0.3 as multimedia/gst-plugins1-mpeg2dec.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the mpeg2dec plugin for GStreamer, an MPEG 1 and MPEG 2
video decoder.
2012-11-29 09:22:15 +00:00
ryoon
a3b61a3696 Import gst-plugins1-dvdread-1.0.3 as multimedia/gst-plugins1-dvdread.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the dvdread plugin for GStreamer, which allows reading
of DVD disks.  You'll probably want to install the dvdnav plugin (from the
gst-plugins0.10-dvdnav package), too.
2012-11-29 09:21:18 +00:00
ryoon
61e878dfc8 Import gst-plugins1-twolame-1.0.3 as audio/gst-plugins1-twolame.
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 'ugly' plugins for GStreamer.  It provides the
twolame plugin, which allows MP2 encoding.
2012-11-29 09:20:07 +00:00
ryoon
8f4778c487 Import gst-plugins1-sid-1.0.3 as audio/gst-plugins1-sid.
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 'ugly' plugins for GStreamer.  It provides the
sid plugin, which allows playback of Commodore sid sounds.
2012-11-29 09:18:57 +00:00
ryoon
4f126ebf46 Import gst-plugins1-mad-1.0.3 as audio/gst-plugins1-mad.
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 'ugly' plugins for GStreamer.  It provides the
mad plugin, which allows playback of MPEG Layer 3 audio files.
2012-11-29 09:17:39 +00:00
ryoon
36271848c3 Import gst-plugins1-lame-1.0.3 as audio/gst-plugins1-lame.
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 'ugly' plugins for GStreamer.  It provides the
lame plugin, which allows MP3 encoding.
2012-11-29 09:16:52 +00:00
ryoon
027b758c0b Import gst-plugins1-a52-1.0.3 as audio/gst-plugins1-a52.
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 'ugly' plugins for GStreamer.  It provides the
a52dec plugin, which allows playback of A/52 audio streams.
2012-11-29 09:16:06 +00:00
ryoon
9225d823eb Import gst-plugins1-resindvd-1.0.3 as multimedia/gst-plugins1-resindvd.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the resindvd plugin for GStreamer, which allows playback
of DVD disks.
2012-11-29 09:14:22 +00:00
ryoon
9e97757af6 Import gst-plugins1-spc-1.0.3 as audio/gst-plugins1-spc.
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 'bad' plugins for GStreamer.  It provides the
spcdec plugin, which allows playback of SNES SPC audio files.
2012-11-29 09:09:06 +00:00
ryoon
798933f832 Import gst-plugins1-rtmp-1.0.3 as net/gst-plugins1-rtmp.
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 'bad' plugins for GStreamer.  It provides a
plugin for "rtmp".
2012-11-29 09:08:05 +00:00
ryoon
8d2ea6a7fb Import gst-plugins1-mms-1.0.3 as net/gst-plugins1-mms.
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 'bad' plugins for GStreamer.  It provides the
mms plugin, for Microsoft Multi Media Server streaming protocol support.
2012-11-29 09:07:20 +00:00
ryoon
f2aaca5e9f Import gst-plugins1-faad-1.0.3 as audio/gst-plugins1-faad.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the faad plugin for GStreamer, the ISO AAC
audio codec decoder.
2012-11-29 09:06:28 +00:00
ryoon
fb702f1995 Import gst-plugins1-faac-1.0.3 as audio/gst-plugins1-faac.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the faac plugin for GStreamer, the ISO AAC
audio codec encoder.
2012-11-29 09:05:39 +00:00
ryoon
dfb9cc0fbc Import gst-plugins1-dts-1.0.3 as audio/gst-plugins1-dts.
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 'bad' plugins for GStreamer.  It provides the
dtsdec plugin, which allows playback of DTS audio streams.
2012-11-29 09:04:12 +00:00
ryoon
00868b1e6b Import gst-plugins1-wavpack-1.0.3 as audio/gst-plugins1-wavpack.
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 'bad' plugins for GStreamer.  It provides the
wavpack plugin, which allows playback of wavpack audio streams.
2012-11-29 09:02:15 +00:00
ryoon
9b4a45f4b3 Import gst-plugins1-vpx-1.0.3 as multimedia/gst-plugins1-vpx.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the vpx plugin for GStreamer, making it able to
reproduce videos encoded using the vpx (webm) video codec.
2012-11-29 08:45:34 +00:00
ryoon
f1ee632fb2 Import gst-plugins1-speex-1.0.3 as audio/gst-plugins1-speex.
The Speex project aims to build an open-source, patent-free voice
codec.  Unlike other codecs like MP3 and Ogg Vorbis, Speex is
specially designed for compressing voice at low bitrates in the
8-32 kbps/channel range.  Possible applications include Voice over
IP (VoIP), internet audio streaming, archiving of speech data (e.g.
voice mail), and audio books.  In some sense, it is meant to be
complementary to the Ogg Vorbis codec.
2012-11-29 08:44:29 +00:00
ryoon
50a6e6ef61 Import gst-plugins1-pulse-1.0.3 as audio/gst-plugins1-pulse.
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 the
pulseaudio plugin for GStreamer, which allows playback and recording of
sound through the Pulseaudio sound daemon.
2012-11-29 08:43:27 +00:00
ryoon
a7747365ba Import gst-plugins1-oss-1.0.3 as audio/gst-plugins1-oss.
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 the
oss plugin, which allows playback and recording of sound through the Open
Sound System audio libraries.
2012-11-29 08:42:38 +00:00
ryoon
110d46bc93 Import gst-plugins1-png-1.0.3 as graphics/gst-plugins1-png.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the png plugin for GStreamer, which allows encoding and
decoding of PNG images.
2012-11-29 08:41:38 +00:00
ryoon
3168c8effc Import gst-plugins1-jpeg-1.0.3 as graphics/gst-plugins1-jpeg.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the jpeg plugin for GStreamer, which allows encoding and
decoding of jpeg images.
2012-11-29 08:40:23 +00:00
ryoon
2d9e6b2edc Import gst-plugins1-flac-1.0.3 as audio/gst-plugins1-flac.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the flac plugin for GStreamer, a lossless audio codec.
2012-11-29 08:39:28 +00:00
ryoon
ec73a92f9d Import gst-plugins1-x11-1.0.3 as x11/gst-plugins1-x11.
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 'base' plugins for GStreamer.  It provides a
set of plugins to access the X Window System.
2012-11-29 08:38:20 +00:00
ryoon
5aaecee693 Import gst-plugins1-vorbis-1.0.3 as audio/gst-plugins1-vorbis.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the vorbis plugin for GStreamer, the OGG's free audio
codec.
2012-11-29 08:37:00 +00:00
ryoon
ac28961e3f Import gst-plugins1-theora-1.0.3 as multimedia/gst-plugins1-theora.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the theora plugin for GStreamer, the OGG's free video
codec.
2012-11-29 08:35:56 +00:00
ryoon
fff5c4e028 Import gst-plugins1-pango-1.0.3 as devel/gst-plugins1-pango.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the pango plugin for GStreamer, a text renderer.
2012-11-29 08:34:51 +00:00