aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/transcode
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/x264: update to 0.148.2708jbeich2016-09-231-1/+1
| | | | | | Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677 Differential Revision: https://reviews.freebsd.org/D7958 Approved by: koobs (maintainer)
* Add newlines to the inline assembly in calc_SAD_half_mmx(). Otherwisedim2016-09-191-0/+61
| | | | | | | | | the .rept/.endr parsing logic in clang's inline assembler gets tripped up. Approved by: cyberbotx@cyberbotx.com (maintainer) PR: 212798 MFH: 2016Q3
* multimedia/transcode: unbreak build with ffmpeg 3.0jbeich2016-04-163-1/+566
| | | | | | | | | | | | | | | | aud_aux.c:329:18: error: use of undeclared identifier 'CODEC_ID_MP2'; did you mean 'AV_CODEC_ID_MP2'? codeid = CODEC_ID_MP2; ^~~~~~~~~~~~ AV_CODEC_ID_MP2 /usr/local/include/libavcodec/avcodec.h:419:5: note: 'AV_CODEC_ID_MP2' declared here AV_CODEC_ID_MP2 = 0x15000, ^ PR: 208818 Reported by: antoine (via exp-run) Submitted by: Ben Woods <woodsb02@gmail.com> Obtained from: Arch Linux Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* multimedia/transcode: unbreak fetchjbeich2016-04-161-1/+1
| | | | | | | | fetch: http://cdn.bitbucket.org/france/transcode-tcforge/downloads/transcode-1.1.7.tar.bz2: Forbidden PR: 208818 Submitted by: Ben Woods <woodsb02@gmail.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-18/+18
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove stale freetype patch that is breaking buildbrd2016-01-081-12/+0
| | | | | | | PR: 205711 Submitted by: cyberbotx@cyberbotx.com Approved by: bdrewery MFH: 2016Q1
* Remove USE_GCC; add --disable-mmx on FreeBSD-10.1riggs2015-12-291-2/+6
| | | | | | PR: 202773 Submitted by: cyberbotx@cyberbotx.com (maintainer) Reviewed by: riggs
* Remove support for WANT_SDL/HAVE_SDL knobsamdmi32015-11-091-1/+0
| | | | | | | | | | WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components are installed. This goes against the policy of avoiding automatic dependencies, and there are actually no cases in the portstree where these knobs are used properly, so axe them out. Approved by: portmgr (mat) Differential Revision: D4093
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* multimedia/transcode: convert to target helpersjbeich2015-09-121-10/+10
| | | | | | | - Reset option sorting to default (alphabetical) PR: 202773 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* multimedia/{lib}x264: Update to 0.144.2533 and major refactorkoobs2015-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.144.2533 (from upstream stable branch) [1] - Switch x264 and libx264 ports to master/slave ports respectively - Bump PORTREVISION for dependent ports as the shared library version has changed. multimedia/x264: - Clean up and update "updating instructions" in Makefile header - Tweak COMMENT - Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the libx264 port. - Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in libx264 port. - Place common configure arguments in a CONFIGURE_COMMON_ARGS variable to make overriding values without duplication easier. - Use --prefix configure argument over post-patch replacements - Enable stripping of binaries and libraries if DEBUG is off. Remove post-install target STRIP_CMD accordingly. - Delete patch-Makefile in favour of patching WRKSRC/configure to identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now covered upstream without needing patches. - Patch out a bogus compiler argument check (cc_check) that results in -Wno-maybe-uninitialized being added to CFLAGS causing causes warnings when clang is cc. The cc_check function checks for basename $CC to identify compiler type (icl, clang, gcc, etc). multimedia/libx264: - Remove all Makefile entries that are duplicated or common and found in the master port (x264). - Set lib as the PKGNAMEPREFIX - Tweak COMMENT - Delete upstreamed ARM patches [1] - Delete all but one patch, as they duplicate those in x264. - Dont remove pkgconfig/libdata directory Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable Based on: PR: 201260 [1] Submitted by: Andrey Cherkashin <andoriyu gmail com> [1]
* Convert to USES=jpegantoine2015-06-231-1/+1
|
* converters/libiconv:tijl2015-04-151-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Update ImageMagick to 6.9.0.4.kwm2015-01-191-2/+2
| | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2]
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* multimedia/x264: General overhaulxmj2014-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Split x264 into two ports: the CLI application (x264), and the library (libx264). This will allow x264 to use lavf and friends from ffmpeg for decoding and demuxing while preventing a circular dependency between the two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather than x264. - Add the LAVF option to the CLI port, making the dependency on ffmpeg optional. - Update to 0.142.2455. - Amend fixes to local patches so that they can apply to the new upstream files. - Provide the git revision and other version information to the build environment, allowing the CLI binary to display this information (like the Windows builds). - Remove unsupported build options (X11_OUTPUT). - Ensure that the library and CLI ports each have the appropriate options. - Add notes for future contributors who wish to update the ports. - Bump PORTREVISION for all dependent ports. PR: 187805 Differential Revision: https://reviews.freebsd.org/D1159 Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> Approved by: koobs (maintainer, mentor)
* Remove * from LIB_DEPENDS lines and specify the default library namekwm2014-11-071-1/+1
| | | | for ImageMagick. Using '*' it is unsupported and potention bugs here.
* - Fix build problem (plist generation) with export_xvid.so symlinkriggs2014-10-112-3/+16
| | | | | | | | | | - Make port ready for ffmpeg 2.4 and later - Pet portlint - Bump PORTREVISION PR: 194161 Submitted by: cyberbotx@cyberbotx.com (maintainer) MFH: 2014Q4
* - Replace FAKEDIR with STAGEDIR and only use auto-plist for lib/transcodetijl2014-10-032-23/+138
| | | | | | - Remove USE_AUTOTOOLS - Add DOCS option - Remove -lpthread patching
* - Drop .la files, no dependees require themamdmi32014-08-181-3/+3
| | | | Approved by: portmgr blanket
* - Convert to options helpersjhale2014-08-021-156/+68
| | | | | | | | - Standardize a few option names - Bump PORTREVISON since option names have changed PR: 187687 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* - Convert USE_BZIP2 to USESamdmi32014-06-211-4/+3
| | | | | | - Switch to USES=libtool Approved by: portmgr blanket
* Update to 6.8.9-3 [1][3].kwm2014-06-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports)
* - Update multimedia/libdvdread to 4.9.9martymac2014-05-131-1/+1
| | | | | | | | - Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1] - multimedia/libdvdnav: remove dependency to (now removed) dvdread-config - sysutils/vstrip: remove useless dependency to multimedia/libdvdread Approved by: portmgr (implicit) [1]
* Fix LIB_DEPENDS on mjpegtools.tijl2014-04-241-1/+1
| | | | Reported by: jenkins (swills)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Update libdvdread and libdvdnav to 4.2.1martymac2014-02-031-1/+1
| | | | - Bump dependent ports' revisions
* - Stagifyriggs2014-01-182-26/+31
| | | | | | | - Use new LIB_DEPENDS format - Detect awk properly Approved by: portmgr (implicit, blanket), thierry (mentor)
* Fix build problem (subtitler looks for freetype headers in the wrong dir)riggs2014-01-171-0/+12
| | | | | | PR: ports/185248 Submitted by: Kevin Oberman <rkoberman@gmail.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer), thierry (mentor)
* multimedia/ffmpeg: update to 2.0.1wg2013-10-204-0/+671
| | | | | | | - Update main ffmpeg port to 2.0.1 - Bump and update dependent ports when necessary (API change) Approved by: portmgr (bapt)
* multimedia/x264: Update to 20130827 snapshotkoobs2013-10-071-1/+1
| | | | | | | | | | - Update to 20130827 snapshot - Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure - Chase library version bump in dependent ports PR: ports/182484 Submitted by: mm Reviewed by: kwm, bapt
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* The last port: --with-libiconv-prefix=${LOCALBASE} -> ${ICONV_CONFIGURE_ARG}bsam2013-09-061-1/+1
| | | | Approved by: portmgr (bapt, implicit)
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* multimedia/transcode: add V4L optionwg2013-09-032-8/+46
| | | | | | | | | | | - Add V4L option [1] - Remove support for OS < 7.x - Remove leading article from COMMENT - Add LICENSE (GPLv2) - USES gmake PR: ports/179460 Submitted by: Naram Qashat <cyberbotx cyberbotx.com> (maintainer)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Fix typo.madpilot2012-10-171-1/+1
| | | | | Reported by: crees Feature safe: yes
* Fix mjpegtools LIBDEPENDS.madpilot2012-10-171-1/+1
| | | | | Reported by: Jeremy Messenger <mezz.freebsd@gmail.com> Feature safe: yes
* - Convert to new options frameworkmadpilot2012-10-171-71/+54
| | | | | | | | | - Trim Makefile headers - Remove ABI version number from LIB_DEPENDS PR: ports/172516 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes
* Update multimedia/x264 to 0.125.2201mm2012-07-241-2/+2
| | | | Switch to new options framework
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Update x264 to 0.123.2189mm2012-04-251-2/+2
|
* - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1
| | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-1/+1
|
* - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisionsmartymac2012-01-171-1/+1
| | | | | | | | - libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1] - libdvdread/libdvdnav: fix endianness handling [2] Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@) PR: ports/162197 [1]
* Update lame to 3.99.3.netchild2012-01-151-1/+1
| | | | Bump portrevision of all ports which depend upon it.
* Update x264 to 0.119.2113mm2011-12-211-1/+2
|
* - update to 1.1.7eadler2011-12-214-49/+27
| | | | | | | | | | Changes: Update the video stabilization plugins to version 0.80. Speed boost. PR: ports/163417 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes
* Update ImageMagick to 6.7.2-10 (shlib bumped to .5)mm2011-10-111-2/+2
|
* Update x264 to 0.116.2076mm2011-10-101-2/+2
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Bump due to ffmpeg update to 0.7.1mm2011-06-251-1/+1
|
* Update to 0.115.2000mm2011-06-241-2/+2
|
* - update mjpegtools to 2.0.0bapt2011-06-061-3/+3
| | | | - chase library bump
* Remove run dependency on the expired multimedia/xvid4confbapt2011-05-021-1/+0
|
* . Pass a value for mandir in pre-install to prevent it trying to installglewis2010-12-272-2/+1
| | | | | | | | man pages in LOCALBASE. Unbreaks the build as non-root. . Remove MD5 to keep portlint happy. PR: 153462 Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Update x264 to 0.110.1804mm2010-11-301-2/+2
|
* Bump PORTREVISION for libdvdread dependantsmakc2010-09-151-1/+1
|
* Update ImageMagick to 6.6.2-10mm2010-07-251-2/+2
|
* - Update ffmpeg to 0.6mm2010-07-251-1/+1
|
* - Update x264 to 20100624 (build 98)mm2010-07-241-2/+2
|
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-2/+2
| | | | (via libvorbis, libtheora).
* - update audio/lame to 3.98.4netchild2010-06-031-1/+1
| | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency)
* - Fix segmentation fault with jpegmiwi2010-05-092-1/+17
| | | | | | PR: 146311 Submitted by: Ports Fury Approved by: maintainer
* - Update x264 to shared library version 85mm2010-04-211-2/+2
|
* - Bump Magick++, MagickWand or MagickCore dependencymm2010-03-291-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Chase mjpegtools shlib bumpmiwi2010-02-141-2/+2
| | | | Reported by: Naram Qashat via #bsdports
* - Chase multimedia/mjpegtools shlib bumpmiwi2010-02-131-1/+1
|
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - Fix mpeg2 supportamdmi32009-12-101-1/+2
| | | | | | PR: 141192 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Reported by: Sven Gottner
* - Update to 1.1.5amdmi32009-11-062-6/+14
| | | | | PR: 140218 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update to 1.1.4amdmi32009-08-273-5/+37
| | | | | PR: 138123 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Fix build after libtool bumpamdmi32009-08-046-0/+2
| | | | | | | - While here, remove empty patches PR: 137410 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Update to 1.1.3jpaetzel2009-07-238-288/+144
| | | | | | | | Assign new MAINTAINER PR: ports/131447 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Approved by: itetcu@ (mentor)
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-2/+2
|
* Don my seldom-used multimedia hat, and fix the %%LOCALBASE%% substitutionmarcus2009-06-021-1/+2
| | | | in configure.
* - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2
| | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above
* Replace libdvdread with the version maintained by the mplayer grouprnoland2009-02-091-2/+2
| | | | | | | | | | -Turn over maintainership -Bump ports that depend on libdvdread since shared lib version rolls back from .5 to .4 -Fix multimedia/ogle build with this version PR: 127849 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* - Fix multimedia/transcode configure failure locating libavcodec on 6.x [1]db2008-09-021-2/+6
| | | | | | - Add @ in front of LZO REPLACE_CMD to quieten down the build a bit. PR: ports/126310
* - Fix build when WITH_LZO is not defined. This disables NuppelVideo importdb2008-08-162-2/+16
| | | | | | support which needs lzo. Reviewed by: erwin, itetcu
* Mark BROKEN: does not build after the latest ffmpeg update.erwin2008-08-141-0/+2
|
* Switch from using lzo to lzo2 to fix buildahze2008-07-281-2/+3
|
* Update to 1.0.6Update to 1.0.6Update to 1.0.6Update to 1.0.6Update to ↵ahze2008-07-272-5/+4
| | | | 1.0.6Update to 1.0.6
* - Fix build with new ImageMagickmiwi2008-04-231-1/+2
| | | | Approved by: ahze via irc
* - Fix build when IMAGEMAGICK set ismiwi2008-04-221-1/+1
| | | | Submitted by: cokane
* - Chase graphics/ImageMagick shlib version bumpmiwi2008-04-221-2/+2
| | | | Pointyhat to: mi@
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* - Add an additional master site from the Transcoding websiteahze2008-02-291-10/+11
| | | | | | | - Allow WITH_* knobs to be disabled by users using WITHOUT_* PR: ports/121178 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* Update to 1.0.5ahze2008-02-252-6/+5
|
* Chase libtheora lib versionahze2007-10-101-1/+2
|
* Fix the build when audio/oss is installed by force to search formezz2007-10-031-3/+2
| | | | | | sys/soundcard.h in /usr/include first rather than oss's header. Reported by: Adonis adonis <adonis77@gmail.com>
* Update to 1.0.4ahze2007-09-173-17/+4
|
* Fix build/runtime with new ffmpegahze2007-07-312-1/+13
| | | | | Reported by: pav Obtained from: transcode cvs
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2
| | | | - Bump PORTREVISION
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Bump mjpeg back to 1.9.1ahze2007-06-291-1/+1
|
* Add WITHOUT_knob to each WITH_knob/testahze2007-06-291-9/+9
| | | | | PR: ports/113921 Subbmitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* Chase multimedia/mjpegtools updateedwin2007-06-221-2/+2
|
* - Fix build with gcc4sat2007-05-311-0/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 1.0.3ahze2007-04-184-743/+58
| | | | - Switch to auto-plist due to get rid of 41 PLIST_SUB's that are hard to maintain
* Remove reference to jpeg-mmxahze2007-04-171-4/+0
|
* Fix the build with new ffmpeg.mezz2007-04-121-3/+5
| | | | | Reported by: many Submitted by: bms
* * LIB_DEPENDS changes (require libdvdread.so.5)koitsu2007-04-061-2/+2
| | | | | | * PORTREVISION increment Reviewed by: philip
* Retire jpeg-mmxahze2007-03-081-14/+1
|
* Remove extra ECHO_MSG.olgeni2007-02-101-1/+0
|
* Fix a couple of typos.olgeni2007-02-101-2/+2
|
* - Fix detecting of device typesstas2007-01-032-1/+44
| | | | | | | | | | | Currently, this patch handles all devfs cases (it uses realpath to resolve symlinks). However, submitter supposes, that we should have a generic way to detect which device the file belongs to. I'll leave the PR in suspended state for a better solution come up. PR: ports/101450 Reported by: Chad Fraleigh <chadf@bookcase.com> Approved by: multimedia (ahze)
* Grab MAINTAINER for multimedia@ahze2006-12-221-2/+2
|
* - s/FreeBSD.or/FreeBSD.org/gabor2006-12-221-1/+1
| | | | | Approved by: erwin (mentor) Pointy hat to: linimon
* Reset hendrik@scholz.net due to a number of timeouts.linimon2006-12-131-1/+1
| | | | Hat: portmgr
* - Fix SDL-dependent ports broken by last update.stas2006-09-211-2/+1
| | | | Approved by: kris (portmgr), sem (mentor)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-202-56/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Fix pkg-plist.stefan2006-07-251-2/+0
| | | | | | | PR: 98512 Submitted by: Christian Hiris <4711@chello.at> Approved by: arved (mentor) maintainer timeout (7 weeks)
* - Fix a typo in Makefilesem2006-06-051-1/+1
| | | | | PR: ports/97758 Submitted by: Conrad J. Sabatier <conrads at cox.net>
* - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-2/+2
| | | | - Bump PORTREVISION
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵mnag2006-05-071-3/+2
| | | | | | update. - portlint(1) while here
* Fix hardcoded (!?) references to gtk12 to point to gtk-12 from theade2006-02-281-5/+5
| | | | | | | libtool conversion. Submitted by: pointhat, itetcu_@IRC, others Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-232-3/+268
| | | | Approved by: portmgr (kris)
* - Chase ImageMagick updatepav2006-01-051-1/+1
| | | | Pointy hat to: edwin
* Update to 1.0.2.lawrance2005-12-123-8/+6
| | | | | | PR: ports/88828 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer, timeout 1 month)
* Enable OSS supportmnag2005-11-243-1/+5
| | | | | | | | | Bump PORTREVISION Add SHA256 PR: 88613 Submitted by: Ulrich Spoerlein <q@galgenberg.net> Approved by: maintainer timeout, 16 days
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Update to 1.0.1mnag2005-10-152-16/+15
| | | | | PR: 87435 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* - Chase mjpegtoolsahze2005-10-051-1/+2
| | | | - Bump PORTREVISION
* - Update to 1.0.0 finalahze2005-08-294-64/+16
| | | | | | PR: ports/84916 Submitted by: Ulrich Spoerlein <q@galgenberg.net> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
* - Chase mjpegtools lib versionahze2005-07-181-1/+2
| | | | | PR: 83597 Submitted by: q@galgenberg.net
* - Update to 1.0.0rc1ahze2005-07-064-4/+63
| | | | | | PR: ports/82931 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
* - Backout latest commit, it needs a repocopy due to API change.flz2005-06-011-2/+2
| | | | Noticed by: Matthias Andree <matthias.andree@gmx.de>
* - Bump lzo lib version.flz2005-06-011-1/+2
| | | | - Bump PORTREVISION.
* - Sync with multimedia/libquicktime (new location of header files)barner2005-05-201-1/+7
| | | | | Requested by: tim@spyderweb.com.au PR: ports/81238
* - Update to 1.0.0beta3pav2005-05-117-140/+281
| | | | | PR: ports/80884 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* - Don't discard CFLAGS for WITH_DIVX5 knobpav2005-05-041-1/+2
| | | | | | PR: ports/79826 (based on) Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu> Approved by: maintainer timeout (15 days)
* Correct a number of ports that anger the tempermental Make Spiritsadamw2005-04-221-1/+1
| | | | | | | | by using C comments instead of make(1) constructs. And as long as I'm here, fix a command misspelling in vm-pop3d. As prompted by: kris
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Add mirrors as distfile unfetchable from main site (temporary?)sem2005-03-121-1/+4
| | | | | | PR: ports/78727 Submitted by: Frank Altpeter <frank.altpeter@gmail.com> Approved by: maintainer
* - Chase ImageMagick shlib bumppav2005-03-071-1/+1
| | | | | PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
* Fix plist with WITH_FREETYPE knobahze2005-02-242-3/+3
|
* - Update to 1.0.0.b2ahze2005-02-2411-213/+177
| | | | | | | | | | | | | | | - Update WWW: line to new web page - rename WITH_LIBXML2 knob to WITH_XML - add freetype2 knob, WITH_FREETYPE - remove WITH_SUBRIP knob - remove dependency on nasm, all done with inline c assembly. - Rename WITH_LIBTHEORA to WITH_THEORA - use libquicktime now instead of openquicktime, with new knob WITH_QUICKTIME PR: ports/77860 Submitted by: Hendrik Scholz <hendrik@scholz.net> Amd64 Build: pav
* Bump portrevision to chase shlib dump of libtheora and new location.kwm2005-01-141-2/+2
|
* Fix plist on !i386arved2004-12-082-5/+8
| | | | | PR: 74719 Submitted by: Hendrik Scholz
* Bump portrevision and dependency on ImageMagickjosef2004-12-051-2/+2
| | | | | | | | | in order to trace recent ImageMagick update. Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> PR: ports/74487 Approved by: mat Reviewed by: lofi
* BROKEN on !i386: Broken pkg-plistkris2004-12-041-0/+4
|
* Commit message:ahze2004-11-184-0/+60
| | | | | | | | | | - Fix build on recent versions of gcc [1] - Add support for jpeg-mmx [2] PR: 74045 [1] 69832 [2] Submitted by: maintainer [1] Approved by: adamw (mentor)
* - Fix modfps filter [1]pav2004-10-123-1/+18
| | | | | | | | - Fix plist PR: ports/70774 [1] Submitted by: Stefan Walter <sw@gegenunendlich.de> Approved by: maintainer timeout (1 month)
* Fix build problems using WITH_LIBDV since the libdv upgrade.vs2004-08-091-0/+13
| | | | | PR: ports/70187 Submitted by: Hendrik Scholz (maintainer)
* Chase mjpegtools port version 1.6.2 shared library bumplioux2004-06-261-1/+1
|
* Missed the bumped sover of libvxvidcore in pkg-plist.lofi2004-06-211-1/+1
| | | | Reported by: Tim Bishop <tim@bishnet.net>
* Update XviD to version 1.0.1, chase shared library bump through dependencies,lofi2004-06-121-3/+5
| | | | | disable xvid support in avifile and bump PORTREVISION in transcode for added dependency on xvid4conf.
* - Install pgm2txt in WITH_SUBRIP casepav2004-06-062-1/+3
| | | | | | PR: ports/66856 Submitted by: Lewis Thompson <purple@lewiz.net> Approved by: maintainer timeout (2 weeks)
* - Chase libdv shlib versionpav2004-03-151-1/+1
| | | | Pointy hat to: lioux
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Properly use SDL everywhere:edwin2004-03-081-2/+3
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* - Update to 0.6.12pav2004-02-275-36/+41
| | | | | | | | - Add WITH_LIBTHEORA knob (submitted by Michael Johnson) - Don't build WITH_NASM if it's installed PR: ports/63402 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* BROKEN on !i386: Does not compilekris2004-02-251-0/+4
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Catch up with libogg/libvorbis version bump.naddy2003-12-211-1/+1
|
* - Update to version 0.6.10krion2003-10-163-7/+19
| | | | | | | - Fix libxvidcore.so problem reported by several users. PR: 58031 Submitted by: maintainer
* Chase lib version change of graphics/ImageMagick.nork2003-10-051-1/+2
| | | | Bump PORTREVISION acordingly.
* - Update to version 0.6.9krion2003-08-313-87/+100
| | | | | PR: 56207 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* Update xvid to latest release and chase library dependencies in portslofi2003-08-131-1/+1
| | | | | | that depend on it. Approved by: arved (Mentor)
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-5/+7
| | | | use USE_GETOPT_LONG instead.
* Update to 0.6.8.nork2003-07-103-7/+15
| | | | | PR: ports/54311 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* multimedia/transcode: add experimental DivX 5 supportdaichi2003-06-191-0/+15
| | | | | PR: 53430 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* Readd a patch which got removed but is still needed for the WITH_SUBRIP knoboliver2003-06-091-0/+14
| | | | PR: ports/53085
* Update to 0.6.7.adamw2003-06-0514-190/+34
| | | | | PR: ports/52837 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* Unbreak by fixing pkg-plist:arved2003-05-072-5/+3
| | | | | | | | | | 1) preview filter needs libdv, so add %%WITH_LIBDV%% 2) remove %%WITH_OGG%% for the ogg import/export filters since transcode builds the modules anyway. `strings export_ogg` reveals that ogg shell tools are used but their existance is not tested. PR: 51917 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* BROKEN: Broken pkg-plistkris2003-05-071-0/+2
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Fix pkg-plist. 3 files are only installed in the WITH_XVID case.arved2003-04-161-3/+3
| | | | | Submitted by: maintainer Reported by: kris
* Correct typo in PLIST_SUBkris2003-04-081-1/+1
|
* Update to 0.6.4arved2003-04-067-8/+125
| | | | | | | | | | | | | | | | | | | | | Changes: - update MASTER_SITES since the maintainer changed - add %%WITH_NASM%% knob to Makefile and pkg-plist to honor WITH_NASM option correctly. Attention: WITH_NASM gets set if bin/nasm is found but this may not be enough for transcode as nasm >= 0.98.34 is needed. Checking for bin/nasm-0.98.35 might be a way of achieving this but leads to more work when updating nasm itself. - add WITH_SUBRIP knob suggested by Michael Nottebrock in ports/47923 and implemented in ports/48649. - incorporate dvd_reader.c patch by Atte Peltomaeki which has already been added in ports/48649 - remove the transcode.c patch from ports/48649 since it made its way into the main distribution - add threading patch by Andriy Gapon in ports/48126 - pkg-plist update PR: 50377 Submitted by: maintainer
* After repo copy from graphics category to newly create multimedialioux2003-04-041-2/+2
| | | | | | | one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
* xvid was moved to multimediafjoe2003-03-301-1/+1
|
* Chase libdvdread lib version bump on port version 0.9.4lioux2003-03-061-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Maintainer update of graphcs/transcodeedwin2003-02-045-8/+51
| | | | | | | | | | - add two patches to allow transcode to compile - remove .la files from lib/transcode - update pkg-plist - make portlint happier PR: ports/47688 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Chase mjpegtools lib version bumplioux2003-01-171-1/+1
|
* Chase libdv library version bump in version 0.9.9lioux2003-01-171-1/+1
|
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* After repo copy from graphics category, update all appropriatelioux2002-11-291-6/+6
| | | | | | | | | | | | | | | | | | | | | | | dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* o Fix build in -STABLElioux2002-11-053-13/+31
| | | | | | | | | o Enable port to locate lame libs in a PREFIX safe environment o Bump PORTREVISION PR: 44885 Submitted by: somebody@kashmir.etowns.net, MAINTAINER
* o Update to 0.6.2 CVS snapshotlioux2002-10-307-103/+267
| | | | | | | | | | | | | | o USE_REINPLACE o Fix libfame problems [1] o Optional ogg and mjpeg [1] o Remove libmpeg2 o Use distfile supplied ffmpeg instead of ports' ffmpeg (should be revised later) PR: 43379 [1], 44008 Submitted by: adam@vectors.cx [1], MAINTAINER Reviewed by: MAINTAINER
* Chase library version bump in libdv version 0.9.8lioux2002-09-051-1/+1
|
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-161-1/+2
|
* Chase lib version from avifile version 0.7.7.20020523lioux2002-06-261-2/+2
|
* - Add a patch to make transcode compile on -CURRENT.ijliao2002-05-263-62/+34
| | | | | | | | | | | | | | | - Add a Makefile-hack to make transcode's configure-script recognize liba52 when liba52 was compiled with djbfft. conceived by: lioux - Cater for updated libfame (Makefile & pkg-plist changes). - Remove unnecessary .la-files after installation (and from pkg-plist). suggested by: Alexander Leidinger - Add a few missing entries to pkg-plist. - Bump portrevision. PR: 38506 Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org> Approved by: maintainer
* Kill extra blank line.sobomax2002-05-221-1/+0
|
* Update to 0.6.0.5dwcjr2002-05-223-7/+21
| | | | | PR: 38362 Submitted by: maintainer
* o Update to 0.6.0 pre4lioux2002-04-1812-244/+325
| | | | | | | | | | | | o Remove patches either already applied in distribution or turned into perl regexp(s) o Update both COMMENT and DESCR o Add several WITH_* options PR: 37138 Submitted by: MAINTAINER, Michael Nottebrock <michaelnottebrock@gmx.net> Approved by: MAINTAINER
* make export_mpeg.so optional.dinoex2002-04-041-2/+2
|
* Fixed:dinoex2002-04-042-6/+17
| | | | | | | | | transcode's configure doesn't find libdv because it fails to link in -ldl. Enclosed is a new patch-ag. Also, the port's Makefile has a couple of typos PR: 36703 Submitted by: mreimer@vpop.net
* - make portlint happier.dinoex2002-03-304-9/+17
| | | | | | - add handling for optional files. PR: 32986
* transcode is a console based utility for video conversion. It supportsdinoex2002-03-3012-0/+318
VOB source files, AC3 sound and divx output (and many more). sharfile disfunctional, each file should end with newline. mailclient seems to eat tabs away. PR: 32986 Submitted by: hendrik@scholz.net