Commit graph

829 commits

Author SHA1 Message Date
wiz
362be97679 Convert to options framework. 2005-06-01 20:13:08 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
jmmv
cbe4100202 Convert the mplayer* and mencoder* packages to the options framework.
This means that the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION,
MPLAYER_DISABLE_DRIVERS and MPLAYER_USE_MEDIALIB become deprecated
(although still recognized).

Visible changes in the resulting binary packages should be minimum by
default (everything that was enabled before still is, and the same
dependencies are kept).  A notable addition, though, is the support for
user-defined menus, closing PR pkg/29784.

Also note that (almost) all dependencies have now a corresponding option
to disable them in case you want to get a minimalist mplayer package.
'make show-options' is your friend ;)

With thanks to wiz@ and dillo@ for their comments and help.
2005-06-01 18:45:45 +00:00
wiz
b88e551f4e Convert to options framework. 2005-06-01 18:37:27 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
wiz
926075cea7 fxtv only supports Xaw3d anyway, so just include Xaw3d's bl3.mk
file instead of using the general Xaw framework.
While here, s/echo/${ECHO}/

Ok'd by maintainer tron@
2005-06-01 16:41:26 +00:00
markd
20c42f20aa Switch USE_OSS to options framework. 2005-06-01 14:51:56 +00:00
kristerw
4692028288 Fix two C99 constructs to make this pkg build with gcc 2.95. 2005-05-31 21:33:11 +00:00
jmmv
de23c20e9b Apply a set of fixes to improve support of other OSes (specially DragonFly).
All these changes are already in mplayer's repository.
Patches provided by Joerg Sonnenberger in private mail.
2005-05-31 19:15:11 +00:00
markd
6bb66bf684 Update to KDE 3.4.1
Changes:
* akodelib: Avoid endless loops when paused in JuK
* akode_plugins: Fix crash when playing musepack(MPC) files on AMD64
* akode_plugins: Fix some cases where streaming of Ogg Vorbis failed
* JuK: Selecting the undo command now undoes only the last change again
2005-05-31 14:38:05 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
salo
c26e9236cf Update to version 0.7.7
Changes include fixes to the build system for MacOS X, slightly improved
handling of the maximum size to read and other small fixes.
2005-05-30 16:31:40 +00:00
wiz
fb2e34612e Recognize 0xf706d as faad codec. Needed e.g. for 21c3 videos.
Bump PKGREVISION.
2005-05-30 12:44:09 +00:00
wiz
d2f75a062f regen with updated line numbers 2005-05-30 12:43:30 +00:00
reed
0d86a19d1c Update to avidemux-2.0.40
Numerous releases and fixes since 2.0.18. Most recent changes include:

* miniocr fix : Fix error on decoding some subs.
* xvideco fix : Fix compilation issue.
* ffv1rec fix : Fix compilation issue.
* SSE2 display fix : SSE2 cpu flag display.
* Mplayer resize fix : Caused crash in some case.

* [Filter] Ported Asharp by MarcFD .
* [Filter] Mplayer Eq2 is now completly ported.
* [Cli ] New cli command --rebuild-index.
* [Video ] Accelerated playback selectable in misc/pref.
* [Audio ] Fixed mp3 decoding on low frequency mpeg.
* [Audio ] More tolerant with mpeg audio match codec (it created async in some rare cases).
* [Codec ] Fixed save as huffyuv.
* [Codec ] Fixed save jpeg.
* [Export] Fixed race in mpeg ps export (thanks to T. Rupp).
* [Import] Support mov file starting by skip atom.

See website news for more changes.

I never tested the USE_MMX. And the webpage says the --disable-mmx
has been removed and all x86 stuff is now probed at run time, so
maybe get rid of USE_MMX support for this?

Require gcc 3.0. On NetBSD 1.6.2_STABLE with older gcc received
cc1: Invalid option `-falign-loops=16' and various warnings.

Reworded part of DESCRiption. And this does support divx.

Updated MASTER_SITES.

Removed BUILD_USES_MSGFMT and USE_PKGLOCALEDIR. The locale support
removed and maybe will be readded later according to author.

Use CPPFLAGS instead of CFLAGS to define -DDEVOSSAUDIO, because
"`DEVOSSAUDIO' was not declared in this scope".

Sorted some settings.
Remove the --disable-warnings and the rm:-O3 BUILDLINK_TRANSFORM.
I didn't need them, but maybe on another system they are needed.

Disable faad support since Dolby doesn't allow binary distributions.

Add faac support.

Remove two patches. Disable ARTS using ac_cv_path_ART_CONFIG=no instead.

Just let regular install target install it. (This is slow though.)

Update PLIST. Name this avidemux2 with the two as the author requests.
2005-05-28 05:52:18 +00:00
reed
5b109a0861 Fix MASTER_SITES -- maybe they moved the files? 2005-05-28 00:20:05 +00:00
reed
cfbbfd0635 Add patches to get around these errors:
error: label at end of compound statement
 error: array bound forbidden after parenthesized type-id

This was noticed on FreeBSD 5.4-STABLE with gcc 3.4.2.
Also test build under NetBSD 1.6.2_STABLE with gcc 2.95.3
and Linux with gcc 3.3.5.

No PKGREVISION bump since this should not change anything.
This package does not have a maintainer.
2005-05-28 00:05:39 +00:00
salo
f9fe9d5b57 Update to version 0.4.5
Changes:

0.4.5:
======
- SECURITY FIX (pst.advisory 2005-21)
  Remotely-exploitable missing-format-string vulnerability in some
  message dialogue boxes.

- Fixed some brokenness in the visualisations menu; hide/show the
  video widget as needed when selecting an item from that menu.
- Better handling of uninstantiatable post-plugins (when configuring).
- Caught and replaced another asprintf. [Bug 1204625]
- Compile fix (Solaris): need $(X_EXTRA_LIBS).
- Correct the documentation of the '-e' option in gxine.1.
- Don't set a title for the full-screen toolbar.
- Set up X threads earlier (it was being done too late).
  (based on a patch from Antti P Miettinen <ananaza@iki.fi>.)

0.4.4:
======
- Added support for VDR's AUDIO key.
- Made the browser plugin optional.
- Stop playback on playlist clear.
- Fixed a bug in multi-file drag+drop.

0.4.3:
======
- Fix a bug in JS vdr(). It should check the active MRL rather than
  the currently-selected playlist entry.
- Fix a post-plugin parameter handling error.
- Provide a few more default bindings with keys.
- Fix a compile failure when using xine-lib 1.0 headers. Whoops :-(
- Added doc/Keybindings-HOWTO (from Craig Sanders).

0.4.2:
======
- Use external JS lib by default (if available).
  If you're using amd64, you want this, I'm told.
- This version should be buildable and useable with GTK+2.2.
  It may also use, but not rely on, a few features from GTK+2.6.
- Configure switches for GTK+ versions compatibility and whether to
  use the desktop integration wizard. (Mainly for packagers.)
- Mark 'repeat' and 'random' buttons (playlist) as having accelerator
  keys.
- Improve prefs window numeric entry editing.
- "tvtime" deinterlace plugin support.
- Video and audio post-plugin chain support.
  The deinterlace plugin is prepended to the video chain if enabled.
  The visualisation plugin is prepended to the audio chain if active.
- Hide tab & border for single-page notebooks in the prefs window.
- Make columns in playlist etc. resizable.
- Fixed a few crash/warning bugs (mediamarks/playlist item edit) left
  over from 0.4.1.
- Respond to volume changes made externally.
- Fix crash on virtual desktop change. The full-screen window is now
  sticky and on all desktops. (If you have a better way of fixing
  this which *doesn't* require this, let me know.)
- Fix overlay bug with window managers, such as IceWM, which have
  their own toolbars.
- Text preferences which are uncommitted may be undone by Ctrl '-' or
  Undo.
- Make the visualisation setting a preference.
- Fix a few problems in playlist expansion via xine-lib.
- Add JS event(NAME) function and make event() and vdr() output help
  text if called without parameters.
- Add keybinding entries for 'next angle' and 'previous angle'.
- Save the A/V offset setting.
- Build fix: apparently, Spidermonkey isn't always libsmjs.so.
- Stop GTK's complaints when the locale doesn't use UTF-8.
  (This is done by telling gettext that we want translated text in
  UTF-8. Some is intended for the console; this isn't special-cased.)
- Add a few extra icons to the menus.
- Add config options for default window size and magnification of
  low-res video streams.
- Improve live-stream detection; recognise streams of unknown length.
- Improve the current stream title display.
- Rely on xine-lib's XML parser and quote some characters when saving
  the playlist, media marks and key bindings.
- Change the way in which the control button images are implemented.
  (There are problems with some GTK+ theme engines otherwise.)
- Try to update the current playlist item's title from the stream
  automatically unless the title has been edited.
- Deleting a playlist item will, if it is being played, cause the
  next item to be played (or the player to enter idle mode).
- Use ellipsis in long entries in the playlist & mediamarks windows.
  (Requires GTK+2.6.)
- Allow drag&drop for reordering playlist items.
- Prevent multiple install wizard instantiations.
- Add menu tooltips for plugins with short descriptions in the plugin
  chain configuration windows.
- Make playlist repeat & random settings persistent. (Guenter)
2005-05-27 12:09:27 +00:00
reed
3dd6c5696d Add PLIST.FreeBSD and three patches to make it build for FreeBSD.
Add patch-ak and patch-an to support -enable-fpic with recent
versions of gcc.  From xine cvs.

Bump PKGREVISION just in case these patch-ak and patch-an change
functionality.

Tested builds and running on FreeBSD 5.4-STABLE with gcc 3.4.2 and
FreeBSD 5.3, and Linux 2.6.9 with gcc 3.3.5. And tested build
and install on NetBSD 1.6.2_STABLE.

Okayed by jmmv a couple weeks ago.
2005-05-26 22:47:22 +00:00
jmmv
e2f87f98f4 Update gst-plugins* to 0.8.9:
Changes since 0.8.8:

      * new element: ximagesrc
      * new plugin: video4linuxradio
      * new plugin: freeze

Bugs fixed since 0.8.8:

      * 118033 : Autodetect audiosink at run-time
      * 141189 : [PATCH] [SPC] playback
      * 149158 : [qtdemux/faad] MP4 file encoded Nero AAC Codec 2.6.2.0 is...
      * 154431 : [mpeg] on PPC, gstreamer segfaults on any mpeg video
      * 161661 : [PATCH] screenshots via gstreamer
      * 162024 : [alsasink] doesn't probe HW buffer_size/period_size/perio...
      * 162355 : [PATCH] [cdparanoia] Fix for _QUERY_POSITION
      * 163443 : crash when searching in a file (cvs)
      * 165643 : [qtdemux] doesn't handle embedded URLs
      * 165726 : [PATCH] New plugin: freeze
      * 166113 : [faad] plugin won't compile against faad CVS (unreleased ...
      * 168390 : data caching (queue) breaks mms/asf
      * 168406 : asfdemux always uses 25fps
      * 168558 : [faad] Unsupported FAAD channel position 0x0 encountered ...
      * 168728 : [v4lsrc] Support for v4l radio (patch included)
      * 169073 : muine crashes on song change
      * 169081 : ogg broken stream fix
      * 169289 : Playbin should fallback on x11 when xvideo isn't available
      * 169333 : [pngdec, pngenc] Stride problems
      * 169400 : decodebin finalization bug
      * 169629 : [theoraenc] sharpness property
      * 170060 : Segmentation Fault when open a video file with external s...
      * 170066 : Leak in oggdemux
      * 170083 : nautilus restarts (crashes) when trying to view the prope...
      * 170249 : [nassink] playing .wav gives only noise
      * 170319 : id3demuxbin loses tags
      * 170387 : gstreamer fails to play free format mp3 using playbin
      * 170390 : adder fails to implement a release_pad function
      * 171341 : seeks on the silence plugin
      * 171371 : need wavpack decoder
      * 171530 : new plugin: libcdio-based cdda source
      * 171777 : Ogm seek support is broken
      * 171997 : gst-plugins structure addon for mikmod < = 3.2.0 just a on...
      * 172242 : gstspeed doesn't handle seek events correct
      * 172281 : Buffer overflows in gstspeed
      * 172563 : [videocrop] corrupts video when setting property in state...
      * 172697 : [PATCH] mpeg2dec skip-frame
      * 172845 : one pixel cropped off at left when rendering subtitles
      * 172854 : totem spawns error and stops when opening with a badly fo...
      * 172884 : When un-muting the sound volume is restored to 100%
      * 172946 : crash when playing a .mov quicktime file
      * 300337 : [PATCH] [switch] Does not set debug category
      * 300377 : Totem cannot read files from davs URIs (other GNOME apps ...
      * 300457 : Totem never errors if you try playing a mp3 stream withou...
      * 300495 : configure does not find v4l, v4l2, Xlib.h, and SDL
      * 301158 : 2 casts of buf in the gst_ximagesink_chain function (xima...
      * 301292 : caps nego problem in gst-adder
      * 301894 : Wavpack doesn't compile on FreeBSD.
      * 301944 : GstAdder doesn't EOS when all input channels did
      * 302188 : totem crashes on a mp3 file
      * 302222 : update for future Cairo 0.5 API
      * 302625 : mad element doesn't report bitrate for mp3 files with no ...
      * 302813 : volume inside playbin doesn't work after the first file h...
      * 302837 : [playbin] gst_tag_list_copy: assertion `GST_IS_TAG_LIST (...
      * 302864 : gst-plugins fails to compile with gcc4
      * 303011 : compilation fails on GCC4 warnings
      * 303117 : Gstreamer plugins 0.8.8 musepack plugin build fails
      * 303253 : More gcc4 issues in 0.8 head plugins
      * 303650 : mpeg1videoparse does not recognize keyframes
      * 303936 : should use g++ to link with cpp code
      * 304125 : POTFILES.in fixes for gst-plugins
      * 304180 : [directfb] compilation fails with gcc-4
      * 304284 : [dv1394src] doesn't compile with gcc4
      * 304284 : [dv1394src] doesn't compile with gcc4
      * 304537 : [dvdnav] dvdnav doesn't like gcc4
      * 304538 : [hermes] doesn't like gcc4
      * 304540 : [libmms] libmms doesn't like gcc4
      * 304588 : totem crashes on invalid WAV file (channels=0)
      * 305012 : [ximage] doesn't compile with gcc4
      * 305186 : alsasink borkage
2005-05-25 21:07:59 +00:00
drochner
4da461a600 add DragonFly support, from Joerg Sonnenberger per PR pkg/30314 2005-05-25 17:11:52 +00:00
drochner
962c75685c fix some memory allocation bugs, from libdvdread CVS, and two memory
leaks, reported by Xiaoyu Fang to the ogle-devel mailing list
bump PKGREVISION
2005-05-25 17:07:53 +00:00
wiz
8e24884a04 Add RMD160 checksum. 2005-05-25 13:06:04 +00:00
jlam
3d9cc4a8f5 Minor quoting fixes. 2005-05-25 03:39:44 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
873d10030a Drop maintainership; I haven't used this one for a long while. 2005-05-21 21:43:45 +00:00
drochner
d5c5eec2fe add patch to recognize dragonfly, from Joerg Sonnenberger per pm 2005-05-20 12:54:54 +00:00
reed
f2f882c6ac Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,
and p5-Lingua-Preferred packages to the textproc category.
2005-05-19 17:27:13 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
markd
2daf426399 Add a PLIST.SunOS and move the oss plugin from PLIST.common to
PLIST.{NetBSD,Linux} as its not built on Solaris.
2005-05-18 21:43:21 +00:00
jlam
e70b376fa4 Note that tar is required by this package. 2005-05-16 01:32:22 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
drochner
5aa6dddfca forgot to delete this 2005-05-13 14:54:42 +00:00
reed
2950b6431a Many changes to pkgsrc for this, but not a version update.
Change PLISTs to not hardcode 1.0.1 (or the version) but use
${PKGVERSION}. This will make it easier for later updates.
print-PLIST target produces ${PKGVERSION} and that is how I noticed this.

Move the xv plugin entries to PLIST.common from PLIST.NetBSD. Linux
and FreeBSD both have same xv plugin entries.

Remove dependency to win32-codecs. It is not needed and can be added
any time later for those extra codecs. Also, xine-lib supports
various Windows Media formats already (via builtin ffmpeg).

Move the i386 PLIST entries to own PLIST.i386 file.

Add MESSAGE.i386 to suggest installing win32-codecs if needed.
(If you have suggestions for other codecs or software to mention,
such as "Real" for this MESSAGE.i386, please let me know.)

Move COMMENT from Makefile.common to Makefile. (I will commit for
xine-arts and xine-esound next, since they didn't have their own
COMMENTs before.)

Bump PKGREVISION.

(Later I will add a couple patches for FreeBSD support and add
theora support.)
2005-05-10 00:16:42 +00:00
jmmv
055df63f54 Use MASTER_SITE_GNOME. Fixes PR pkg/30150 by Zafer Aydogan. 2005-05-08 15:14:28 +00:00
reed
5598dd8f7d Make this build under FreeBSD.
PKGREVISION not bumped since these changes only matter for
FreeBSD build which failed in the first place.

Note that xine-lib is needed, but the xine-lib fixes for
FreeBSD have not been committed yet.

(If you are curious, I am using gxine on FreeBSD all installed
via pkgsrc to watch a MS Windows Media 7 ASF video and listen to
MS Windows Media Audio 2 without any win32-codecs installed.)
2005-05-08 06:33:35 +00:00
reed
03db4bad60 Remove the xineplug_ao_out_oss entries as they were later added
to PLIST.common.
2005-05-07 21:57:02 +00:00
drochner
9d443794db update to 0.8.10
changes:
Parallel installability with 0.6.x series
Internationalization
Fixes for 64-bit platforms
Fixes for gcc 4
New translation added: Russian (Peter Astakhov)
Registry now uses libxml for faster startup
2005-05-04 16:27:08 +00:00
drochner
0889330a4e update to 0.1.10
changes: bugfixes
2005-05-04 16:24:52 +00:00
drochner
26c2b04e4a fix a bash'ism which caused the "dvdnav" gstreamer plugin not being
linked against libdvdnav, causing runtime errors
fix gst-plugins-dvdnav's PKGREVISION
2005-05-04 16:22:31 +00:00
wiz
e828c4ddaf Update to 1.1.7:
1.1.7: (2005-05-02)
    - added --version option
    - fixed typos in preferences handling
    - fixed crash on close
    - created stubbed "make check" tests/ directory
    - added tooltips to the preferences
    - display GOP number in Info window
    - added experimental MPEG1 support from Brent Baccala
    - generalized pref window settings
    - added "ignore program end code" based on patch from Brent Baccala
    - forced sequence injection during playback for MPEG1 sanity
    - updated man pages slightly
2005-05-03 12:44:13 +00:00
reed
4a5a41e0b5 Fix MAINTAINER email address for David Ferlier. 2005-05-02 23:02:06 +00:00
drochner
2dfeb11608 update to 1.0.2
changes: bugfixes, minor UI improvements
2005-05-02 16:21:21 +00:00
drochner
5ad15ba05e update to 2.10.2
bugfixes only
2005-05-02 11:56:53 +00:00
drochner
5000f4fab0 update to 1.0.1
changes:
-Big XvMC quality / correctness / cpu-usage fix
-added support for WMA Voice codec
-support for Windows Media Audio Lossless
-bugfixes
-security fixes (were already patched in pkgsrc)

also add a patch to correct the path for win32 codecs, needed if
xine-lib in embedded into other applications (as totem)
2005-05-02 11:29:35 +00:00
wiz
a023501409 Update to 1.1.6:
1.1.6: (2005-04-30)
    - modified patch from Tiziano Cappellari and Igor Baldachini to optionally
      force a prepended system header.
    - modified patch from Tiziano Cappellari and Igor Baldachini to optionally
      drop trailing packs that have system headers.
    - compilation patches from Eric Jorgensen and Barry Roberts.
    - NetBSD off_t patch from Thomas Klausner.

1.1.5: (2005-04-30)
    - improved gopchop.desktop
    - added debian menu file
    - fixed compile regression in new display code

1.1.4: (2005-04-30)
    - suse patch from Rainer Lay
    - changed scroll wheel usage to try and fix file select windows - schmidtw
    - changed the menus & menu items to be more "standard" where
      possible - schmidtw
    - added XML based load/save using libxml for editing sessions - schmidtw
    - added text enterable gop selector box - schmidtw
    - added view menu to control GOP Info window & in the future the video
      window - schmidtw
    - changed the menu items to be more descriptive - schmidtw
    - fixed details need to read other MPEG2 PES packets
    - locale clean-ups
    - Xv display is now aspect-correct
    - TODO reorganized - bryce
2005-04-30 23:06:25 +00:00
kristerw
d040ba8811 Add missing #ifdef guards for semaphore.h, to make this build on
NetBSD 1.6.
2005-04-29 18:45:00 +00:00
wiz
235b8fda58 Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
2005-04-27 11:05:42 +00:00
salo
d0f1d85748 Bump BUIDLINK_RECOMMENDED after the recent security fix. (hi tron!) 2005-04-27 02:40:07 +00:00
tron
a62e3406ed Add patches to fix security vulnerability reported in XSA-2004-8.
Bump package revision because of this change.
2005-04-26 12:48:34 +00:00
jmmv
a7a3a0a4e3 Include bsd.prefs.mk before the MACHINE_ARCH check; otherwise we don't get
the expected results (e.g., fetch failure under PowerPC, for example).
2005-04-23 10:32:16 +00:00
wiz
93c9637a53 Remove avifile -- very outdated version that does not build with gcc3.
avifile's development itself seems very slow, and there was
no taker for updating the package. Use mplayer or xine.
2005-04-22 19:32:10 +00:00
minskim
5f32d983c2 - Remove obsolete USE_BUILDLINK3.
- Enable pkgviews installation.
2005-04-21 14:44:24 +00:00
minskim
ea19256eb6 Let DEFAULTDEVICE be defined on Linux. Otherwise the package doesn't build. 2005-04-21 14:40:33 +00:00
wiz
82d216bc14 Remove mplayer-plugin-firefox-gtk2, add mplayer-plugin-firefox-gtk1. 2005-04-19 15:38:40 +00:00
wiz
8f6d7bd93d Moved to mplayer-plugin-firefox (to follow firefox naming conventions). 2005-04-19 15:37:52 +00:00
wiz
83fa9a9e0c Add mplayer plugin package for firefox-gtk1 package. 2005-04-19 15:36:59 +00:00
wiz
4f615636ad Adapt to renaming of firefox-gtk2 to firefox; bump PKGREVISION. 2005-04-19 15:36:23 +00:00
wiz
83aa011d9c Remove trailing empty line. 2005-04-19 15:35:12 +00:00
wiz
d2310956c9 Sort. 2005-04-19 15:12:38 +00:00
wiz
5e4546d00f Remove trailing whitespace. 2005-04-19 15:12:24 +00:00
wiz
ae0bccc61a Depend on xdg-dirs-1.2. Since this is pulled in
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION
bump. Adapt comment in PLIST.
2005-04-19 11:00:18 +00:00
drochner
74bd544634 update to 1.0pre7
some relevant changes:
-RTSP/MMST security patches now in main distribution
-documentation improvements
-x86_64 support fixes
-integrated Tremor decoder for Ogg/Vorbis
-expose support for 422P and 444P raw formats
-dropped support of old FAAD2 versions (<= 1.1)
-support for 32 bit float and extended WAV files
-support for multichannel WAV files
-ALAC (QuickTime lossless audio) support via lavc
-vqf demuxer
-support for Real multirate files
-more user-friendly info about audio and subtitle tracks in Ogg files
-streaming improvements
-ffmpeg updates
-MEncoder usability improvements
-many fixes and cleanups
2005-04-18 17:49:41 +00:00
wiz
6f5fa6804e jmmv volunteered to maintain this package. 2005-04-18 13:23:32 +00:00
salo
33347eac12 Update to version 1.4.2
Bugfix release.
2005-04-18 01:32:50 +00:00
salo
a6394a2974 Update to version 0.7.6
Changes:
- add a couple of new elements
- address some other minor issues
2005-04-18 00:57:21 +00:00
salo
5c3f4ef803 Update to 20050412 snapshot. 2005-04-17 12:14:13 +00:00
drochner
2f23636dfa two security patches: Real RTSP heap overflow, MMST heap overflow
(both patches published on the mplayer website)
bump PKGREVISION of affected pkgs
2005-04-16 17:43:09 +00:00
wiz
0a77739181 Add and enable regionset. 2005-04-16 11:34:20 +00:00
rumble
1a32948aaf regionset-1.0 Read and modify DVD drive region code 2005-04-16 06:51:26 +00:00
rillig
6d28018b11 Added a patch that allows non-root users to install xine.h, even when the
files are installed read-only. Approved by jlam.
2005-04-13 16:54:02 +00:00
rillig
fb5c142dc0 Added some patches for ISO C90 compliance, for NetBSD-1.6.2, and for
gcc-2.95. Approved by jlam.
2005-04-13 16:39:32 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
abs
f3db7c64d9 Update gmplayer to 1.0rc6nb2:
Change DIST_SUBDIR - skins have been updated on master site again
2005-04-09 11:19:32 +00:00
markd
12025548ae Dont use qt65dlls. windows-all already includes the qt63dlls versions
of these codecs and the 63 versions work with mplayer while the 65
versions don't (audio doesn't work).

Bump PKGREVISION.
2005-04-07 12:33:15 +00:00
markd
5e21978de6 Update kmplayer to 0.8.4b.
0.8.4b.
Fix for MPlayer's volume setting on start. In next version it will be
configurable if backend player should set volume on start, but MPlayer
shouldn't because it sets volume relative of current value.
Users of gcc-2.95 may have more luck compiling this version.

0.8.4a.
Fix for MPlayer's slave command queue after manually stop a movie and
various ways to crash KMPlayer are blocked.

0.8.4.
an extra volume slider in the controlpanel, that let the backend players
control the volume,
limited support for GStreamer, kgstplayer that will only play local files
if you haven't gnomevfs2 (might be that with the latest plugin you can
also play dvd urls), thanks to Kiss from Ronald S. Bultje, being a nice
working demo,
kxvplayer, an extra backend player, that is a XVideo viewer,
switch between kxvplayer and mplayer with TV is possible,
a VDR frontend using kxvplayer,
new icons from Marcel Dierkes (KMPlayer has become a real movie star),
new dockable view on the internal playlist, also usable to navigate
through it, making bookmarks of listed URLs,
new relaxed ASX parser,
a cleaned up library (libkmplayercommon.so)
and Real's RAM playlist support, will finally let MPlayer play those
stream too.

Take Maintainership, as suggested by Murray Armfield some time ago.
2005-04-07 12:07:43 +00:00
wiz
47544aab90 Fix build on -current; problem reported and fix tested by
Louis  Guillaume (on tech-pkg).
2005-04-06 16:30:18 +00:00
wiz
3a327d6d06 Complete fix for PR 29350; patch from Kouichirou Hiratsuka in private mail. 2005-04-03 21:13:31 +00:00
fredb
99aa24ee3a Still need suse_compat. Crank $PKGREVISION. 2005-04-03 03:37:51 +00:00
jdolecek
1c66a29a1b this doesn't appear to actually require compat and libc5 packages
Adresses PR pkg/29561 by Robert Elz
2005-04-02 18:06:52 +00:00
wiz
eb78bd803f Update HOMEPAGE, from PR 29843. 2005-03-31 11:16:25 +00:00
martti
8b03b3786b Added RMD160 for i386 files 2005-03-31 04:31:27 +00:00
reed
36087e6cfd Remove slash from end of DEPENDS.
This caused my bulk build to fail (before building) when it was
building list of dependencies, because multimedia/mmg/Makefile
included ../../multimedia/mkvtoolnix/Makefile.dist and also
depended on ../../multimedia/mkvtoolnix/. And multimedia/mkvtoolnix/Makefile
also included ../../multimedia/mkvtoolnix/Makefile.dist.

The bulk build error was like:

---->  Depending in /home/jreed/pkgsrc/multimedia/mmg (pass #1)
---->  Depending in ../../multimedia/mkvtoolnix/ (pass #2)
...
---->  Depending in ../../multimedia/mkvtoolnix/ (pass #24)
ERROR:  You have reached 25 times through the dependency tree
        and _still_ not finished.  This is probably due to a broken
        set of dependencies.  You may wish to examine the partial
        database left in /home/jreed/pkgsrc/.bulk_db.foo

Removing the trailing slash from the DEPENDS fixed this problem for me.
2005-03-30 20:15:12 +00:00
tron
728c178ad7 Building the "xine-lib" package on system where the "speedx" package is
installed will fail because "speedx" is detected but buildlink3 prevents
access to the include files and libraries. Because even passing
"--disable-speextest" to the "configure" script doesn't fix that we
simply add it as dependence and add the new plugin to the package list.

Bump package revision because of the above change.
2005-03-30 10:23:45 +00:00
magick
ac2b681799 Use buildlink3 of png instead of DEPENDS 2005-03-29 16:10:22 +00:00
jmmv
16e30c08f4 Fix build of packages providing plugins (such as xine-arts) on systems using
X11 from pkgsrc.

For some reason, X11 is not found by the configure script in such systems
(which is the correct behavior, as USE_X11 is undefined).  This results in
a configuration failure because the script defines the HAVE_XV conditional
in an incorrect place (inside a shell conditional).

Problem reported by Owen Becker <owen at safeasmilk.net> in tech-pkg@.
2005-03-28 08:12:48 +00:00
wiz
1f2ba12d0f PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). 2005-03-27 15:43:32 +00:00
wiz
4a4c4dc104 Whitespace nit. 2005-03-27 15:42:53 +00:00
wiz
41e8f4da89 Add intltool dependency, breaks build if missing. 2005-03-25 23:42:50 +00:00
jmmv
a416d14965 No need to set USE_BUILDLINK3=yes; this is now the default. 2005-03-25 12:45:09 +00:00
markd
1736e4a61a Add optional gstreamer support in JuK. 2005-03-25 12:25:21 +00:00
markd
ea7c441daa undo last and redo properly (include pkgconfig/buildlink3.mk) 2005-03-24 22:41:58 +00:00
markd
dc1904b39e Dont try and use gstreamer even if pkg-config finds it.
At some point I'll add optional gstreamer support to the package.
2005-03-24 21:51:20 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
markd
a7c1995268 Update to KDE 3.4
Highlights at a glance

* Text-to-speech system with support built into Konqueror, Kate, KPDF
  and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
  PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
  GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
  integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
  on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
  CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
  third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
  websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
  disable ones that are not used. This does not include Netscape-style
  plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
  plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
  documentation added or changed
2005-03-23 21:59:47 +00:00
wiz
d0d64955e5 Add and enable gopchop. 2005-03-23 19:17:16 +00:00
wiz
2f4d7d605b Initial import of gopchop-1.1.3:
This tool is used for people wanting to take sections out of MPEG2-PS
files without re-encoding the resulting frames.  The idea is to
write specific "Group of Pictures" (GOP) sections to a new MPEG2-PS
file.  These GOPs will decode correctly (in theory), and the gaps
won't be noticed.  I wrote this tool to edit commercials out of
MPEG2 files produced by my KFir MPEG2 capture card.  Using this
tool for anything else is really beyond the scope of its design.
2005-03-23 19:16:33 +00:00
salo
6d66e0eee5 Updated to version 1.4.1
Changes:

- added help file

1.4.1:
======
- bugfixes

1.4.0:
======
- support for MPEG-1 and MPEG-2 video read from PS and ES streams,
- support for AVC (aka h.264) video from MP4 files,
- support for concatenating files,
- support for the new elements needed for menus,
- support for WAVPACK4 lossless and lossy audio,
- support for extracting VobSubs and
- added an online help to mmg accessible by pressing F1
2005-03-23 16:58:39 +00:00
wiz
04b0623deb Fix a typo, |fmt. 2005-03-23 16:56:58 +00:00
wiz
4605d53937 Update to 0.4.0b:
January 21, 2004: minor bugfix release - MMX color conversions were
accidentally disabled in 0.4.0 (Ooooops !)
2005-03-23 16:27:02 +00:00
wiz
81e572fb62 Update to 0.5.39:
* Changes in this release (0.5.39)

tv_grab_fr has been fixed to solve problems with UTF-8 versus
ISO-8859-1 character sets, so the output should be valid XML no matter
which channels are scraped.  Also bug fix for --slow.

tv_grab_huro is now working again, for both Hungarian and Romanian
listings.

tv_grab_uk_bleb has better icons.

Fix for crash in tv_imdb when certain IMDB data couldn't be decoded.

Unfortunately the upstream site for tv_grab_it is down for maintenance
so that grabber is disabled in this release, and tv_grab_it_lt is also
broken (it may or may not be deliberately blocked by the upstream
site, we're not sure yet).  So there is no working grabber for Italy.
2005-03-23 15:57:20 +00:00
jmmv
29418d1350 Remove nautilus-media: its functionality has been integrated into totem. 2005-03-22 16:40:53 +00:00
jmmv
366f511a34 Add and enable totem and totem-xine. 2005-03-22 16:38:23 +00:00
jmmv
0656e9ca21 Initial import of totem-xine, version 1.0:
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 is built using the Xine backend.
2005-03-22 16:37:51 +00:00
jmmv
22f84b3314 Initial import of totem, version 1.0:
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 is built using the GStreamer backend.
2005-03-22 16:37:32 +00:00
jmmv
8c7f650f10 Update to 2.10.0:
This is gnome-media 2.10.0

Changes since 2.9.92:

	* fix for crasher in volume control.

This is gnome-media 2.9.92

Changes since 2.9.90:

	* polishing, finetuning, fixing possible crashers here and there...

Bugs fixed:

	* 109909: gnome-cd Seg Faults when Notification Area goes away
	* 130653: gnome-sound-recorder doesn't prompt on overwrite
	* 150450: Update of labels in CD Player Preferences dialog
	* 153496: gnome-audio-profiles-properties crash when edit
	* 158222: vu-meter segfault in led_bar_light_percent()
	* 159821: [cdparanoia] audio playback glitches using cdparanoia
	* 160340: [PATCH] gnome-sound-recorder can not play files
	* 160830: Cannot run the sound recorder, application just "quits un...
	* 162185: [PATCH] gnome-sound-recorder cannot properly save files a...
	* 162302: Trying to record in a second window kills all windows (in...
	* 162607: "Untitled" window title and default file names need trans...
	* 164010: gtk warnings
	* 164857: cdparanoia is really noisy at x48
	* 166814: gnome-media-2.8.0 fails to compile on solaris 9
	* 167338: translator-credits missing

This is gnome-media 2.9.90

Changes since 2.9.4:

	* mostly bug fixes all over the place.

Bugs fixed:

	* 105709: Track editor crashed after changing cd
	* 128956: buttons should be greyed out when no CD is present
	* 164229: While playing, the popup play menu item icon image is not...
	* 165153: gstreamer-properties.xml file causes xml lint error

This is gnome-media 2.9.4

Changes since 2.9.3:

	* translation fixes

Bugs fixed:

	* 105768: Crash when opening gnome-cd
	* 148650: changing window title to 'Multimedia Systems Selector'
	* 153537: [PATCH] typo in error message
	* 161722: Build breakage on gnome-cd
	* 162608: gnome-media mixer message needs translator comment
	* 163354: Update the Time line Display after inserting the CD

This is gnome-media 2.9.3

Changes since 2.9.2:

	* moved switches to their own tab in gst-mixer

Bugs fixed:

	* 153599: The runtime-detected mixers don't have mnemonics
	* 157117: gnome-volume-control doesn't redraw properly
	* 158346: Duplicate volume controls for ALSA EMU10k1
	* 159428: gnome-volume-control: Use simple check box if there is no...

This is gnome-media 2.9.2

Changes since 2.9.1:

	* re-added CDDA backend in GNOME-CD

Bugs fixed:

	72581:	Gnome-CD should detect multiple cdroms and put them in a ...
	150072:	small code clean ups
	154547:	compilation error in audio-profile.h with sound-juicer au...
	155088:	gnome-sound-recorder does not save files
	156874:	[PATCH] HIG fixes for preference dialog

This is gnome-media 2.9.1

Changes since 2.8.0:

	* new volume control
	* ipv6 support for CDDB.

Bugs fixes:

	* 111423: IPv6 enhancements in gnome-media
	* 144769: Volume Control (2.6.1) reports modem as primary sound card
	* 145087: cannot install .mo files into $prefix/share/locale in Sol...
	* 148858: improperly linked
	* 151971: Rewrite of gnome-volume-control
	* 153497: [PATCH] HIG fixes for new mixer's preference dialog.
2005-03-22 16:34:36 +00:00
jmmv
7577a793f0 Update gst-plugins* to 0.8.8:
Changes since 0.8.7:

      * subtitle support
      * new element: puzzle
      * new plugin: amrnb
      * new element: dvdlpcmdec
      * new plugin: autodetect

Bugs fixed since 0.8.7:

      * 100931 : [PATCH] subtitles
      * 132341 : [avidemux] 'DIB ' = > image upside-down
      * 135778 : [int2float] broken with audioconvert
      * 138666 : [playbin] cannot handle files with large initial delay in...
      * 139749 : [gstplay] libgstplay is *WAY* too slow
      * 140141 : [qtdemux] cannot playback gsm audio
      * 140845 : [strings] gst-plugins testsuite's embed.c still uses xvid...
      * 142272 : [PATCH] [qtdemux] doesn't work with sources that cannot seek
      * 143555 : [qtdemux] Movie fails to playback
      * 149162 : Importing m4a files in Rhythmbox leaks memory
      * 149274 : [PATCH] gst-plug mad gets id3v2 text tags in wrong encoding
      * 150284 : [matroskamux] fail to mux an MP3
      * 150576 : [v4l2src] pad v4l2src0:src returned caps that are not a r...
      * 151661 : [PATCH] [mad] Possible bug in mad plugin
      * 152688 : [PATCH[mad/typefind] doesn't support completely broken mp...
      * 153434 : [PATCH] faac filter cannot create .aac files
      * 154000 : Relocation error on Linux PowerPC causing crash
      * 154064 : [mad] cant mix two mp3
      * 155163 : [qtdemux] don't know audio FOURCC samr (from mobiles/3GPP...
      * 155346 : [build] faad plugin doesn't compile against 2.0-rc3
      * 155575 : [alsasink] broken with hw:X or when used with either alsa...
      * 156001 : [mpeg] problem playing an mpeg file
      * 156379 : [ffmpegcolorspace] lack of YV12 capability
      * 159092 : thx.vob file seeker moves 'faster' than the actual movie
      * 159295 : [mikmod/modplug] amiga.mod file segfault totem
      * 159327 : [mpeg/dvd] playing thx.vob seeking is broken
      * 159970 : [typefinding] mpeg/audio typefind abort with musepack file
      * 160126 : multi.ogg is slow
      * 160505 : [adder] problem using adder plugin
      * 160730 : [PATCH] [mpegdemux] should remove pads on " new-media " event
      * 160957 : [adder] EOSs when the first stream EOSs
      * 161179 : [audioscale] quits with gmem assertion
      * 161191 : MP3 crashes rhythmbox
      * 161262 : [mpegdemux] cannot play a pes mpeg file
      * 161325 : [dvdnavsrc] gst-dvd example pipeline not linking (a52dec ...
      * 161667 : [PATCH][snapshot] seg fault in signal handler
      * 161675 : [ffmpegcolorspace] conversion of RGB depth=15 is wrong
      * 161726 : [ffmpegcolorspace] does not handle x-raw-rgb 24/32 BE _RGB
      * 161929 : [PATCH] [mpegdemux] sends no discont events on new pads
      * 162330 : [rtpgsmenc] gsmenc ! rtpgsmenc gives assertion `GST_PAD_D...
      * 162504 : [xvimagesink] goes black when going from playing - > ready...
      * 162626 : [videoscale] cannot handle lists of fractions
      * 162656 : [qtdemux] extracting more metadata from AAC/M4A
      * 162974 : [flacenc] Flac encoding is broken
      * 163159 : [videobox] plugin segfault (gst-plugin 0.8.7)
      * 163161 : [pngenc] only supports video/x-raw-rgb,bits=24,depth=24
      * 163177 : [pngdec] Can't cope with png's without an alpha channel
      * 163309 : [PATCH] typefinding for formats used by libsndfile
      * 163323 : [pngenc] compression-level customisation support
      * 163348 : [pngenc] Leaks and other nasty stuff
      * 163449 : Stereo-to-Surround doesn't like seek
      * 163485 : [PATCH] tta plugin doesn't build with gcc 2.95.4.
      * 163634 : [playbin] doesn't like # in filenames
      * 163676 : [PATCH] [mpeg2dec] need to crop
      * 163867 : [mad] Totem could not play 384kbit lame 'free format' mp3...
      * 163891 : Gst-launch-ext will not play an MPEG video
      * 164069 : [clocking] Hang when playing audio file (.wav) with visua...
      * 164197 : [pngdec] & [pngenc] The decoded image is in RGB(LE) byte ...
      * 164209 : [ffmpegcolorspace] PIX_FMT_BGRA32 - > caps conversion is w...
      * 164265 : [PATCH][ffmpegcolorspace] Converting from an RGB image wi...
      * 164708 : [PATCH] EffectTV/Quark freed data in wrong place
      * 164826 : [patch] Avidemux doesn't handle seek on audiopads
      * 165013 : AVI with HuffYUV segfault
      * 165193 : Patch for ov51x v4ljpegsrc
      * 165290 : cannot play asf file with just wma version 2 audio
      * 165335 : [PATCH] GstAudioScale outgoing buffers don't have duratio...
      * 165340 : gst-launch-ext-0.8 fails to display video of an .avi file.
      * 165446 : musepack gst-plugin doesn't work with new libmusepack
      * 165509 : Mod playback still broken with mikmod
      * 165525 : Problem with mplex plugin
      * 165545 : Totem won't play low bitrate mp3
      * 165736 : [alphacolor] BGRA handling is missing
      * 166207 : [PATCH] [ffmpegcolorspace] AYUV- > RGB is broken
      * 166208 : [cdparanoia] returns wrong number of tracks
      * 166600 : law encoder/decoder are leaking caps
      * 166892 : gnome-volume-control crashed
      * 166917 : deadlock in queue
      * 166931 : MP3 webradio do not work in Totem
      * 167117 : [dvdnavsrc] could use a better error message when DVD not...
      * 167482 : [PATCH] [avidemux] Compile fix for gcc 2.95
      * 167483 : [PATCH] [tcpclientsrc] FreeBSD compile fix
      * 167509 : [PATCH] [tcpserversrc] Assumes a blocking socket
      * 167633 : [wavparse] div by 0 = > crash
      * 167639 : Support MusicBrainz metadata tags
      * 167704 : [PATCH] [tcpserversink] Don't depend on uninitialised values
      * 167878 : [buffer-frames-convert] buffer_frames_convert_link leaks ...
      * 167959 : Dirac plugins doesn't build.
      * 168002 : [build] Musepack header files not found
      * 168133 : [PATCH] [jpegenc] Memory leaks
      * 168134 : [PATCH] [gdkpixbufscale] Memory leak
      * 168254 : [PATCH] [jpegdec] Memory leaks
      * 168260 : [PATCH] [tcpserversink] free some memory
      * 168269 : [PATCH] [smoothwave] C99-ism
      * 168271 : [PATCH] [gdkpixbufscale] Memory/CPU leak
      * 168801 : autoaudio/videosink probe only in READY
      * 168885 : AMD64 build failure in gst/librfb/rfbdecoder.c
      * 168994 : cdparanoia plugin problem with CDs whose first track does...
      * 169146 : gst-plugins 0.8.9 building on gcc 2.95.3
2005-03-22 16:16:33 +00:00
dmcmahill
ea7f53815e add RMD160 checksum for solaris/sparc version 2005-03-21 17:16:25 +00:00
dmcmahill
3815668e77 fix this on systems without getopt_long (solaris) 2005-03-21 17:16:23 +00:00
tv
5c54e65372 Bump PKGREVISION now that dependencies changed. 2005-03-19 17:17:41 +00:00
tv
fbd8014bb8 firefox-gtk1 is now the gtk1 version. 2005-03-19 17:16:40 +00:00
tv
70385c734c firefox-gtk2 became firefox. 2005-03-19 17:15:53 +00:00
markd
37ae38d1a8 Fix build on Solaris. From Simon Kuhn in PR pkg/29709. 2005-03-19 01:03:38 +00:00
wiz
b1526f5ecc Update to 8.20050115: use currently available files for alpha and ppc,
no change for i386. Closes PR 29350 by Kouichirou Hiratsuka.
2005-03-17 13:55:42 +00:00
wiz
546c5dcd9e Add missing =. 2005-03-15 15:47:18 +00:00
wiz
684c2f1922 Mention that increasing SHMMAXPGS might be needed. Addresses PR 23629. 2005-03-15 15:46:40 +00:00
jmmv
f3b335e25a Fix included (and installed) perl scripts to use the right interpreter.
While here, pull in a patch from CVS (which already is in 0.8.8) to make
tunesbrowser be able to play aac files.  Bump PKGREVISION to 2.

Closes PR pkg/29653 by Antoine Reilles.
2005-03-12 09:09:34 +00:00
tv
048017e043 Add bswap conditional for Interix. 2005-03-10 14:21:44 +00:00
markd
277478308f $PKG_SYSCONFDIR support. Bump PKG_REVISION. 2005-03-06 13:02:59 +00:00
grant
c1d1538bd7 add PLIST for libfb output plugin, which is built on Linux. 2005-03-05 14:24:48 +00:00
grant
25bd9b102c disable building of experimental skins2 on all platforms, not just
NetBSD.
2005-03-05 14:22:22 +00:00
grant
ace46b1f0a the ffserver program uses dlopen(), so include dlopen.buildlink3.mk
and ensure -ldl is passed when linking ffserver where appropriate.

fixes build on Linux.
2005-03-05 13:32:10 +00:00
minskim
7fc534917a Bump DIST_SUBDIR due to distfile changes. No functional change.
Noted by Kibum Han in PR pkg/29532.
2005-03-02 06:19:28 +00:00
veego
4488cdcf48 Bumpd the PKGREVISION for the following packages:
emulators/compat13
  emulators/compat14
  emulators/compat14-crypto
  emulators/twin
  lang/blackdown-jdk13
  multimedia/transcode
because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk
rev 1.1593 and fixed in rev 1.1596.

compat13 was bumped to nb2 so we don't have different package version on
different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-27 22:30:43 +00:00
veego
71050b5026 Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.
This file is just an symlink to export_xvid4.so created by the Makefile
and not part of an .la File.

Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only
created on i386.

Bump PKGREVISION.

Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new
pages for transcode 0.6.14, but only two MASTER_SITES have the old file.

ToDo: Update to 0.6.14.
2005-02-27 12:03:09 +00:00
wiz
766c5dea46 Explicitly set PREFIX; some files were installed in the wrong place (/share). 2005-02-27 11:24:16 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
dmcmahill
bd2b07baff Add a check for Xv and if we don't have it then add --disable-xv 2005-02-24 01:42:46 +00:00
wiz
aca05748bb Since updating Xaw3d to 1.5E, fxtv breaks (during startup) when
compiled with -O2 -- remove it. While here, do some minor cleanups
in the package Makefile.  Bump PKGREVISION so that working versions
can be identified.
2005-02-23 01:11:47 +00:00
wiz
a4ad3b1a36 Sort. 2005-02-23 01:06:21 +00:00
abs
89646f3667 use -DDEV_DSP="\"${DEVOSSSOUND}\"" not -DDEV_DSP=\\\"${DEVOSSSOUND}\\\" 2005-02-22 20:16:50 +00:00
wiz
c16b7abb24 regen to get line numbers correct. 2005-02-22 00:44:20 +00:00
veego
c633ab6e05 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

Split PLIST into PLIST.common and PLIST.common_end to fix an error while
removing the package.
Also remove the trailing space at the two plist manpage entries, which
caused an warning during package installation.
2005-02-21 21:04:06 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
uebayasi
6b296854df Fix quoting. 2005-02-21 03:14:36 +00:00
wiz
d344a24726 Update to 0.5.38.
Package changes: Sync dependencies with requirements, and sort
them to make checking easier.

New in 0.5.38:
This release has only grabber fixes, but plenty of them - in
particular tv_grab_pt and tv_grab_fr are now working again.

New in 0.5.37:
tv_grab_se_swedb:  New Grabber for Sweden!

tv_check:      major changes.
               now handles DST properly.
               output always in local timezone, GMT supported in guide
               added --days parameter.  7 day limitation removed
               fix/improve MyReplayTV timeslot detection

tv_grab_fr:    rewritten to be less sensitive to data source changes

tv_grab_nl:    fixes to handle bad pages and odd start times

tv_grab_uk_rt: added channel ids

tv_grab_es:    fixed bug that could cause programme to be skipped

tv_grab_no:    changed to handle data source changes

tv_grab_uk_rt: added POD documentation

tv_grab_dk:    added icon support.
               misc fixes

tv_grab_na_dd: fixed config file problem preventing UTC time
               --quiet now disables the status bar
               retain config file if config mode aborted

xmltv.exe:     return non-zero ERRORLEVEL if script stops with error

cache handling: make location of cache.conf more flexible
2005-02-19 20:49:29 +00:00
wiz
ed39bc0538 |fmt. 2005-02-19 20:45:23 +00:00
reed
2a67031d46 This build depends on texi2html.
(Noticed in kristerw's amd64-2.0 pkgsrc bulk build.)
2005-02-18 19:32:10 +00:00
abs
0cedaf1e8c Fix CFLAGS " quoting issue 2005-02-18 11:24:33 +00:00
salo
42600dbeef Update to version 1.0.2
Changes:

- all: bug fix: Fixed compilation with the upcoming new versions
  of libebml and libmatroska.

- mkvmerge: bug fix: mkvmerge did not accept XML chapter files
  created with older mkvtoolnix versions due to deprecated chapter
  elements. Such elements are now skipped.

- mkvmerge: bug fix: Fixed negative audio displacement for a
  couple of formats.

- mmg: bug fix: Again the window handling. Hopefully this is
  better than the other attempts.

- mmg: bug fix: One was able to crash mmg by pressing 'ok' in the
  muxing dialog right after muxing finished, especially if the
  'abort' button was hit before. This mostly happened on Linux.
2005-02-17 11:04:09 +00:00
salo
a1ea6973ac Update to version 0.7.5
Changes:

- fix the segment family UID
- no more TrackAngle and new TrackTranslate elements
- rename ChapterLink* to ChapterTranslate*
- add KaxChapterLinkEditionUID
- fix the KaxSegmentFamily flags
- added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and
  KaxChapterLinkID
- Move all of the (re-)activated Matroska v1 elements out of "#if == 2"
  blocks.
- support for KaxMaxBlockAdditionID and fix default values
- BlockAdditions is in Matroska 1 now
- added the button track type
- Use malloc() and free() instead of new[] and delete[] where the lib might
  deal with pointers that have been allocated by the app, or where the app
  has allocated the memory. Reason: new[]ed memory cannot be realloc()ed.
- remove support for the gap flag in the Block
- add almost automatic handling of SilentTracks
- added KaxTrackFlagForced
- added KaxTrackAngle and various fixes
- TrackOverlay is now multiple
- added KaxClusterSilentTracks and KaxClusterSilentTrackNumber
2005-02-17 10:52:46 +00:00
uebayasi
707aa2a297 Fix quoting. 2005-02-17 03:00:33 +00:00
reed
4549621e20 Added libassetml-1.2.1
Library for sharing image and audio files between projects
2005-02-16 18:43:40 +00:00
reed
ca14d1dd71 New package: libassetml
AssetML defines an XML file for multimedia metadata, such as name,
description, categories, and file type.  Applications using the
libassetml library can query these XML files to share and reuse
content like image and audio files. This package also provides the
assetml-query tool for browsing the AssetML database.

http://www.ofset.org/assetml/

(This will be used by childsplay and gcompris. Anyone want to work on them?)
2005-02-16 18:38:40 +00:00
wiz
2ae49b7045 Use tar.bz2 file. Closes PR 29288 by Antoine Reilles. 2005-02-09 13:53:36 +00:00
jmmv
a8aa2c26db Update to 0.8.9:
Changes since 0.8.8:

      * Probe fixes
      * Thread and queue fixes fixes
      * Documentation updates
      * Important GstBin state change fix - see #166371 if you subclass

Bugs fixed since 0.8.8:

      * 94464 : [threads] gst_scheduler_add_scheduler() doesn't ref passe...
      * 123775 : [PATCH] [api] setting state on element should force highe...
      * 142588 : [threads] if all elements have been removed from a bin, s...
      * 150546 : [api] Error for calling gst_pad_push in a get function is...
      * 162276 : [build] gstregistry.h and gstxmlregistry.c don't build wi...
      * 163234 : [PATCH] plugin loading isn't thread-safe
      * 163383 : [PATCH] ogm plugins won't register
      * 163801 : [PATCH] mem leak in xml registry loading
      * 164062 : [PATCH] tee capsnego is broken
      * 164261 : [PATCH] GST parsing doesn't recognise urls without a file...
      * 165272 : [PATCH] Problem compiling gstreamer 0.8.8
      * 165365 : [PATCH] gst_string_wrap() segfaults on NULL strings
      * 165922 : add locking in opt
      * 166269 : Typo in current .po file msgid string
      * 166362 : data discarded by probes is leaked
      * 166371 : GstBin derived classes not notified of state change
2005-02-09 13:37:17 +00:00
wiz
889dfa1b08 Update to 1.0alpha4:
Changes since the alpha3 release:
  * first draft of the Theora I Format Specification
  * API documentation generated from theora.h with Doxygen
  * fix a double-update bug in the motion analysis
  * apply the loop filter before filling motion vector border in the reference frame
  * new utility functions: theora_packet_isheader(), theora_packet_iskeyframe(), and
    theora_granule_frame()
  * optional support for building without floating point
  * optional support for building without encode support
  * various build and packaging fixes
  * pkg-config support
  * SymbianOS build support
2005-02-07 15:10:41 +00:00
salo
aae87a6878 Add kristerw@'s patches from multimedia/mkvtoolnix.
Fixes build with gcc2.
2005-02-05 23:45:36 +00:00
tron
c49147b2a8 Remove me as maintainer of this package because I now longer use it. 2005-02-05 19:40:22 +00:00
reed
252452d843 Use INFO_FILES for registering the mjpeg-howto.info documentation files.
And remove from PLIST.
This fixes problem when INFO_DIR is using a custom directory such
as share/info.

Do not bump PKGREVISION, because couldn't package in first place when
this problem occurred.

This will cause a warning:
install-info: warning: no info dir entry in `/usr/pkg/share/info/mjpeg-howto.info'
TODO: so add a START-INFO-DIR-ENTRY/END-INFO-DIR-ENTRY pair dir entry.
2005-02-03 23:04:40 +00:00
kristerw
2ec69738f6 Change some string manipulations to equivalent operations that
gcc 2.95 understand.
2005-01-29 23:25:10 +00:00
ben
2e28f723bd Update win32-codecs to 050115. Changes unknown. Update necessary
because older distfile versions are removed.  This addresses PR#29137
2005-01-27 23:53:13 +00:00
jmmv
4ec1d9b286 Explicitly disable xvid. Fixes build if xvidcore is already installed. 2005-01-26 13:09:19 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
drochner
8e4bc60813 update to 1.0.3
This release fixes very minor bugs. It is source and binary
compatible with the previous version.
2005-01-18 13:04:13 +00:00
kristerw
b0d2e6d4d5 Fix C99-isms to make this pkg build with gcc 2.95. 2005-01-16 22:54:37 +00:00
jmmv
c4f1b30297 Remove gst-player. According to the original developers, this program
hasn't been maintained for a long time and is buggy, so they are removing
all references to it from its home page.  Plus it never worked very well
here.  Agreed by maintainer.
2005-01-15 11:54:16 +00:00
jmmv
286b9f384f Explicitly disable multiple drivers. This fixes the build under Linux,
where OpenGL was not detected properly but was included in the PLIST.
Also avoids the installation of the v4l plugin, which resulted in extra
files in that system.  Bump PKGREVISION to 1.
2005-01-13 12:56:31 +00:00
wiz
3bd4e6f233 Accept cdrtools-ossdvd as replacement for cdrecord. 2005-01-08 00:08:39 +00:00
drochner
be22096a7a xine doesn't use xvidcore, so remove the dependency.
This also makes the pkg build on non-i386.
2005-01-07 14:54:47 +00:00
drochner
8b8f65e89a update to 0.4.1
changes:
-needs gtk+-2.4
-some fixes and ui improvements
2005-01-06 17:22:52 +00:00
drochner
f87525f0ac update to 1.0
changes:
-security issue regarding the AIFF demuxer (CAN-2004-1300)
-Xv plugin dynamically linked again
-some fixes
2005-01-06 17:04:42 +00:00
drochner
12b99afb60 update for new patch and changed DIST_SUBDIR 2005-01-06 14:43:24 +00:00
drochner
6c45ee26da some skins have changed on the distribution site - use new DIST_SUBDIR 2005-01-06 14:42:56 +00:00
drochner
396693cd15 SSE(2) support is always present on amd64 - ifdef out the sysctl 2005-01-06 14:40:45 +00:00
tron
1fc68b901c Fix buffer overflow reported in CAN-2004-1300, bump package revision. 2005-01-06 12:04:08 +00:00
jmmv
9648b1854b Update gst-plugins and gst-plugins-* to 0.8.7.
Changes since 0.8.6:

      * multichannel audio support
      * new element: apetag
      * new element: ttadec, ttaparse
      * new element: directfbvideosink
      * vcd fixes
      * playbin fixes
      * dvdread fixes
      * a52dec fixes
      * sunaudiosrc fixes
      * osssrc fixes
      * avidemux fixes
      * licensing updates

Bugs fixed since 0.8.6:

      * 147919 : [playbin] broken wav seeking
      * 148559 : [monoscope] grinds to a halt
      * 149102 : gstreamer license problems
      * 149613 : [PATCH}Add proxy server support to the musicbrainz plugin
      * 151624 : Multichannel support
      * 152339 : [PATCH]  [build] gst-plugins cross compiling
      * 154773 : [playbin] crashes trying to play short wave files (1 or 2...
      * 154775 : [qtdemux] Quicktime movie causing some weird debug spew
      * 154814 : Selection of totem crashing videos
      * 154815 : [PATCH] ffmpegcolorspace leaks caps
      * 155348 : Various MP3 files cannot be detected or played
      * 155879 : [libriff] Bug in lib-riff
      * 156798 : " An error occured " " Could not write to resource " this sa...
      * 157233 : [PATCH] playbin leak fixes
      * 158258 : Patch for polypsink to make it work with both threaded an...
      * 158382 : [PATCH] [build] debian speex detection patch
      * 158650 : [PATCH] [videocrop] video crop is completely buggered
      * 158704 : Fix/finish (S)VCD support
      * 159215 : [PATCH] Memory leaks in audioscale
      * 159296 : Playing benow.mp3 file cause totem to hang on EOS with de...
      * 159297 : dark.441-16-s.flac hangs on eos in totem with debug spew
      * 159301 : gstreamer.avi file plays, but have broken seeking in totem
      * 159338 : alaw/mulaw decoders caps warning
      * 159433 : [osssink] doesn't check for supported channels
      * 159512 : Progress bar with m4a (aac) broken
      * 159651 : [decodebin] totem crash
      * 159759 : DVD LCPM asserts
      * 159847 : [build] hardcoded path for musepack headers in configure
      * 159864 : avidemux sends GST_EVENT_DISCONTINUOUS
      * 159986 : [PATCH] Videorate doesn't handle seek and doesn't reset w...
      * 160276 : [PATCH] mpegdemux and dvddemux don't reset themselves in ...
      * 160439 : Can't compile gst-plugins without GCONF
      * 160514 : [avidemux] seek after EOF for truncated avi files (to non...
      * 160532 : [avidemux] avi[cvid+PCM] : no image, sound is noise
      * 160808 : 'ERROR: pipeline doesn't want to play' when using xvimage...
      * 160869 : [playbin] ogg file (theora/vorbis) causes segfault near end
      * 161039 : [PATCH] [deinterlace] rowstrides need fixing
      * 161538 : [playbin] AVI files with mp3 audio are out-of-sync in pla...
      * 161624 : [alsasink] crash at end of playing this file
      * 161980 : Volume control applet does not set value correctly.
      * 162819 : [audioscale] cleanup
      * 162913 : [mms] missing NULL terminator to g_object_set() in uri ha...
      * 162924 : [playbin] totem assertion failures when playing cd / pote...

API changes since 0.8.6:

- API additions:

* A new cdparanoia property, device, has been added.
* A new dvdnavsrc property, device, has been added.
* A new dvdreadsrc property, device, has been added.
* A new vcdsrc property, device, has been added.

- API depreciations:

* A cdparanoia property, location, has been marked for deprecation.
* A dvdnavsrc property, location, has been marked for deprecation.
* A dvdreadsrc property, location, has been marked for deprecation.
* A vcdsrc property, location, has been marked for deprecation.
2005-01-06 11:25:10 +00:00
jmmv
06a917d9d9 Update to 0.8.8.
While here, improve handling of files living under PREFIX/libdata: instead
of keeping them in the PLIST, remove them from the deinstallation script;
this way we won't get checksum mismatches (a typical thing when doing "make
replace").

Also remove some compatibility hacks I added before the libtool soname
changes were done (they are useless).  And fix PLIST WRT .la files.

Changes since 0.8.7:

      * Threading fixes
      * Opt scheduler fixes
      * Documentation updates
      * New translation: Norwegian Bokmaal (Kjartan Maraas)
      * New translation: Italian (Luca Ferretti)
      * New scheduler: fair

Bugs fixed since 0.8.7:

      * 144804 : opt scheduler breaks on playing a pipeline
      * 148787 : clocks are not distributed correctly
      * 149936 : [PATCH] [build] GStreamer without registry support do not...
      * 150051 : fakesrc needs a data rate parameter that timestamps the d...
      * 151605 : impossible to play .mpg or avi files with gst-launch-ext
      * 153882 : [PATCH] The win32 version of gstenumtypes is not up to date
      * 154061 : optimal scheduler doesn't get freed
      * 156063 : infinite loop and 100% CPU with some MP3
      * 156179 : gstreamer typefind plugin information from gst-inspect is...
      * 157127 : Cleanup of issues reported by sparse
      * 157263 : use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff ...
      * 158018 : gstreamer typefind stalls on these JPEG files
      * 158162 : opt deadlock
      * 158163 : [api] Problem querying on ghostpads
      * 159852 : [PATCH] [api] g_signal_emit thread safety issues
      * 160019 : segfault when error occurs playback of uri containing per...
      * 160220 : gst_pad_set_explicit_caps of a NULL caps doesn't work

API changes since 0.8.7:

- API additions:

* A new function, gst_plugin_get_version, has been added.
2005-01-06 11:23:44 +00:00
tron
5aecb1f85b Regenerate checksum after update of MPlayer packages. 2005-01-06 11:15:59 +00:00
drochner
89267fadd5 update to 1.0pre6
This release updates and enhances documentation and translations, adds full X86-64 support, adds 18
 new codecs, updates various codecs, adds special CPU saving options for low end machines, adds
  better support for MacOS X and Windows, and adds uncountable fixes and enhancements all over the
   place.
2005-01-05 15:39:15 +00:00
wiz
f472d1ec5e Bump PKGREVISION because of curl dependency bump. 2005-01-03 15:59:12 +00:00
wiz
815d74b4ac Remove KDE2 packages (and their dependencies) as proposed on tech-pkg. 2005-01-03 14:32:27 +00:00
wiz
ffff30aa81 Update to 0.104:
* libdv.pc: added -lm to make build more portable.
        * applied x86-64 patch from Dean Kolosiek.
2005-01-03 12:48:29 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jmmv
d09dbe87b3 Update gst-plugins (and all gst-plugins-* packages) to 0.8.6:
Changes since 0.8.5:
      * New translation in this release: Norwegian Bokmaal
      * New translation in this release: Luca Ferretti
      * new element: polypsink
      * new element: musepack decoder
      * alsa fixes
      * playbin fixes
      * support for cd://, cdda:// and dv:// uri
      * v4lsrc fixes
      * id3demux fixes
      * avc-based Firewire camera support
      * speex fixes
      * tcp fixes
      * multifdsink improvements
      * ffmpegcolorspace fixes
      * chained ogg support

Bugs fixed since 0.8.5:
      * 140994 : [mplex] configure failure
      * 143961 : MusePack codec support
      * 144389 : alsasink dies after some time playing
      * 144436 : opt / oggmux problem (endless interrupt event loop)
      * 150061 : gstreamer error in rhythmbox: vorbisdec(27925) vorbisdec....
      * 150576 : pad v4l2src0:src returned caps that are not a real subset...
      * 151059 : [sdlvideosink] doesn't implement overlay properly
      * 151064 : asfdemux crash
      * 151122 : playing a m4a-file using " spider " doesn't work
      * 152750 : audioconvert crash
      * 154781 : [playbin/totem] avi file with just divx video (no audio) ...
      * 154784 : [playbin/totem] playing avi with 320x240 raw yuv video an...
      * 154788 : Xv video in another window
      * 154807 : auparse doesn't error out on invalid files
      * 154834 : [dvdreadsrc] immediate EOS when specifying a title > 0
      * 154903 : cdparanoia plugin doesn't handle URIs
      * 154967 : [wavenc] missing cast and terminator in gst_event_new_dis...
      * 155008 : LoTr movie segfaulting with gstreamer+totem
      * 155223 : memleak in wavparse
      * 155814 : gst_bin_iterate() gets stuck on some images
      * 155864 : [oggdemux] regression with files without proper EOS flag
      * 156372 : gst-plugins fails to build on AMD64
      * 156387 : [oggdemux] seeking is off by up to 30 secs (regression)
      * 156477 : Ogg Vorbis file fails to play. Works with ogg123
      * 156488 : Introducing device for alsasink in gconf makes totem crash
      * 156565 : gst_bin_remove crashes deep down
      * 156910 : Rhythmbox crash at the end of this song
      * 157032 : Patch for dispose/finalize functions in gst-plugins
      * 157281 : crash with totem-gst
      * 157543 : [rtpgsmparse] missing NULL terminator to gst_caps_new_sim...
      * 157548 : [vorbisenc] premature and/or missing terminator to gst_ca...
      * 157632 : C99 style variable initialization(multifilesrc_test.c)
      * 157964 : smoothwave display warnings when launching gst-register
      * 157986 : [vorbisdec] fix warning when querying while draining
      * 158006 : alsasink/rhythmbox don't like each other anymore
      * 158125 : gstreamer apps have serious issues with 0.8.5.2 plugins & ...
      * 158221 : Build fix for gstreamer-plugins 0.8.5.3
      * 158365 : Fix for playbin hangs
      * 158375 : fix segfault in mp3 typefinding
      * 158462 : [dvdreadsrc] invalid reads / is_nav_pack assertion failure
      * 158832 : pngenc drops GstBuffer extra info (timestamp, length...)
      * 158976 : [oggdemux] seeking broken again [regression]
      * 159186 : [PATCH] videorate doesn't handle all colorspaces
      * 159187 : [PATCH] v4l probes too much and should cache

API changes since 0.8.5:
- API additions:
* A new v4lsrc property, autoprobe-fps, has been added.
2004-12-28 21:47:18 +00:00
minskim
2303107855 Allow to build with python-2.4. 2004-12-26 06:32:47 +00:00
markd
6dd812e58a Use sh rather than bash to run update script.
Partial fix for PR 28657.  Bump PKGREVISION.
2004-12-23 12:54:29 +00:00
xtraeme
21024641fe Some fixes for this package:
* Build the oss audio plugin, fix hardcoded audio device.
* When Mesa is used the opengl plugin is not built, check this via
  USE_BUILTIN.{MesaLib,glu}.
* Fix some tests in configure.ac.
* Add PLIST.common_end to remove directories, otherwise the dirs are not
  removed correctly.

More changes to come in the future for configure.ac...

Bump PKGREVISION.
2004-12-23 03:05:53 +00:00
drochner
7687cb5c99 update to 1-rc8
fixes some security vulnerabilities, bugfixes
2004-12-21 18:56:44 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
tron
8dae087d36 Update "mplayer" packages to version 1.0pre5try2 (as 1.0rc5pl2).
Changes since version 1.0pre5:
- buffer overflow in mp3lib fixed
- heap overflow in Real rtsp streaming code fixed
- stack overflow in mmst streaming code fixed
- unnecessary bmp demuxer removed because of buffer overflows
- heap overflow in pnm streaming code fixed
This fixes the vulnerabilities reported by iDEFENSE recently.
2004-12-17 22:33:13 +00:00
salo
52d975cceb Updated to version 1.0.1
Changes:
- mmg: Fixed some layout issues with wxWidgets 2.5.3 and newer.

- mmg: new feature: The window position is saved and restored when mmg is
  started the next time.

- mmg: bug fix: Fixed a crash/memory corruption showing weird characters
  in the input boxes.  This happened when the user removed a file from
  mmg while mmg was updating the command line.

- mmg: bug fix: mmg now has an icon associated with it while it is running
  instead of the generic Windows application icon (Windows only).

- mmg: bug fix: The main window is now minimized during muxing. This allows
  to hide both of the windows while muxing is running and restoring them
  later, even if they were iconized when muxing finished (Windows only).

- mmg: bug fix: Made the muxing dialog ("mkvmerge is running") modal all the
  time.  This prevents the user from hitting the main window's minimize
  button.  On Windows this makes mmg stuck in iconized mode if it was
  iconized when muxing finished.

- mkvmerge: bug fix: The first packet of an AAC track read from Real
  containers might not start at the timecode 0. This offset was ignored by
  mkvmerge.

- mkvmerge: bug fix: Fixed a buffer overflow in the UTF-8 file reading
  routines.
2004-12-15 13:53:08 +00:00
minskim
454cd9af8b Add build dependency on pkgconfig. 2004-12-14 20:34:42 +00:00
markd
2a2b9e36cb locale files moved to under ${PKGLOCALEDIR}/locale/...
Bump PKGREVISION.
2004-12-10 06:40:11 +00:00
markd
e80ce7c06f Update to kde 3.3.2
Changes:
* akodelib: Play even more broken and wierd MP3s well.
* akodelib: Don't crash on when mmap fails (e.g. on NTFS).
* akode-artsplugin: Play dual-mono files as stereo
* akode-artsplugin: Halt playobject if a stream terminates
2004-12-10 06:13:03 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
ben
149b72d0b3 Add missing @comment before CVS tags in PLIST.* 2004-12-02 12:54:26 +00:00
ben
cbeebba604 Correct PLIST to match powerpc-specific install. 2004-12-01 15:08:35 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
jlam
40377c791f Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4.  The "buildlink" phase was removed for the last branch,
and this is the final cleanup.  "post-buildlink" is now "post-wrapper".
2004-11-28 19:19:51 +00:00
wiz
71d1a5e48c libdv.so uses pthread functions directly, so include pthread.bl3.mk
and fix libdv.so link line so that it links against libpthread.
2004-11-28 14:34:28 +00:00
adam
bef34805b4 Changes 0.103:
* Unknown (you have to track the mailing list)
2004-11-25 14:52:20 +00:00
salo
b734345f3a Update to version 1.0
Changes:
- mkvmerge: bug fix: The Matroska reader doesn't insist on having
  a default duration ( = FPS) for video tracks in the "AVI
  compatibility mode" ( = with the CodecID "V_MS/VFW/FOURCC"). This
  enables re-muxing of Matroska files created from MP4 files.

- mmg: bug fix: File names with non-ASCII characters were not
  working if mmg was compiled against a Unicode enabled wxWidgets.

- mkvmerge: new feature: Added reading DTS from AVIs and from
  Matroska files.

- mkvmerge: bug fix: A variable initialization was missing which
  very recent gcc versions (3.4.2) did not like very much. Also
  fixed a small compilation bug.
2004-11-24 08:14:47 +00:00
xtraeme
95fb4e5599 Update multimedia/acidrip to 0.14.
Acidrip now can encode from files and directories, not just DVD's; and
bugfixes.
2004-11-23 12:03:32 +00:00
tv
e6ee8d8121 Avoid use of := in PKGNAME.
Fix pre-configure make operator (should use :, not ::).
2004-11-23 03:04:56 +00:00
xtraeme
1b5320df85 Update multimedia/xvidcore to 1.0.2.
Changes since 1.0.1:

  * xvidcore
        o Fixed non compliant bvop decoding
          (was using rounding=0 instead of rounding=1)
        o Added better mv bound clipping for broken streams.
        o Better behavior with content claiming not containing bvops
          but eventually having bvops.
        o Force fincr and fbase to be < 16bit.
        o Fixed thread safety problem in C language iDCT implementation.

  * VFW frontend
        o Memory leak
2004-11-22 11:52:07 +00:00
rh
b3df896497 Add and enable RealPlayerGold 2004-11-20 12:46:28 +00:00