The NetBSD Project

CVS log for pkgsrc/multimedia/avidemux/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / multimedia / avidemux

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Thu Feb 17 09:20:17 2011 UTC (15 months, 1 week ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, HEAD
Changes since 1.20: +16 -14 lines
Diff to previous 1.20 (colored)

Update to avidemux 2.5.4

Various bug fixes and support for additional video formats.
Including support for gcc4.5 and for latest x264 library.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jun 7 11:49:25 2009 UTC (2 years, 11 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Fix a build with cmake 2.6.4. The patch is borrowed from Gentoo bugzilla:
http://bugs.gentoo.org/show_bug.cgi?id=268618

Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 24 16:09:39 2009 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.18: +5 -9 lines
Diff to previous 1.18 (colored)

Update to 2.4.4:

Improved Win32 Unicode handling. Improved h264 support in TS/TS2/MP4
files. Improved image handling (BMP, JPEG, etc.). The Qt4 GUI has
been greatly improved. Translations have been updated.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Wed Jan 14 06:51:13 2009 UTC (3 years, 4 months ago) by rtr
Branch: pkgsrc-2008Q4
Changes since 1.17: +5 -1 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

pullup ticket #2633 - requested by wiz
avidemux: add option for pulseaudio, fix build problems

revisions pulled up:
pkgsrc/multimedia/avidemux/Makefile		1.51
pkgsrc/multimedia/avidemux/distinfo		1.18
pkgsrc/multimedia/avidemux/options.mk		1.1
pkgsrc/multimedia/avidemux/patches/patch-ac	1.5
pkgsrc/multimedia/avidemux/patches/patch-ad	1.3
pkgsrc/multimedia/avidemux/patches/patch-ae	1.3
pkgsrc/multimedia/avidemux/patches/patch-af	1.4

   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Sun Jan  4 21:37:54 UTC 2009

   Modified Files:
           pkgsrc/multimedia/avidemux: Makefile distinfo
   Added Files:
           pkgsrc/multimedia/avidemux: options.mk
           pkgsrc/multimedia/avidemux/patches: patch-ac patch-ad patch-ae patch-af

   Log Message:
   Add option for pulseaudio (default on), and avoid finding it when
   it's disabled (fixes a build problem).
   Add patches from upstream SVN to fix build problems with newer x264
   snapshots, like the one in pkgsrc.

   Bump PKGREVISION for pulseaudio change.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 4 21:37:54 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.17: +5 -1 lines
Diff to previous 1.17 (colored)

Add option for pulseaudio (default on), and avoid finding it when
it's disabled (fixes a build problem).

Add patches from upstream SVN to fix build problems with newer x264
snapshots, like the one in pkgsrc.

Bump PKGREVISION for pulseaudio change.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 10 23:43:39 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base
Branch point for: pkgsrc-2008Q4
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)

Update to 2.4.3:

2008-07-24: 2.4.3

For those building it from source, please use cmake. The
Autoconf/automake build is less tested and will be obsoleted very
soon.

Now, the small changelog compiled by Gruntster :

* Improved support for MP4 files including support for 64-bit files

* Encoder and Decoder for Y800 (Compholio).

* libavcodec is now the default MPEG-2 decoder (instead of mpeg2dec).

* Fixed memory leak when indexing DVR-MS files.

* Fixed calculation of width and height for High Profile H.264
video in TS files.

* Fixed dropping of frames using x264 2-pass encoding (regression
introduced in 2.4.2).

* Restored missing code pages to the Subtitler filter (regression
introduced in 2.4.2).

* Fixed crashing on MS Windows when opening multiple instances of
Avidemux (regression introduced in 2.4.2).

* Do not add unneeded delay when using x264 with mkv or mp4.

2008-07-07: 2.4.2

Probably the biggest bugfix release ever. The "what s new", prepared
by Gruntster :

* Improved input and output of audio streams in MKV files

* Support for MJPEG-A in MOV/MP4 files

* Fixed saving header information of AVI files with PCM/LPCM audio

* Fixed opening FLV files that don't contain audio

* Fixed corruption when decoding MP4 files

* Fixed crashing when using MPEG-4 ASP (lavc) and two pass average
bitrate mode

* Flush the x264 encoder upon completion so the last few frames
aren't dropped

* Fixed incorrect colour conversion of 24/32 bit BMP and DIB files

* Re-enabled AMR-NB decoder (regression introduced in 2.4.0)

* Support for additional VP6 fourCCs

* Xvid custom matrices are now activated correctly

* Fixed caching issue with Qt4 interface which would corrupt
translated strings

* Fixed zooming when using SDL (regression introduced in 2.4.1)

* Windows are now centred correctly on multi-monitor setups

* Use alternate button ordering for GTK+ interface when GNOME HIG
isn't appropriate, e.g. MS Windows and KDE

* Various additions to the Qt4 interface including a new calculator
tool, drag and drop support, improved joblist support and an about
window

* SRT subtitle support for Arabic, Baltic, Greek, Hebrew and Turkish

* Fixed iPod profile where audio encoding options weren't always
set correctly

* Fixed Film to PAL audio filter so frames are removed and added
correctly

* Batch importing of image files is no longer restricted by the
file handle limit set by the C runtime

* New video filter for outputting the frame number

* PulseAudio support (Linux only)

* GCC 4.3 support

* Updated the following translations: Czech, French, German, Greek,
Italian, Spanish

* Fixed drag and drop support on MS Windows

* Improved Unicode support for filenames on MS Windows

* Prevent source files from being overwritten accidentally by the
user on MS Windows

* MS Windows logging and settings are now stored under the Application
Data folder instead of the User Profile folder

* Native file dialogs are now used for the Qt4 interface on Mac

* Various minor fixes and enhancements

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 18 13:23:03 2008 UTC (3 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3
Changes since 1.15: +6 -4 lines
Diff to previous 1.15 (colored)

Fix build on DragonFly. From PR 39578.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Feb 20 15:46:53 2008 UTC (4 years, 3 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Fix the audio device now that cmake is used as build system. PKGREVISION++

Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 19 09:11:43 2008 UTC (4 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.13: +13 -10 lines
Diff to previous 1.13 (colored)

Update to 2.4.1.

A short changelog compared to 2.3:

* Input and output support for MKV and FLV containers
* Rewritten MP4/MOV/3GP reader
* Support for Nellymoser codec
* New DV video output support
* New MPEG-TS support including H.264 Elementary Stream
* OCR support for MPEG-TS subtitles
* New video bitstream unpacker (improved compatibility)
* Capability to pack video bitstreams
* New Yadif filter (ported from Avisynth)
* Video filters can be loaded as external plug-ins (sample plug-in included)
* Three interfaces now offered: command line, GTK+ and Qt4 (Qt4 is still incomplete)
* Several key dialogs have been revamped (GTK+ user interface only)
* Preview system refactored
* Priority control added for encoding and video playback (Win32 only)
* New Jog Shuttle control (GTK+ user interface only)
* Support for Jog Shuttle hardware (Linux & GTK+ only)
* New iPod and PlayStation Portable profiles
* New Glyph Editor
* Improved Bitrate Histogram
* JACK support (Linux only)
* DirectX support (Win32 only)
* New Avisynth Proxy GUI (Win32 only)
* Improved crash recovery - session settings are saved and reloaded upon
  application start
* Numerous bugs fixed

...and more, see the changelog for more info.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 5 21:14:10 2008 UTC (4 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Disable assembler parts under Mac OS X Intel to fix the build.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 8 22:06:28 2006 UTC (5 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.11: +4 -3 lines
Diff to previous 1.11 (colored)

Fix build on DragonFly, pthread and X11 linkage.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 5 18:31:07 2006 UTC (5 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Readd fix for build problem under Mac OS X using Apple's Xcode Tools 2.4
which was removed during the last update of this package.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 5 14:26:28 2006 UTC (5 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

Fix build under NetBSD-i386 3.1 and eventually other Unix versions.
Changes based on a patch by Juan Romero Pardines.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 3 10:33:02 2006 UTC (5 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.8: +6 -7 lines
Diff to previous 1.8 (colored)

Update to 2.3.0:

The list of fixed bugs:

* Fixed make install for po directory
* Fixed Ffv1rec
* Fix for multiple gthread_init call (aakef)
* Better audio dithering (Mihail+Josh Green)
* Support for DV in .mov/.mp4
* Resample crash fix when upsampling (a nasty one).
* PCM in .mov/.mp4 sample size fix
* Fix for MP4/MOV files containing .url field
* Added smartcopy from cli or from javascript
* Fix encoding x264 with use bframe as reference + output to mp4

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 23 15:01:26 2006 UTC (5 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Fix build problem under Mac OS X using Apple's Xcode Tools 2.4.

Revision 1.7 / (download) - annotate - [select for diffs], Wed May 17 18:19:18 2006 UTC (6 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Update to 2.1.2. Okayed by maintainer.

Changes and history are not up-to-date.
Webpage at
 http://avidemux.berlios.de/dotclear/index.php?2006/03/05/8-212-is-out
says:
     * workaround to depack badly packed xvid bitstream
     * unplayable avi by windows media player / totem
     * bad computation of audio length for mpeg2 cut
     * mplayer delogo ui
     * some sub enhancement
     * crashfix for some 3gp/mp4/mov files
     * multiple audio track support for 3gp/mp4/mov
     * properly initialize faad when sbr is usedin 3gp/mp4/mov
     * better handling of bframe in 3gp/mp4/mov
     * fixed ffv1rec
     * updated lavcodec
(I don't know which of these is form the 2.1.0 update.)

I tested this with playing mpeg, saving a mpeg and also adding
an audio channel.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 13 17:30:31 2006 UTC (6 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Don't hard code -lpthread, fixes detection e.g. of Spidermonkey on
DragonFly.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 27 20:28:56 2006 UTC (6 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4 (colored)

Update to 2.1.1 (latest stable version).

Please see the Changelog file, because our previous version was
really out of date (maybe 1 year) and there were a lot of changes.

Revision 1.4 / (download) - annotate - [select for diffs], Sat May 28 05:52:18 2005 UTC (6 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.3: +4 -6 lines
Diff to previous 1.3 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 24 11:24:02 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Add RMD160 digests.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 11 10:53:05 2004 UTC (8 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Fix build when not using MMX.  Found by latest kristerw@'s bulk build.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jan 26 12:59:01 2004 UTC (8 years, 4 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Move avidemux to the multimedia category (coming from graphics).
This is version 2.0.18nb2.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 26 12:59:01 2004 UTC (8 years, 4 months ago) by jmmv
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>