summaryrefslogtreecommitdiff
path: root/multimedia/avidemux
AgeCommit message (Collapse)AuthorFilesLines
2009-01-27Install xdg desktop shortcut and associated icon.jmcneill2-3/+13
2009-01-04Add option for pulseaudio (default on), and avoid finding it whenwiz7-3/+168
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.
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs1-1/+2
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-11-10Update to 2.4.3:wiz3-12/+7
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
2008-09-18Fix build on DragonFly. From PR 39578.joerg6-15/+47
2008-06-04Explicitly disable arts support so that it doesn't find and try to usemarkd1-1/+3
it if its installed.
2008-05-25Reset maintainer on his request.wiz1-2/+2
2008-02-20Fix the audio device now that cmake is used as build system. PKGREVISION++xtraeme3-11/+18
2008-02-19Update to 2.4.1.xtraeme16-245/+185
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-01-05Disable assembler parts under Mac OS X Intel to fix the build.tron2-6/+66
2007-12-28Supports DESTDIR.joerg1-1/+3
2007-08-28Add "faad" as a PKG_OPTION. Due to Dolby licensing restrictions, ifjlam1-4/+14
the "faad" option is selected, then the resulting avidemux binary package cannot be distributed. Ok'ed by <xtraeme>.
2007-08-28Remove trailing blank line.jlam1-2/+1
2007-06-07This package does only have user-settable options when compiled for i386.rillig1-2/+3
2006-12-27Needs msgfmt.joerg1-2/+2
2006-12-08Fix build on DragonFly, pthread and X11 linkage.joerg5-11/+40
2006-12-05Fix build under Mac OS X PowerPC by enabling AltiVec support. The resultingtron1-1/+6
binary will not work on olders CPUs (e.g. G3) but the package works on at least G4 and G5 systems now.
2006-12-05Brings this close to building under Mac OS X. It now fails linking becausetron1-1/+5
it didn't properly build PowerPC specific code before. The package might therefore already build properly under Mac OS X i386.
2006-12-05Readd fix for build problem under Mac OS X using Apple's Xcode Tools 2.4tron2-1/+17
which was removed during the last update of this package.
2006-12-05Fix build under NetBSD-i386 3.1 and eventually other Unix versions.tron3-1/+67
Changes based on a patch by Juan Romero Pardines.
2006-12-05mjpegtools dependency is not required anymore.xtraeme1-2/+3
Bump PKGREVISION.
2006-12-04Fix build on platforms with case-sensitive filesystems.tron1-5/+5
2006-12-03- Add missing files to PLIST.xtraeme2-7/+14
- Fix the build when the mmx option is not sent. All items were fixed by Dieter Roelants sending me a private email with patch, thank you.
2006-12-03Update to 2.3.0:xtraeme5-40/+24
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-10-23Fix build problem under Mac OS X using Apple's Xcode Tools 2.4.tron2-1/+17
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-20Needs perl for a configure test.wiz1-2/+2
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-1/+2
for SDL shlib changes.
2006-05-17Update to 2.1.2. Okayed by maintainer.reed2-7/+6
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.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-13Don't hard code -lpthread, fixes detection e.g. of Spidermonkey onjoerg2-1/+15
DragonFly.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-12Build with x264 support. Bump revision.joerg1-2/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-27I will be the maintainer for now.xtraeme1-2/+2
2006-01-27Update to 2.1.1 (latest stable version).xtraeme4-11/+30
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-25Bump PKGREVISION due to mjpegtools update.xtraeme1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz1-1/+2
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-11Now that bsd.options.mk has been changed, only add mmx to ↵wiz1-1/+5
PKG_SUPPORTED_OPTIONS on i386.
2005-06-10Always add mmx to PKG_SUPPORTED_OPTIONS.wiz1-6/+1
2005-06-01Convert to options framework.wiz1-5/+9
2005-05-28Update to avidemux-2.0.40reed6-82/+21
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-23Removed trailing white-space.rillig1-1/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21Drop maintainership; I haven't used this one for a long while.jmmv1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1