Commit graph

68006 commits

Author SHA1 Message Date
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
jmmv
62801751ad Note update of dia to 0.94. 2004-10-14 17:04:51 +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
jmmv
25c28752c3 Update to 0.94:
dia-0.94: 17-Aug-2004

Nothing new happened since last prerelease, releasing.

dia-0.94-pre6: 7-Aug-2004

Fixed crash bug in save as, as well as string sorting issue and crash bug
in UML class and group unhighlighting bug.

dia-0.94-pre5: 2-Aug-2004

Finally fixed memory leak from layout cache.

dia-0.94-pre4: 1-Aug-2004

Important fix for export filters.  Still some leaking from layout cache,
but not as awful.

dia-0.94-pre3: 25-Jul-2004

Fixing a number of png issues and a few bugs.

dia-0.94-pre2: 17-Jul-2004

Second prerelease of version 0.94.  Bunch of small fixes, but together
important enough to make a new prerelease.

dia-0.94-pre1: 04-Jul-2004

First prerelease of version 0.94.  News in this version:

* Highlighting of objects when connecting to them makes it easier to
  connect.

* New shape sets include:
  - RDP (Petri Networks shapes)
  - KAOS (Goal-Directed Requirements Acquisition)
  - I* (Intentional STrategic Actor Relationships modelling)
  - Jackson (Jackson Diagrams)
  - ChemEng (chemical engineering)

* Hexagonal grid, for all you chemists out there.

* Allow selection between layers, selectable in layers dialog.

* Disparate persistence systems replaced by one combined system using XML,
  leaves unknown preferences alone.

* New renderer plug-in for Cairo rendering API.

* New renderer plug-in for WMF outside of Windows.

* New arrow head: Backslash.

* Rounded corners on zigzaglines and polylines.

* Automaticall open new diagram if now chosen at start.

* Diagram modified status now based on undo information.

* Wrapping operations arguments in UML objects.

* Better positioning of association texts.

* More persistence of toolbox selections and dialog entries.

* Better handling of dialogs when parent dialogs close.

* Changed from SGML to XML for docs, still DocBook.

* Fix shape background color compatibility problem.

* Many smaller bug fixes, leaks closed and stuff.
2004-10-14 17:04:08 +00:00
salo
83f97926b0 Updated to version 0.7.2
- migth as well just take maintainership

Changes:

- Fix for the compilation on Solaris.
- Redone the #if... hierarchy to be a bit less confusing.
- Remove the unsupported float80 support
- Allow building a DLL with MSVC7 (not compatible with the MinGW one)
- Proper description for the SHARED option.
2004-10-14 16:59:36 +00:00
gavan
edd65d2726 Find OpenSSL in the correct location. 2004-10-14 16:43:15 +00:00
ben
ff3d204f74 Make note of slurm update. 2004-10-14 16:35:06 +00:00
ben
6f2cd5b998 Update slurm to version 0.3.3. Addresses PR#27248. Changes include:
* update config.* to allow configure run on DragonFly BSD (i386 only)
* README: minor OS updates
* os.h: allow compilation on Sun Forte CC systems again
* theme.c: (theme_readfile): remove NOTICE error
* themes/black.theme: new theme
* use better CPP magic to detect OS features
* allow compilation on a few OpenBSD systems again
* add validinterface() check on Mac OS X
* remove version name from OS for 'darwin' aka Mac OS X
* s/VERSION/PACKAGE_VERSION/
* major config subsystem replacement
* mv THEMES THEMES.txt (welcome to Mac OS X :))
* add support for pre 4.5-RELEASE FreeBSD (tested on 4.2-REL :))
* FAQ: added Linux media Q/A
* README: s/raisdorf/wormulon/
* slurm.1: s/raisdorf/wormulon/, added -L option
* slurm.c: (slurm_shutdown): s/raisdorf/wormulon/
* slurm.spec: s/raisdorf/wormulon/
* theme.c: (theme_readfile): added -D__Debian__ to search for
           themes in /usr/share rather than /usr/local/share
* add -L switch to enable LED
* reduce overhead in upcoming NetBSD port upgrade
* slurm.spec: initial specfile based on 0.2.3
2004-10-14 16:27:17 +00:00
tv
0f9c7e6d40 Speed up subdir configure with -C. 2004-10-14 16:15:26 +00:00
ben
4091c315f3 Make note of pkgclean update. 2004-10-14 16:11:51 +00:00
ben
62580eacca Change pkgclean to wait for the termination of all the child processes.
This fix comes from Peter Postma, and it addresses a problem reported
by Ryo HAYASAKA in PR#27250.
2004-10-14 16:11:05 +00:00
minskim
1e47b42f8f Enable pkgviews installation. 2004-10-14 16:04:49 +00:00
tv
685a08b785 Use the correct install path in the PLIST. 2004-10-14 15:33:51 +00:00
tv
3af3ba2b20 Don't put a .la file anywhere but its installed location, and definitely
don't put it in share/.  Fixes bulk build/"make package".
2004-10-14 15:31:40 +00:00
tv
7c79d95be1 You're going to install those .la files, and you're going to like it, Mister.
(Fixes build breakage because the .la files are needed by the new
libtoolize-plist logic.)
2004-10-14 15:21:25 +00:00
jschauma
f54afc6c7e Note update of sun-jre14 and sun-jdk14 to 2.6.
(Closes PR pkg/27243)
2004-10-14 14:35:24 +00:00
jschauma
55eb6e7e2f Tell people to fetch the JCE file if necessary.
Update sun-j*4 to 14-2.6 (aka sun-jdk/jre version 1.4.2_06).
Bugs fixed since last according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:
- jResourceBundle holds ClassLoader references using SoftReference (not weak)
- enablev006: JVMPI_EVENT_ OBJECT_ALLOC request crashes Server VM
- Update cacerts with new VeriSign ca certs
- (so) Selector.select() throws CancelledKeyException
- Internal Error occurs during offet conversion of byte code in rewrite/relocate
- SEGV in MapLoops test
-  	REGRESSION 1.4: PropertyDescriptors do not find the most specific methods
- REGRESSION 1.5: Introspector.getBeanInfo throws NPE if a primitive type is passe d
- CMS: vtest died with tiger b26
- JVM crashes during deoptimization phase
- CMS thread/SLT deadlock problem
- Unable to create Logger during JVM shutdown
- 64bit j2sdk1.4.2_01 and j2sdk1.4.2_03 dump core with oracle 64bit jdbc oci driver
- Cannot set different runtime parameters for different 1.4.2_x versions
- "java_g -version" dies on an assertion on RH9.0 and RHEL 3.0
- 1.4.2_05: 3 JCK tests failing with -Xcheck:jni flag on Linux
- RH Enterprise 3 and Suse Ent 8 server / desktop asian font properties needed
- Clent VM crash while compiling a large JSP generated method
- NullPointerException in reading an rtf-file into a javax.swing.text.rtf.RTFEdito
- RTFEditorKit wrongly parses rtf if fontname has unicode characters
- 1.4.2_04 Server VM - C2 crash in PhaseCFG::ScheduleLate on Solaris
- bf) Direct memory cannot be unreserved while reserving thread sleeps
- Hotspot compiler changes behaviour of program
- VM segv's running jvmti/jvmpi profiler
- J2SE 1.4.2 cannot display certain awt components in Asian characters in RH2.1 AS
- exception thows from jconsole when run any GUI which works fine with jdk1.4.x
- Can not eliminate implicit null checks for method invocations based on profile
- Regression 1.4.2_06b1 4937429 failing. cacerts in javaws and security dirs diffe
- /api/javax_swing/ SwingUtilities/descriptions.html fails for JCK14a, 1.4.2_06b1
- Regression:4683022 fails for 1.4.2_06-b01
- REGRESSION: ResourceBundle.getBundle(String, Locale) is broken in jdk 1.4.2_05
2004-10-14 14:32:32 +00:00
minskim
b81cf2a728 Note update of mathomatic to 11.4b. 2004-10-14 13:44:56 +00:00
minskim
27283744d3 Update mathomatic to 11.4b.
Changes:
  - Added "code integer" command, which outputs working C code with integer
   variables.
  - Changed makefile to use libncurses instead of libcurses.
  - Added more simplification rules for modulus.
2004-10-14 13:43:26 +00:00
adam
d29e0264e3 Added xbomb-2.1a 2004-10-14 12:29:12 +00:00
adam
a8147cb248 XBomb is a minesweeper clone with square, hexagonal and triangular grid. 2004-10-14 12:28:02 +00:00
grant
a2123a466b make sure _TOOLS_HAS_GNU.<tool> is initialised. from Michael van Elst
in PR pkg/27258.
2004-10-14 11:41:40 +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
wiz
4705bcb085 + Mesa-6.2.0, cssc-1.00, distcc-2.18, doxygen-1.3.9.1, fox-1.2.11,
getmail-4.2.2, libidn-0.5.7, mathomatic-11.4b, scmxx-0.7.4,
  slurm-0.3.3 [pkg/27248].
- gaim (thanks, jmmv), galeon (thanks, abs)
2004-10-14 10:50:35 +00:00
grant
caabec7172 fix a comment 2004-10-14 09:56:52 +00:00
grant
4f6d6c2740 devel/yacc -> devel/bison. there is no such package as devel/yacc.
(how did this ever work?)
2004-10-14 09:54:04 +00:00
grant
f8258b249d handle the operating system having GNU yacc (actually bison) and
explicitly undef YACC.

YACC?=yacc is set in sys.mk, but this interferes with building some
packages that require bison because they try ${YACC} and fail.
2004-10-14 09:51:43 +00:00
taca
37e207c443 -squid-2.5.6, there is squid-2.5.7 now. 2004-10-14 09:47:57 +00:00
jmmv
07e3d64e6b Note update of gaim to 1.0.1. 2004-10-14 09:45:30 +00:00
jmmv
8c07caf33f Update to 1.0.1:
New Features:
* Use the GNOME default browser when opening links if you're running GNOME
  (Alex Duggan)
* Added support for multiple addressbooks in the gevolution plugin
  (Henry Jen).

Bug Fixes:
* Send-As menu duplicates less work (Dave West)
* Can now see your own MSN buddy icon (Felipe Contreras)
* Jabber roomlist fetches work again
* Close buttons on tabs in existing conversations correctly reflect the
  "show close buttons on tabs" preference (Nathan Fredrickson)
* Fix to make the get_signon(buddy) perl plugin function work (Gregory C.
  Harfst)
* Fixed crashes when reloading the gevolution plugin (Henry Jen)
* Fixed some memory leaks in the gevolution plugin.
* Wrap at character boundaries if there is not enough space for a full word
* 64 bit compile warning fixes
2004-10-14 09:44:17 +00:00
grant
373b8a53e5 note PKGREVISION bump of gtkhtml30 (PLIST/libtool fix) 2004-10-14 04:01:41 +00:00
grant
22157276a2 only the .la should be listed in the PLIST. fixes install on some
platforms since libtool rototill.

bump PKGREVISION.
2004-10-14 04:00:31 +00:00
minskim
3618366764 Enable pkgviews installation. This closes PR pkg/26104. 2004-10-14 03:24:21 +00:00
minskim
93ab32ede8 This package requires ngettext(), which is provided by
gettext-lib>=0.10.36.  Set BUILDLINK_DEPENDS.gettext accordingly.
2004-10-14 03:20:20 +00:00
minskim
434b99e796 If builtin libintl has ngettext(), force packages requiring gettext
API version 2 to choose the builtin library over GNU gettext shipped
with each package.

In fact, the gettext library included in a package should never be
used.  Otherwise every such package would install charset.alias and
locale.alias, causing conflicts with each other when pkgviews is
enabled.

For platforms without ngettext() in their builtin libintl (assumed to
be gettext-lib-0.10.35nb1 by gettext-lib/builtin.mk), packages
requiring gettext API version 2 must add dependency on
gettext-lib>=0.10.36 to share devel/gettext-lib rather than to link
statically against the included gettext library.
2004-10-14 03:16:35 +00:00
atatat
bcdd07a3ea Make MAINTAINER, HOMEPAGE, and COMMENT use ?= instead of = so that the
rdigest package works.  I have no idea why I never committed this
before.
2004-10-14 03:13:00 +00:00
xtraeme
087c9a232c Update devel/ccache to 2.4.
Changes:

	* Added CCACHE_READONLY option.
	* Added CCACHE_TEMPDIR option.
	* Fixed handling of hard-linked compiler on AIX.
	* Added O_BINARY support, to try and support win32 compiles.
	* Show cache directory in stats output.
	* Fixed handling of HOME environment variable.

NOTE: This release changes the hash input slighly, so you will probably
find that you will not get any hits against your existing cache when
you upgrade.
2004-10-14 02:39:19 +00:00
xtraeme
50600c0590 Put ${PREFIX}/{bin,sbin} in PATH before /bin:/sbin:/usr/bin:/usr/sbin to
fix problem reported by pancake in PR pkg/26940.
2004-10-13 23:18:35 +00:00
xtraeme
947623ee66 Enable build options --enable-ctrls to support all command line
options via ftpdctrl, fixes PR pkg/27095 by pancake.
2004-10-13 23:03:52 +00:00
ben
4196ea12a3 Update MASTER_SITES, which addresses PR#27246. 2004-10-13 22:27:52 +00:00
ben
cf42c4704b Make note of biew update. 2004-10-13 22:18:06 +00:00
ben
3110049625 Update biew to version 5.6.2 to address PR#27252.
This release mainly fixes AMD64-related bugs.
2004-10-13 22:16:37 +00:00
adrianp
ef154aa057 Note icecast 2.0.2 update 2004-10-13 21:21:54 +00:00
adrianp
4c07e58e98 - Update to 2.0.2
- Fixes a security issue - upgrade recommended
- Patch submitted in PR 27253 by pancake@phreaker.net, thanks !
2004-10-13 21:20:00 +00:00
markd
f45e3ccc4e +netatalk-2.0.0 and note that I'll do it. 2004-10-13 20:52:49 +00:00
markd
ae4f95a72e Fix distinfo to match the actual release version of kdelibs-3.3.1 rather
than a pre-release version.  Proble noted by Robert Elz.
2004-10-13 20:35:28 +00:00
ben
bcd2b30a96 Uncomment erroneously commented out lines in Makefile. 2004-10-13 20:11:16 +00:00
tv
d133a216ec Oy, what a hack. But then, so is Interix....
On Interix, force inclusion of devel/ncurses/buildlink3.mk from
mk/curses.buildlink3.mk.  This forces inclusion of its builtin.mk too.

In devel/ncurses/builtin.mk, if using Interix's builtin ncurses, always
transform -lncurses to -lcurses.  (-lncurses is static, but -lcurses is
shared; we want the shared version.)
2004-10-13 20:10:31 +00:00
ben
39765d787a Make note of fprot-workstation-bin update to 4.4.7. 2004-10-13 20:09:55 +00:00
ben
9867757bd4 Update fprot-workstation-bin to version 4.4.7, and add SunOS support.
Addresses PR#27254

Version 4.4.7 contains various bugfixes and improvements to the
documentation and software.
o       A critical bug fixed in scan-mail.pl.
o       Detection of JPG exploits has been added.
o       A file descriptor leak has been fixed in f-protd.
o       A minor bug in f-protd related to CPU hogging under certain
        conditions has been fixed.
o       A log level has been added (further information can be found in
        the man pages).
2004-10-13 20:07:55 +00:00