Commit graph

14 commits

Author SHA1 Message Date
joerg
bc21fd9383 Fix build on DragonFly. From PR 39578. 2008-09-18 13:23:03 +00:00
xtraeme
82db4c46f4 Fix the audio device now that cmake is used as build system. PKGREVISION++ 2008-02-20 15:46:53 +00:00
xtraeme
1f4d970ede 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.
2008-02-19 09:11:43 +00:00
tron
32d2b5034f Disable assembler parts under Mac OS X Intel to fix the build. 2008-01-05 21:14:10 +00:00
joerg
34fd3047e9 Fix build on DragonFly, pthread and X11 linkage. 2006-12-08 22:06:28 +00:00
tron
cefe2dd7eb 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.
2006-12-05 18:31:07 +00:00
tron
2de50ee664 Fix build under NetBSD-i386 3.1 and eventually other Unix versions.
Changes based on a patch by Juan Romero Pardines.
2006-12-05 14:26:28 +00:00
xtraeme
5923d9de3a 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
2006-12-03 10:33:02 +00:00
tron
c331716a2d Fix build problem under Mac OS X using Apple's Xcode Tools 2.4. 2006-10-23 15:01:26 +00:00
joerg
5f7c726d69 Don't hard code -lpthread, fixes detection e.g. of Spidermonkey on
DragonFly.
2006-03-13 17:30:31 +00:00
xtraeme
e2ae66f416 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.
2006-01-27 20:28:56 +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
jmmv
e73fd4096e Fix build when not using MMX. Found by latest kristerw@'s bulk build. 2004-03-11 10:53:05 +00:00
jmmv
9121f5bd76 Move avidemux to the multimedia category (coming from graphics).
This is version 2.0.18nb2.
2004-01-26 12:59:01 +00:00