summaryrefslogtreecommitdiff
path: root/multimedia/avidemux
AgeCommit message (Collapse)AuthorFilesLines
2010-12-19Force cmake to find x264, it didn't for some reason.wiz1-2/+3
Bump PKGREVISION.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-07Fix a build with cmake 2.6.4. The patch is borrowed from Gentoo bugzilla:hasso2-1/+42
http://bugs.gentoo.org/show_bug.cgi?id=268618
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2009-02-24Update to 2.4.4:wiz7-163/+12
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.
2009-01-29Fix DESTDIR installation.joerg1-1/+3
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