Commit graph

3516 commits

Author SHA1 Message Date
wiz
9857186f24 Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
e05e426ab4 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
61dc4ab4d2 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
wiz
8f8eab60e1 Update to 1.3.1:
Version 1.3.1 (2013 May 12)

* Guard against very large packets.
* Respect the configure --docdir override.
* Documentation fixes.
* More Windows build fixes.
2013-05-26 17:57:13 +00:00
wiz
4a9dde35ee Fix configure patch. This now builds again for me. The xvidcore
error disappeared on its own. Weird.
2013-05-26 12:55:44 +00:00
wiz
7beb3ce74b Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
joerg
76cb00ab35 Use bool conversion operator to check for defined. More compatible
version of the original nullptr fix.
2013-05-23 15:06:48 +00:00
markd
01fee8eef8 Update to KDE SC 4.10.3
bugfixes.
2013-05-21 12:49:28 +00:00
markd
8480c6a320 Add phonon-backend-vlc 2013-05-21 12:24:48 +00:00
markd
d72764950c Add phonon-backend-vlc version 0.6.2
VLC backend for phonon.
2013-05-21 12:23:46 +00:00
markd
c6eebca9e8 Add buildlink3.mk 2013-05-21 12:19:02 +00:00
markd
e936455b4c Update to 4.6.3
changes unknown.
2013-05-21 12:16:41 +00:00
markd
33514dda3b Update to 4.6.0
Add pulseaudio option

This release contains numerous improvements across the board since 4.5.1:

    QZeitgeist 0.8 is supported
    Various buildsystem fixes, allowing other packages to find phonon easier
    Fewer KDE dependencies
    Many improvements to PulseAudio integration
    Remove runtime backend switching
    Copious quantities of vanilla frosting
    Stability improvements
    LGPL relicensing
    Misc fixes to Zeitgeist integration
    Extra cinamon spice
2013-05-21 12:13:14 +00:00
markd
33cae32008 Backout nullptr patches - g++ doesn't have support until 4.6. 2013-05-21 12:06:58 +00:00
jperkin
5deb8bd574 Avoid -Werror=return-type failure. 2013-05-17 21:50:34 +00:00
obache
61d5d21776 Update adobe-flash-plugin11 to 11.2.202.285 for APSB13-14. 2013-05-16 05:17:17 +00:00
obache
db5db82bfa Update adobe-flash-plugin10.1 to 10.3.183.86 for APSB13-14. 2013-05-16 05:15:54 +00:00
rodent
2bb8d30091 Take maintainership (unless someone else wants it). 2013-05-15 00:47:01 +00:00
rodent
ba56aa3415 +libkate 2013-05-15 00:42:52 +00:00
rodent
0ae3414c63 Import libkate-0.4.1 as multimedia/libkate.
Kate is an overlay codec, originally designed for karaoke and text, that can be
multiplixed in Ogg. Text and images can be carried by a Kate stream, and
animated. Most of the time, this would be multiplexed with audio/video to carry
subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to
be.

Series of curves (splines, segments, etc) may be attached to various properties
(text position, font size, etc) to create animated overlays. This allows
scrolling or fading text to be defined. This can even be used to draw arbitrary
shapes, so hand drawing can also be represented by a Kate stream.
2013-05-15 00:41:42 +00:00
adam
6e78eec662 1.2.1 was released on 2013-05-10. It is the latest stable FFmpeg release from the 1.2 release branch, which was cut from master on 2013-03-07. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-03-07, libav 9 as of 2013-03-07. 2013-05-13 14:42:32 +00:00
obache
95626ed0aa missing include of key feature file. 2013-05-12 03:04:26 +00:00
obache
d4c3cf95d1 collect variables before using it. 2013-05-12 02:50:29 +00:00
joerg
71773d1902 Rename "locale_t" to not conflict with locale.h. 2013-05-11 21:38:22 +00:00
riastradh
f0bf4d196d Make gconf an option (default enabled) for gst-plugins0.10-good. 2013-05-11 19:17:49 +00:00
adam
81b4a4446b Added dvdcss as an option. 2013-05-10 07:13:59 +00:00
riastradh
a5167c4737 First stab at cross-compiling ffmpeg.
Won't work on arm yet because we need to specify the arm cpu flavour.
2013-05-10 06:13:30 +00:00
riastradh
f397a26de0 Fix cross-build of x264-devel by passing --host to configure. 2013-05-10 05:39:20 +00:00
adam
2459ac824e Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
rodent
691271d8e8 +liboggz 2013-05-09 00:41:09 +00:00
rodent
c427951c98 Import liboggz-1.1.1 as multimedia/liboggz.
Oggz comprises liboggz and the tool oggz, which provides commands to inspect,
edit and validate Ogg files. The oggz-chop tool can also be used to serve time
ranges of Ogg media over HTTP by any web server that supports CGI.

liboggz is a C library for reading and writing Ogg files and streams. It offers
various improvements over the reference libogg, including support for seeking,
validation and timestamp interpretation.
2013-05-09 00:40:12 +00:00
obache
60191d072d Update ruby-gnome2 to 2.0.0.
GObject Introspection based bindings on Windows support release!

=== Changes

==== NEWS

  * Fixes
    * Fixed a typo. [Reported by Masafumi Yokoyama]
    * FIxed a typo. [Reported by Toyo Abe]

==== Ruby/GLib2

  * Improvements
    * Moved lib/gnome2-*.rb files to lib/gnome2/ directory.
    * Supported GLib 2.34. [Reported by OBATA Akio]

==== Ruby/GdkPixbuf2

  * Fixes
    * [windows] Fixed PNG can't be handled problem.
      [ruby-gnoem2-devel-ja] [Reported by Masafumi Yokoyama]

==== Ruby/GDK3

  * Improvements
    * [windows] Removed needless Greybird theme.
      [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede]
    * Added Gdk::Window#create_cairo_context
      [ruby-gnome2-devel-en] [Reported by Detlef Reichl]

==== Ruby/GTK3

  * Improvements
    * Updated samples.
      [GitHub #140][GitHub #141][GitHub #144]
      [Patch by Simon Arnaud]
      [GitHub #142][GitHub #143][GitHub #145][GitHub #146][GitHub #148]
      [Patch by Detlef Reichl]

==== Ruby/GObjectIntrospection

  * Improvements
    * [windows] Supported!

==== Ruby/GStreamer

  * Improvements
    * Supported GStreamer 1.0!
    * Migrated to GObject Introspection bindings!
    * Dropped GStreamer 0.10 support.

==== Ruby/Clutter

  * Improvements
    * [windows] Supported!

==== Ruby/ClutterGTK

  * Improvements
    * [windows] Supported!
2013-05-08 12:47:05 +00:00
joerg
0f51c54673 Use nullptr, 0 is ambigious. Prefer C++11 interfaces over tr1. 2013-05-06 14:54:57 +00:00
obache
9b62b829e6 apply same patch as gst-plugin0.10-base to fix build on i386 without SSE/SSE2
support.
2013-05-06 06:08:43 +00:00
drochner
24b7b1913b update to 1.0.7
changes: bugfixes
2013-05-03 15:58:35 +00:00
joerg
99449482fa Fix various case of missing includes due to libstdc++'s namespace
pollution.
2013-04-30 22:34:29 +00:00
cheusov
9cc68b2454 Use MASTER_SITE_BACKUP because tarball downloaded from original site changes from time to time 2013-04-30 21:49:25 +00:00
prlw1
416655ffb0 Hack to fix vlc build since locale changes 2013-04-30 09:23:09 +00:00
prlw1
69b27190d3 Revert previous 2013-04-30 08:42:21 +00:00
prlw1
64539b1287 Fix vlc build to cope with locale changes. 2013-04-29 22:53:56 +00:00
markd
6c1e65ecfb Don't let configure find doxygen as --disable-apidoc no longer works. 2013-04-28 01:50:57 +00:00
joerg
f463be8de8 One more warning to ignore for Clang. 2013-04-27 23:06:18 +00:00
sbd
ce671a5c01 Add PLIST.Linux
Bump PKGREVISION
2013-04-24 04:43:44 +00:00
wiz
12d07a791b Add comment to patch-src_descriptors_dr__7c.c (accepted upstream).
Add portability fix for example from upstream, instead of not building it
(thanks, Jean-Paul Saman <jpsaman@videolan.org>).

No change to binary package, so no PKGREVISION bump.
2013-04-23 13:22:22 +00:00
wiz
61a0fac26e Update to 1.1.0. Bump ABI depends due to shlib major bump; but no packages use
this version yet.

Changes between 1.0.0 and 1.1.0:
--------------------------------

 * Remove deprecated APIs and bump library version.
 * Corrected use of dvbpsi_ValidPSISection() to not use b_syntax_indicator as check,
   the function tries to always check the CRC32 of the given PSI section. Take care
   to only use the function for PSI sections that have a CRC32 field. Use the function
   dvbpsi_has_CRC32() for this purpose.
 * Remove workaround for checking CRC32 in TOT PSI table.
 * Add function dvbpsi_CalculateCRC32() to calculate a CRC32 on the payload.
 * Fix offset for description parsing in tables;
   - CAT
   - BAT
   - TOT
   - NIT
 * New descriptor:
   - 0x54 content descriptor
 * EIT: add NVOD event detection.
2013-04-23 09:02:26 +00:00
marino
d5ff76de49 multimedia/ns-flash: PR#47053: remove from pkgsrc
The distfile has not been available for likely more than one year, and it
is RESTRICTED.  The PR pkg/47053 started the clock in Oct 2012, and more
than a full quarter branch has passed.

Removing from pkgsrc per guide section 19.1.5.
2013-04-22 09:28:15 +00:00
joerg
e5d69347ae Restore file extension. 2013-04-21 15:31:23 +00:00
drochner
afa32f0b14 update to 0.15.2
changes:
-adapt to gstreamer plugin changes
-translation updates
2013-04-17 18:08:42 +00:00
drochner
0947ffb646 update to 2.4.3
changes:
-bugfixes
-translation updates
-feature additions: new menu templates, possibility to set subtitle
 opacity, support of auto execute buttons, ...
-UI improvements
-added check if video fit on DVD without re-encoding
2013-04-17 17:36:19 +00:00