aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2007-09-14 snapshotMichael Johnson2007-09-163-13/+10
| | | | Notes: svn path=/head/; revision=199574
* -Fix the build with WITH_DEBUG=yes by force add -O2 in DEBUG_FLAGS.Jeremy Messenger2007-08-251-0/+1
| | | | | | | | PR: ports/115296 Reported by: Robert Gogolok <gogo@cs.uni-sb.de> Notes: svn path=/head/; revision=198311
* -Fix the CFLAGS/LDFLAGS.Jeremy Messenger2007-08-251-4/+6
| | | | | | | | | | -Fix the build if it has no -O* or/and has -O0 by force replace to -O2. PR: ports/115076 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Notes: svn path=/head/; revision=198310
* Make CONFIGURE_ARGS and MAKE_ENV append since its included after bsd.port.pre.mkMichael Johnson2007-08-211-2/+2
| | | | | | | Reported by: lol@chistydom.ru Notes: svn path=/head/; revision=198068
* Bump PORTREVISION since this port now installs a previously forgottenStefan Eßer2007-08-191-1/+1
| | | | | | | | header file that is required by dependent ports (i.e. those are broken until ffmpeg is installed with the missing header). Notes: svn path=/head/; revision=197910
* The ffmpeg developers moved part of avcodec.h into a new file allcodecs.h,Stefan Eßer2007-08-192-0/+12
| | | | | | | | | | | | | but have not modified the Makefile in libavcodec to install that header. This broke dvbcut and possibly other ports that directly access decoder or encoder functions (i.e. which do not use avcodec_find_decoder() to search for them). Direct access to the functions has not been declared deprecated (AFAIK) and thus it appears that installation of the header has just been forgotten ... Notes: svn path=/head/; revision=197909
* - Don't build ffmpeg with swscaler by default: VLC 0.8.6c does notThierry Thomas2007-08-122-17/+33
| | | | | | | | | | | | | | | | support it; if you still need it, please define WITH_SWSCALER; - re-activate Theora support; - remove ancient bits from DTS; - define CONFIGURE_LOG to track possible failures. PR: ports/115428 Approved by: mezz Notes: svn path=/head/; revision=197544
* Fix patch for users of FreeBSD 6.0 and olderMichael Johnson2007-07-311-1/+1
| | | | | | | | PR: ports/115079 Reported by: tatsuki_makino@hotmail.com Notes: svn path=/head/; revision=196833
* - Don't try to patch non-existent Makefile when WITH_IMLIB2 is defined [1]Michael Johnson2007-07-291-8/+8
| | | | | | | | | | | | - Reword faad description in pre-everything since it is now enabled by default [2] - Revert back to only installing man pages if NOPORTDOCS is not defined since man pages are generated by programs that build portdocs [2] Reported by: barbara.xxx1975@libero.it [1] sunpoet@sunpoet.net [2] Notes: svn path=/head/; revision=196603
* Update to 2007-07-12Michael Johnson2007-07-296-118/+28
| | | | Notes: svn path=/head/; revision=196532
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Make ffserver look for ffserver.conf in PREFIX/etcMichael Johnson2007-06-121-7/+14
| | | | | | | | | | | | - Don't install man pages when NOPORTDOCS is defined PR: ports/113606 ports/113245 Submitted by: Joao Rocha Braga Filho Sunpoet Po-Chuan Hsieh Notes: svn path=/head/; revision=193312
* - Update to 2007-05-30 snapshotMichael Johnson2007-06-124-45/+30
| | | | | | | | | | - Install etc/ffserver.conf PR: 113547 Requested by: Joao Rocha Braga Filho Notes: svn path=/head/; revision=193296
* Enable bktr by default with WITHOUT_BKTR to disable it.Jeremy Messenger2007-06-021-2/+10
| | | | | | | | PR: ports/113077 Submitted by: HASHI Hiroaki <hashiz@tomba.meridiani.jp> Notes: svn path=/head/; revision=192566
* - Update to 2007-04-29 (merged from multimedia/ffmpeg-devel)Michael Johnson2007-05-2519-848/+481
| | | | Notes: svn path=/head/; revision=191807
* Transfer MAINTAINER to multimedia@Michael Johnson2007-03-311-1/+1
| | | | Notes: svn path=/head/; revision=188869
* Give maintainership to Michael Johnson <ahze@FreeBSD.org>.Mario Sergio Fujikawa Ferreira2007-03-311-1/+1
| | | | Notes: svn path=/head/; revision=188854
* - Update e17 ports to 20070223 snapshotStanislav Sedov2007-03-111-2/+2
| | | | | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2] Notes: svn path=/head/; revision=187097
* - Fix SDL-dependent ports broken by last update.Stanislav Sedov2006-09-211-3/+0
| | | | | | | Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173507
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+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) Notes: svn path=/head/; revision=173460
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-2/+2
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* o Fix FFmpeg libavcodec Buffer Overflow Vulnerability advisory:Mario Sergio Fujikawa Ferreira2005-12-062-1/+20
| | | | | | | | | | | | | | | | http://secunia.com/advisories/17892/ o Patch can be found at: http://article.gmane.org/gmane.comp.video.ffmpeg.devel/26558 o Bump PORTREVISION Submitted by: Simon Kilvington <s.kilvington@eris.qinetiq.com> (patch) Prompted by: marcus Notes: svn path=/head/; revision=150552
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* Fix build on OSVERSION < 500000 by disabling POSTPROCESS libraryMario Sergio Fujikawa Ferreira2005-06-191-0/+14
| | | | | | | | building. The compiler does not support the assembler code. Tested in tinderbox Notes: svn path=/head/; revision=137733
* o Improve the bktr(4) device grab code [1]Mario Sergio Fujikawa Ferreira2005-06-062-27/+59
| | | | | | | | | | | | | | | | | 1) Add support for DragonFly 2) Use proper castings 3) Test file descriptors before using them 4) Improve frame capture 5) Fix some errors 6) Clean up the signals on bktr(4) when closing the device o Inherit CFLAGS (uphold CFLAGS) if WITH_OPTIMIZED_CFLAGS o Build and install post processing library o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org> et al [1] Notes: svn path=/head/; revision=136883
* Add CONFLICTS due to upcoming ffmpeg-devel portMario Sergio Fujikawa Ferreira2005-05-071-0/+1
| | | | Notes: svn path=/head/; revision=134733
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.Adam Weinberger2005-03-071-1/+1
| | | | Notes: svn path=/head/; revision=130541
* 1: Upgrade imlib2 to 1.2.0Vanilla I. Shu2005-03-071-1/+1
| | | | | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me Notes: svn path=/head/; revision=130537
* Does not compile on alphaKris Kennaway2005-01-021-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125647
* o Pet devel/portlint(1)Mario Sergio Fujikawa Ferreira2004-12-251-2/+2
| | | | | | | | - Remove extraneous whitespaces at end of lines - Place DISTVERSION on the correct location Notes: svn path=/head/; revision=125130
* o Fix PLIST: ffplay is only built WITH_SDLMario Sergio Fujikawa Ferreira2004-12-121-1/+4
| | | | | | | | | | o Bump PORTREVISION PR: 74965 Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca> Notes: svn path=/head/; revision=123837
* Fix build without NOPORTDOCS: force detection of port textproc/texi2htmlMario Sergio Fujikawa Ferreira2004-12-081-0/+6
| | | | | | | | Reviewed by: Randy Pratt <rpratt1950@earthlink.net>, Frank Mayhar <frank@exit.com> Notes: svn path=/head/; revision=123460
* o Update to 0.4.9.p1Mario Sergio Fujikawa Ferreira2004-12-059-122/+156
| | | | | | | | | | | | | o SHLIB version bump: a trick to help detect the problem that ffmpeg will not build with the previous ffmpeg library installed PR: 69210 [1], 74225 [2] Submitted by: ahze [1], Frank Mayhar <frank@exit.com> [2] Notes: svn path=/head/; revision=123247
* Fix build on gcc 3.4Michael Nottebrock2004-09-031-2/+14
| | | | Notes: svn path=/head/; revision=118101
* Fix build on -CURRENT i386 ARCH, OSVERSION >= 502000Mario Sergio Fujikawa Ferreira2004-04-141-4/+3
| | | | | | | | PR: 64825 Submitted by: mike johnson <ahze@ahze.net> Notes: svn path=/head/; revision=107080
* Fix typo: WITHOUT_A52 -> WITHOUT_LIBA52Mario Sergio Fujikawa Ferreira2004-04-131-1/+1
| | | | Notes: svn path=/head/; revision=106974
* 1) Enable shared postprocess per defaultMario Sergio Fujikawa Ferreira2004-03-213-19/+19
| | | | | | | | | | | | | | | | 2) Add WITHOUT_POSTPROCESS knob for backward compatibility. However, using might break ports that require postprocess to be enabled in ffmpeg 3) Bump PORTREVISION due to [1] 4) Remove PKGMESSAGE since it is no longer necessary to warn about ffmpeg045 port. It has been removed since the reasons for maintaining an old parallel version of ffmpeg no longer exist PR: 64257 [1,2,3] Submitted by: dinoex Notes: svn path=/head/; revision=104791
* BROKEN on i386 5.x: Does not compileKris Kennaway2004-03-191-0/+4
| | | | Notes: svn path=/head/; revision=104625
* o Fix "make deinstall reinstall": "unfix" some header files insideMario Sergio Fujikawa Ferreira2004-03-141-0/+4
| | | | | | | | | | | WRKSRC after installation. PR: 47713 Submitted by: parv <parv_fm@emailgroups.net> (report), Anish Mistry <mistry.7@osu.edu> (fix) Notes: svn path=/head/; revision=103959
* Support moved header files in FreeBSD 5.x branch: the header filesMario Sergio Fujikawa Ferreira2004-03-141-0/+5
| | | | | | | | | | for the Brooktree and Meteor interfaces have been moved PR: 62178 Submitted by: Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=103958
* Properly use SDL everywhere:Edwin Groothuis2004-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> Notes: svn path=/head/; revision=103247
* Remove a quotation mark that snuck in when I wasn't paying attention.Adam Weinberger2004-03-011-1/+1
| | | | | | | | | | Woah. The roof of the building right outside my window just caught fire. Uh... I should probably stop typing and go make a phone call. Submitted by: John Birrell <jb@cimlogic.com.au> Notes: svn path=/head/; revision=102603
* Add a missing \.Adam Weinberger2004-02-281-1/+1
| | | | | | | | Submitted by: FreshPorts sanity checking, which I didn't even know was trolling my commits. Cool!!1 Notes: svn path=/head/; revision=102453
* Add faad support, unbreak imlib2 support, and fix the pkg-plist. All toppedAdam Weinberger2004-02-282-3/+20
| | | | | | | | | with a PORTREVISION bump. Approved by: no response from maintainer Notes: svn path=/head/; revision=102445
* Unbreak on 5.x. Define PIC when compiling with -fpic, some codecsAlexander Kabaev2004-02-231-6/+2
| | | | | | | use that to decide whether to enable inline assemply optimisations. Notes: svn path=/head/; revision=101809
* This port is also broken on 4.x. It is scheduled for removal on April 21Kris Kennaway2004-02-221-4/+4
| | | | | | | if it is still broken at that time. Notes: svn path=/head/; revision=101639
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* BROKEN On 5.x: does not compileKris Kennaway2004-02-061-0/+4
| | | | Notes: svn path=/head/; revision=100194