Commit graph

465 commits

Author SHA1 Message Date
markd
ecf3fb64ad use ${SUSE_DIR_PREFIX} in the suse_openmotif dependency to allow suse91_... 2004-11-10 08:56:16 +00:00
salo
8d3c353a80 Updated to version 1.5
Changes:
- dvdxchap accepts a range of chapters to output and adjusts
  the timestamps.  Patch by Olivier Rolland.
- ogmcat accepts files that contain a single track whose serial
  nubmers don't match. This is the case for audio-only Ogg files.
2004-11-09 14:46:33 +00:00
salo
8a635e6f2f Might as well just commit the PLIST changes too.. 2004-11-09 10:12:38 +00:00
salo
622c3ae4b6 Update windows-all, the old distfile no longer available. *sigh* 2004-11-09 10:05:48 +00:00
tron
a7f3beec4d Readd checksum for "patch-ac". 2004-11-06 15:46:40 +00:00
wiz
2a65b48bea Fix faad2 test in configure script on -current;
based on PR 26412 by Tom Spindler.
Bump PKGREVISION on all affected packages.
2004-11-06 00:47:34 +00:00
adrianp
e59e47e849 - PLIST fix spotted by wiz@ 2004-11-05 16:20:26 +00:00
wiz
4b92cc41b3 Skins changed again; use new DIST_SUBDIR. 2004-11-04 11:19:17 +00:00
jmmv
814559933a Explicitly disable gtk-doc during the build, which results in some files
not beeing installed (these were here in the first place because I had
gtk-doc installed while updating the package).  Bump PKGREVISION to 1.
Fixes problem shown in kristerw@'s bulk build.
2004-11-02 21:20:59 +00:00
salo
0441f4f942 Updated to version 0.9.7
Changes:

- mkvmerge: bug fix: The handling of external timecode files was
  still not correct but should be OK now.

- mmg: Added an error message if the user selects 'mmg' as the
  'mkvmerge executable' because that would lead to an infinite
  number of 'mmg's being spawned.

- mkvmerge: bug fix: If LFE is on for DTS then the number of
  channels is one more than what the DTS frame header says.

- mkvmerge: bug fix: Timecodes for Vorbis were wrong on rare
  occasions (when reading laced Vorbis from a Matroska file and
  changing the lacing, e.g. when splitting for the second and all
  following files).

- mkvmerge/mkvinfo/mkvextract: bug fix: The chapter and tag
  element tables were not always intialized correctly depending on
  the compiler and the optimization flags used.

- mkvmerge: bug fix: The OGM reader was broken if at least one
  track was not to be copied from the file (happened between 0.9.5
  and 0.9.6).

- mmg: bug fix: After loading saved mmg settings the track input
  box listed the tracks always coming from the last input file and
  not from the one they really came from.

- mmg: enhancement: Made mmg's main window properly resizable.

- mkvmerge: Rewrote the code for the external timecode files. This
  also fixes bug 99: The durations for the individual tracks were
  not correct for those tracks for which --timecodes was used.

- mmg: bug fix: Crash when saving chapters from the chapter
  editor. Same as the mkvinfo issue below but on all OS.

- mkvinfo: bug fix: The chapter and tag element tables were not
  initialized on Windows resulting in a crash when one of those
  elements was encountered.
2004-10-29 09:03:27 +00:00
jmmv
60653062e1 Update gst-plugins* to 0.8.5:
Changes since 0.8.4:

      * New translation in this release: Oriya
      * licensing corrections
      * new element: mngdec
      * pixel aspect ratio conversion fixes
      * 64 bit fixes
      * NEW_MEDIA fixes
      * ogm support added
      * matroska fixes
      * playbin fixes
      * alsamixer fixes
      * gnomevfssrc fixes
      * ogg fixes
      * multifdsink fixes
      * multifilesink fixes
      * qtdemux fixes
      * avidemux fixes
      * asfdemux fixes
      * wavenc fixes
      * flac fixes
      * fli/flx fixes
      * mpeg fixes
      * speex now actually works

Bugs fixed since 0.8.4:

      * 121809 : [Solaris] Not able to record
      * 130682 : [alsasink] fails to negotiate with audio decoders
      * 135407 : [xviddec] shows green frames when decoding packed bitstre...
      * 140432 : Osssink and alsasink broken on nforce2 (intel8x0) soundcard
      * 140897 : Incorrect segment duration in files created with matroska...
      * 140898 : No writing application specified in matroska files create...
      * 141554 : vorbis in matroska files makes the vorbisdec plugin segfault
      * 144091 : [Solaris] audio mixer element
      * 144616 : Infinite loop in wavparse.
      * 148711 : typefind function for TTA audio files
      * 148950 : matroskademux doesn't set buffer duration
      * 148951 : matroskademux misses the tta codec in its codec list
      * 151232 : [lame] doesn't build with lame-3.90
      * 151236 : [v4l] compile failure
      * 151410 : Memory leaks in multifdsink
      * 151462 : theora plugin Makefile broken
      * 151877 : [PATCH] Fix bad casts in ximagesink.c
      * 151879 : [PATCH] fix bad pointer casts in xvimagesink.c
      * 151881 : [PATCH] Fix format strings for amd64 in seek.c
      * 151882 : [PATCH] Fix format string warnings in spider_seek.c
      * 151883 : [PATCH] fix cdplayer.c warnings on amd64
      * 151884 : [PATCH] Fix format string warnings in cdparanoia.c
      * 151886 : [PATCH] Fix format string warnings in vorbisfile.c
      * 151887 : [PATCH] Fix format string warnings in player.c
      * 152102 : wavenc leaks events
      * 152341 : patch for ivorbis compile failure
      * 154301 : typefind and rmdemux don't use the same mime type for rea...
2004-10-28 14:22:48 +00:00
jmmv
fd48e55ed1 Update to 0.8.7:
Changes since 0.8.6:

      * important playback thread fix
      * typefind fix for non-seekable streams

Changes since 0.8.5:

      * spider, queue fixes
      * fakesrc and identity now have a datarate property
      * dataprotocol threadsafety fix

Bugs fixed since 0.8.5:

      * 136962 : crc error when decoding flac with typefind and threads
      * 150001 : [PATCH] Mem leaks in gstpad.c, gstxml.c and gstelement.c
      * 150262 : gstreamer.spec file needs correction to work with rpmbuil...
      * 150626 : bug trying to play a theora web stream
      * 153657 : make typefind prevent unneeded discont element
      * 153881 : [PATCH] in-code C declarations

API changes since 0.8.5:

- API additions:

* The "fakesrc" element now has a datarate property.
* The "identity" element now has a datarate property.
2004-10-28 14:21:52 +00:00
drochner
4c8677a37b update to xine-lib-1-rc6a
New Features:
- Added support for Annodex bitsream format. The Annodex bitstream
  format is a subset of the Ogg encapsulation format: it"s basically
  Ogg with extra timing information, so that time-based stream
- Added support for VobSub-in-Matroska (Vobsub is raw subtitle
  stream from a DVD. This patch enables support for VobSub
- Added support for 44100Hz DTS in .wav files
- Added experimental time stretching plugin: play stream faster or
 slower than original speed, optionally preserving pitch
 - Added configure option for building xine with external ffmpeg
		       library
- Added api for finer playback speed control (requires frontend
                      support)
- Added support for QuickTime 6.3 DLLs
- Added support for mp3 audio in mp4 files
- Added support for using utf-8 for matroska subtitles
2004-10-27 20:31:33 +00:00
adrianp
5422c02d94 - Update to xmltv-0.5.36
- Documentation fixes
- Bug fixes
- More channels added
2004-10-27 17:58:33 +00:00
tron
47848b304c Add "Blue" skin which is the new default skin according to the website.
Also create a link "default" pointing to the "Blue" skin so that "gmplayer"
will work again if no skin is selected. Bump package revision because
of that.
2004-10-20 20:02:13 +00:00
adrianp
14fd23dc22 Note addition of p5-xmltv-0.5.35 2004-10-20 19:00:05 +00:00
adrianp
6d081ffa92 XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.

At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 18:56:28 +00:00
grant
89408c4ffa unconditionally include xvidcore/buildlink3.mk, as it DTRT now. 2004-10-19 10:37:30 +00:00
grant
ed7633b643 xvidcore is i386 only, so use it if we are on i386. 2004-10-19 10:36:54 +00:00
ben
0e4f9a04ca Update to 1.0rc5nb5:
All skin distfiles have changed, so set DIST_SUBDIR to a new
value and update the checksums.

Addresses PR#27295.
2004-10-19 03:51:10 +00:00
sekiya
5efdfb952a xvidcore is i386-only; therefore, don't depend on it if ARCH != i386. 2004-10-19 03:11:38 +00:00
sekiya
b3b4b88c40 Don't link libvout and libac3_tc to import/export modules -- these two libraries
are static, so libtool will refuse to create a working module.

Instead, link those libraries into the transcode binary itself (libvout was
already being so linked) and remove them from the module link arguments.
2004-10-19 02:15:05 +00:00
salo
58d8089549 Updated to version 0.9.6
Changes:

- mkvextract: bug fix: The track extraction was creating the
  output file twice if the Matroska file contained a copy of the
  track headers. This resulted in the first extracted file being
  overwritten at the end of extraction.

- mmg: bug fix: If the file title is read from an input file, not
  modified by the user and that input file is removed again then the
  file title will be unset.

- mkvmerge: enhancement: Converted the raw FLAC reader to use
  another interface to the FLAC libraries. This results in a speedup
  of up to 50%. Thanks to Josh Coalson for telling me about its
  existence.

- mkvmerge: new feature: Added two warnings. One about invalid
  track IDs that were used on the command line but that don't
  correspond to an available track in a file and one if no track
  will be copied from a source file. Both warnings hint at bad
  command line arguments.

- mkvmerge: Only write the segment duration as a 64bit float if
  there is no video track present. This way users won't have to
  update their DirectShow filter/apps for most files. Only
  audio-only files need this precision anyway.

- mkvmerge: Changed the Ogg/OGM reader to use the stream number
  and not its serial number as the track ID (meaning the track IDs
  will be 0, 1, 2... etc. instead of the random numbers oggenc uses
  as the serial numbers).

- mkvmerge: new feature: The CUE sheet parser now accepts INDEX
  lines with indices from 00 up to 99 and implements the Red Book
  specification for audio CDs that way. Patch by Vegard Pettersen
  <vegard_p at broadpark adot no>.

- mkvmerge, mkvextract: bug fix: ASS was handled like SSA which is
  not correct in each case, especially when extracting it.

- mkvextract: bug fix: The WAV writer was not endian safe.

- mkvmerge: bug fix: The charset was not set correctly on Solaris.

- mkvmerge: bug fix: mkvmerge crashed when reading Matroska files
  that contain an empty tag list.

- mkvmerge: bug fix: Some Matroska files that e.g. have had their
  timecodes offset with the Matroska Stream Editor or other means
  may contain timecodes that caused mkvmerge to print a warning
  about "timecode < last_timecode". A new fix implements a
  workaround and a warning message with a proper explanation for
  this case.

- mkvmerge: bug fix: Older Matroska files containing chapters
  caused mkvmerge to abort muxing.

- mkvmerge: bug fix: mkvmerge was only copying the last tag of a
  list of tags applying to a track from a Matroska file.

- mkvmerge: bug fix: mkvmerge will show a nice warning if the
  entries in a SRT have non-continuous timestamps. It'll also sort
  the entries by their start timestamp instead of throwing the
  generic "timecode < previous timecode" warning.

- mmg: bug fix: The 'Matroska file analysis' window that occurs
  when reading chapters from a Matroska file did not disappear if it
  was minimized when the process finished.

- mkvmerge: new feature: Added a new parameter
  --aspect-ratio-factor.

- mkvinfo: bug fix: Strings from chapters and tags were shown in
  UTF-8 instead of the local charset. This bug was introduced around
  2004-08-28.

- mkvmerge: bug fix: Not all chapter elements were copied
  correctly from a source Matroska file.

- mkvextract: Sped up the extraction of attachments, chapters,
  cuesheets and tags by using the seek head information and not
  parsing the full file each time.

- mkvmerge: bug fix: The Matroska reader was not handling very big
  cluster timecodes correctly. Those can occur when the timecode
  scale factor is very small.

- mkvmerge: bug fix: Empty clusters in Matroska files no longer
  make mkvmerge think that file has been read completely.

- mkvmerge: new feature: Added support for MP2 (and maybe MP3)
  audio in MP4 containers.

- mkvmerge: new feature: The chapter and tag parsers accept XML
  element attributes instead of sub-elements for those sub-elements
  that only contain data. Example for a "simple tag":
  <Simple Name="ARTIST" String="Tori Amos"/>

- mkvmerge: bug fix: The automatic MIME type detection based on
  the file name extension was using the file name extension as the
  MIME type.

- mkvmerge, mkvinfo: new feature: Added the four new PixelCrop
  elements.

- mkvmerge, mkvextract, mkvinfo: new feature: Added
  'TargetTypeValue' as a supported tagging element.

- mkvmerge, mkvextract, mkvinfo: Complete rewrite of the chapter
  and tag parsing and output functions. Additions will be much
  easier now.

- mkvmerge, mkvextract, mkvinfo: feature removed: Dropped support
  for the very old and deprecated tagging system. No one used it
  anyway.

- mkvmerge: new feature: Allow the use of two-letter ISO639-1
  country codes in for the '--language' parameter. Those will be
  converted to the corresponding ISO639-2 language code
  automatically.

- mkvmerge, mkvinfo, mkvextract: new feature: Added support for
  the 'TargetType' tag element

- mkvmerge: bug fix: The MP3 handling was broken on weird and rare
  occasions when reading MP3 from a Matroska file.

- mkvmerge: bug fix: Removed a bogus warning about an attachment's
  MIME type having been given more than once.
2004-10-14 17:13:27 +00:00
salo
682492402a Updated to 0.7.4
Changes:

- EditionProcessed has a default value (0) according to the specs.
- KaxEditionManaged becomes KaxEditionProcessed and mandatory
  KaxEditionManagedPrivate becomes KaxChapterManagedPrivate
- no more automatic OutputSamplingFrequency default value
- add support for KaxChapterProcessCommand and KaxEditionManagedPrivate
- The ValidateSize function is neither needed nor correct (probably copy
  & paste from somewhere). Integers of all sizes are accepted as in all
  the other UID cases.
- allow DLL building with MSVC7 (not compatible with the MinGW DLLs)
- KaxTagTargetTypeValue default to 50
- TargetTypeValue is no longer mandatory
- Fixed the wrong element names.
- add KaxTagTargetTypeValue as in the specs
- add KaxChapterPhysicalEquiv as in the new specs
- add KaxChapterProcess and KaxChapterProcessTime
- add the new PixelCropXXX elements
- added KaxEditionFlagDefault and KaxEditionManaged
- add the new TargetType element in tags
- Set the default value for KaxTagLangue to "und" complying with
  the specs.
2004-10-14 17:04:35 +00:00
markd
7f17964622 Remove the part of the patch thats already in 3.3.1 (I thought I tested
that).  Spotted by Ian Zagorskih.
2004-10-14 11:10:00 +00:00
markd
da160b1ab2 Update to KDE 3.3.1
Changes:
* akodelib: Fixed decoding of Ogg/Vorbis on big-endian machines
* akode-artsplugin: Fixed artsd-crash when playing in Konqueror
* juk: Fixed a bug where JuK sometimes crashes on KDE logout.
* juk: Fixed the removeTrack() DCOP call, which caused an infinite
  memory-leaking loop.
* juk: JuK now automatically saves your playlists every 10 minutes.
* juk: The tree view mode uses a case-insensitive search to fill its
  dynamic playlist now, matching the internal method of operation.
* juk: The tag editor no longer loses changes when you hide the tag editor.
* juk: Added checks for the return value of opendir(), which could fail if
  you don't have read permission for the directory.
* juk: Update status bar after changing the tags on the currently playing
  item.
* juk: Fixed a bug where a tree view mode playlist could be deleted out
  from under an item that needed to access it.
* juk: Fixed the GUI layout to also work in right-to-left languages.
* juk: Update the status bar when a different playlist is selected.
* juk: Always show the playing playlist in the status bar, fixing a
  regression from KDE 3.2.
* kscd: Fix saving of cd-information
2004-10-13 12:16:06 +00:00
markd
1d1c0764ae Update to kmplayer 0.8.3a
Changes since version 0.8.3
- Auto hiding in fullscreen fix
- Mencoder recording fix for URLs
- Yet another spurious seek locking Xine when playing a playlist
- Comment out NoExpose debug line with kxineplayer
Changes since version 0.8.3-rc5
- Two more regression fixes in show cache progress, get rid of spurious seek
  command caused by switching progress slider usage and don't update playing
  position if there is no position change (might fill cache instead).
- Xinerama fix, fullscreen on display where video widget is on.
Changes since version 0.8.3-rc4
- Fix regression in show cache progress in 0.8.3-rc2, which made the xine
  backend hang on some web movies
- Ripped out the arts volume slider. Now you only get a volume slider if you
  run kmix standalone or as an applet in kicker.
- Try to limit symbols in the shared objects by using KDE_NO_EXPORT. Although
  hard to measure, hopefully speed up loading the plugin
- New recorder (mplayer -dumpstream) from Stefan Siegel
2004-10-12 11:21:54 +00:00
snj
cff509fba4 Bump PKGREVISION to 2 for mycroft's recent kaudiocreator fix. 2004-10-10 19:55:01 +00:00
mycroft
2d485972eb Fix off-by-one errors which were causing the chunk sizes in .wav files
produced by kaudiocreator to be one sector too short, which in turn caused
flac to barf on the "garbage" at the end.  Now kaudiocreator can actually
read and encode an entire CD.
2004-10-10 19:50:23 +00:00
tv
a62d3fb0e1 Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
2004-10-07 16:36:47 +00:00
tron
027e49bb15 Add missing trailing slash to master site URL. 2004-10-07 11:48:45 +00:00
jdolecek
b7f0b963af Update to latest version - 7.0.25 for Linux and 7.0.53 for Solaris/sparc
Change list is not available, but some flash movies were not readable
with the older version.

Only tested the Linux version (with Opera), the Solaris/sparc update
part was manually edited
2004-10-05 18:54:53 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
wiz
26536e26c5 Update to 1.0rc5nb3:
Remove one skin that disappeared, and update one skin name.
Also, all skin distfiles have changed, so set DIST_SUBDIR to a new
value and update the checksums.

Addresses PR 27071.
2004-09-30 09:01:57 +00:00
tron
1b89d43900 Don't use extra commans in "-Wl" commands which apparently cause problems
with either the "libtool" or "buildlink3" framework. This fixes the build
problem discovered in recent bulk builds.
2004-09-28 15:26:09 +00:00
jlam
0b2f61b496 Back out previous commit as it's no longer necessary -- bsd.buildlink3.mk
will now automatically pre-create the buildlink bin directory.
2004-09-24 16:17:53 +00:00
wiz
0bc219e30b Update to 1.1.2:
Version 1.1.2 (unreleased) [sic]

 * fix a bug with multipage packet assembly after seek

Version 1.1.1 (2004 September 12)

 * various bugfixes
 * important bugfix for 64-bit platforms
 * various portability fixes
 * autotools cleanup from Thomas Vander Stichele
 * Symbian OS build support from Colin Ward at CSIRO
 * new multiplexed Ogg stream documentation

Package change:
Move documentation from share/doc/html to share/doc.
2004-09-24 12:33:16 +00:00
seb
56f55b5e43 Catch up with bsd.wrapper.mk framework: s/BUILDLINK_DIR/WRAPPER_DIR/ 2004-09-24 09:18:15 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
079f1003e5 Update to 0.8.1. This version corresponds to GNOME 2.8.0.
Changes since 0.8.0:
	* added en_CA, Canadian English (Adam Weinberger)
	* added gu, Gujarati (Guntupalli Karunakar)
	* added tk, Turkmen (CGurban Tewekgeli)
	* added or, Oriya (Gora Mohanty)
	* added bs, Bosnian (Kemal Sanjta)
	* added nb.po (Kjartan Maraas)
	* fixed bug in .wav info reading (Iain Holmes)
	* fixed test application (Colin Walters)
	* fixed double play call (Kaushal Kumar)

Changes since 0.7.0:
	* thumbnailer fix
	* added Punjabian and Great Britain English translations
	* updated Croatian and Catalan translations
2004-09-21 17:16:07 +00:00
jmmv
72c0b1ad06 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
Changes since 2.7.1:

	* GStreamer-based (CDDB-capable) backend to GNOME CD
	* Added "nb" and "bs" translations
	* Added ALSA switches (simple boolean on/off) to Volume Control
	* Made the whole release compile properly using -Wall -Werror

Bugs fixed since 2.7.1:

	* 51152: CD Player does not support CDDA
	* 123937: Progress bar does not move while recording
	* 140082: Too many "name-changed" events for Play/Pause button
	* 142828: Bad preprocessor directive in gnet-private.h
	* 143287: [Solaris], Need to set the audio port
	* 143327: No ATK name for Available Themes selection widget
	* 144341: gnome-cd chrashes/hangs when opening/closing tray
	* 144536: missing gst-cdparanoia-cdrom.c and gst-cdparanoia-cdrom.h
	* 148353: gnome-cd crashes when pressing ejecting a cd while it is ...
	* 151305: missing return value in seek_to()
	* 151306: Cleanup of issues reported by sparse/gcc

This is gnome-media 2.7.1

Changes since 2.6.1:

      * Swapped About and Help (Jorn Baayen)
      * Fixed cddb-slave2 documentation link (Kaushal Kumar)
      * Added "tk" translation
      * Fixed compiler warnings in CDDBSlave2
      * Lots of functionality updates in CDDBSlave2
      * Fixed spelling errors in schemas

Bugs fixed since 2.6.1:

      * 117695: Don't flood syslog with failed CDROMVOLREAD ioctls (Thomas)
      * 130233: Internationalize profile names and descriptions (Thomas)
      * 134339: Change dir to path in source (Thomas)
      * 134340: Use ngettext (Thomas)
      * 134341: Whitespace before punctuation in gnome-media message (Thomas)
      * 137139: Change terminal to profile (Thomas)
      * 141985: Check .cddb directory for entries (Thomas)
      * 114015: Fix window title for gnome-cd on unknown discs (Thomas)
      * 135139: Add NetBSD support (Julio M. Merino Vidal)
      * 130651: Change name and comment in .desktop file (Thomas)
      * 140344: use gnome-common (Christian Neumair)
      * 141406: use a colorspace convertor from gst-plugins
      * 137198: install gstreamer-properties correctly (Julio Vidal)
      * 125409: redraw display text when style changes (Leena Gunda)
      * 137464: use gtk_icon_theme in recorder (Fernando Herrera)
      * 141985: also check .cddb entries (Thomas)
      * 114015: Fix display of unknown entries (Thomas)
      * 124924: Initialize pointers (Thomas)
      * 119596: Differentiate between audio and data cd (Balamurali Viswanathan)
      * 139555: Make CD playback stop when application exits (Richard Kinder)
2004-09-21 17:13:35 +00:00
salo
7e4fa8d7e6 Update windows-all, the old distfile no longer available. (this is getting
ridiculous..)
2004-09-17 08:07:12 +00:00
salo
169c1b95e9 Update windows-all part of the package, the older distfile is no longer
available.
From Pavel Cahyna via PR pkg/26938.
2004-09-14 06:26:52 +00:00
xtraeme
1edd532e63 Check for libXv.so on ${X11BASE}/lib not /usr/X11R6, which breaks
installation using XFree86/xorg packages from pkgsrc.

Apply patch from FUKAUMI Naoki in PR pkg/26743, no bump PKGREVISION
because there aren't functional changes if XFree86/xorg from pkgsrc
is not used.
2004-09-09 07:50:53 +00:00
jmmv
2dc8a1b493 Update gst-plugins to 0.8.4:
Changes since 0.8.3:

      * New translation in this release: Albanian
      * licensing corrections
      * fixes for compiling with G_DISABLE_ASSERT
      * pixel aspect ratio conversion fixes
      * tcpserversink fixes and additions
      * multifdsink can use poll now as well
      * interleave fixes
      * audioscale fixes
      * videotestsrc fixes
      * v4lsrc fixes
      * theoradec, theoraenc fixes
      * lame fixes
      * flac fixes
      * ximagesink, xvimagesink fixes
      * sunaudio fixes

Bugs fixed since 0.8.3:

      * 135407 : [xviddec] shows green frames when decoding packed bitstre...
      * 140432 : Osssink and alsasink broken on nforce2 (intel8x0) soundcard
      * 140897 : Incorrect segment duration in files created with matroska...
      * 140898 : No writing application specified in matroska files create...
      * 141554 : vorbis in matroska files makes the vorbisdec plugin segfault
      * 144091 : [Solaris] audio mixer element
      * 144616 : Infinite loop in wavparse.
      * 148711 : typefind function for TTA audio files
      * 148950 : matroskademux doesn't set buffer duration
      * 148951 : matroskademux misses the tta codec in its codec list
      * 151232 : [lame] doesn't build with lame-3.90
      * 151236 : [v4l] compile failure
      * 151410 : Memory leaks in multifdsink
      * 151462 : theora plugin Makefile broken

Changes since 0.8.2:

      * New translation in this release: Czech
      * New translation in this release: Hungarian
      * pixel aspect ratio conversion
      * tcpserversink fixes and additions
      * oggdemux fixes
      * theoraenc and theoradec fixes
      * ximagesink and xvimagesink fixes
      * ladspa fixes
      * videoscale and ffmpegcolorspace fixes for stride
      * mpeg and dvd fixes
      * win32 project file additions
      * new elements: playbin and decodebin
      * new element: multifdsink
      * new element: pngdec
      * new element: alpha
      * new element: multifilesink

Bugs fixed since 0.8.2:

      * 141906 : hang on removing ximagesink from a pipeline
      * 142432 : Wrong sink MIME type in shout2send
      * 143222 : [oggdemux] Optimize tag reading
      * 143548 : Please update libtool to fix build on arm
      * 143703 : duration always 0 for some (gst produced) .ogg files
      * 144624 : wavenc doesn't close file properly
      * 144753 : libgstinterfaces should be split, or: 'volume' should not...
      * 144815 : [alsasink] gst_element_set_time_delay() assertion failure...
      * 144866 : [flac] seeking broken, duration not set on buffers [PATCH]
      * 144941 : alsasink assertion failure on ctrl+z and fg
      * 145031 : totem CVS won't compile because of gst-play ...
      * 145088 : gnome-volume-control has unlocalized volume names.
      * 145118 : Compile error (gcc 2.95, alsa)
      * 145336 : pipeline broke-stonecold
      * 147969 : LADSPA plugin should sanitize the info from the .so's to ...
      * 148021 : Bug in lib-riff
      * 148023 : [ximagesink] doesn't work with Xnest
      * 148043 : audioconvert
      * 148289 : mad plugin crashes on Sun
      * 148505 : [level] for silence peak is reported wrongly
      * 148986 : [lame] bug in negotiation
2004-09-01 17:01:31 +00:00
jmmv
629c57b91a Update to 0.8.5:
Changes since 0.8.4:

      * New Translation: Albanian (sq), Laurent Dhima
      * first release that works on Windows with MSVC7
      * fixed lists can now be intersected
      * transform functions from fraction to double added
      * optimal scheduler fixes
      * fixation fixes
      * filesrc fixes
      * typefind fixes

Bugs fixed since 0.8.4:

      * 145100 : segfault in gst_pad_call_get_function
      * 147889 : gst_element_link_pads_filtered may ignore named dest pad ...
      * 148692 : GstQueue binary compatibility breakage
      * 149981 : Win32 not included in the source distribution
      * 150242 : GStreamer doesn't copy some buffer flags correctly

API changes since 0.8.4:

- API additions:

* A new function, gst_scheduler_register, has been added.
* A new enum member of GstBufferFlag, GST_BUFFER_DELTA_UNIT has been added.

- API depreciations:

* GstBufferFlag has a deprecated enum member, GST_BUFFER_KEY_UNIT.
Buffers should be marked with GST_BUFFER_DELTA_UNIT when they're not
key units instead, since key units are the more common case.

Changes since 0.8.3:

      * New Translation: Czech (cs), Miloslav Trmac
      * New Translation: Catalan (ca), Jordi Mallach
      * gst_init () now behaves like gtk_init ()
      * queue fixes
      * ongoing win32 build integration
      * bytestream now has GstFilePad
      * gst-register is now i18n-ized
      * GstCaps XML-ization works again
      * Fixed enum GValue
      * Added GstFraction GValue

Bugs fixed since 0.8.3:

      * 109831 : clocks aren't refcounted properly
      * 123774 : state change on bin should set same state change on all c...
      * 134663 : failed assertion at end of movie in totem
      * 137863 : CPU/Memory leak when using spider decoder
      * 140219 : no man page for gst-xmlinspect
      * 141378 : gstreamer crashes during initialization due to a recent c...
      * 141692 : gst_init() type function that ignores arguments it doesn'...
      * 142418 : Win32 Debug build should not be the same as the Release one
      * 142422 : Win32 Build documentation missing
      * 142795 : [PATCH] Memory leak in queue element
      * 142813 : [PATCH] Deadlock in optimal scheduler
      * 142850 : GST-Register didn't find any plugins
      * 142903 : [PATCH] fdsrc element never resets buffer offset to zero
      * 143741 : cross compiling issue
      * 143777 : [opt] problem after removing some elemnts and putting the...
      * 143953 : Crash cause by gst_data_is_writable + audioconvert
      * 144185 : Double-free memory
      * 145137 : patch to make GstCaps XML functions actually do something
      * 145338 : [PATCH] Fix a bus error in the optimal scheduler
      * 145391 : gstvalue.c: ref klasses instead of peek
      * 145520 : registry rebuilds too easily
      * 147707 : FreeBSD dosn't have strndup
      * 147713 : opt scheduler resorts the chain incorrectly
      * 147819 : [PATCH] Add some checks in the opt scheduler
      * 147894 : opt scheduler decoupled elements mismanagement
      * 147929 : [PATCH] running gst-register in non-utf8 locale can cause...
2004-09-01 14:30:19 +00:00
wiz
5b41881920 Convert to bsd.options.mk, and add three new options: bktr lame vorbis.
The latter two add support for reading/writing mp3 and ogg files,
while the first adds support for grabbing from bktr(4), based on a file
from FreeBSD ports with some additional changes by me.
Additionally, document how to use it in the man page.

Also, add a patch (by me) to use the NetBSD native audio interface instead
of libossaudio (on NetBSD).

Based on PR 24691 and additional mails by Ove Soerensen (thanks!).
Also addresses PR 20281.

Bump PKGREVISION for the audio interface change.
2004-08-29 22:43:50 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
wiz
ab1dc226b1 Adapt fetch message file description to web page. 2004-08-26 01:03:09 +00:00