aboutsummaryrefslogtreecommitdiff
path: root/emulators/kcemu/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Add compiler:c++11-lang to USES to fix build on GCC-based architectures:Mark Linimon2019-04-081-4/+4
| | | | | | | | | | | /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' While here, pet portlint and alpha sort some USE* variables. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=498385
* - Bump PORTREVISION of ports that depends of net/libvncserver after itMarcelo Araujo2019-01-281-1/+1
| | | | | | | | | | was updated to version 0.9.12 Submitted by: dereks_lifeofadishwasher.com Differential Revision: https://reviews.freebsd.org/D18836 Notes: svn path=/head/; revision=491457
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* emulators/kcemu: Fix build with Clang 6Tobias Kortkamp2018-09-101-0/+1
| | | | | | | | | | | | | | | n file included from plotter.cc:26: ../../../include/kc/plotter.h:31:23: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] static const double WIDTH_MM = 210.0; ^ ~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/kcemu-0.5.1_15.log PR: 230960 Approved by: hardy.schumacher@gmx.de (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=479431
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* Bump PORTREVISION of several ports that depends of net/libvncserver toMarcelo Araujo2017-07-121-1/+1
| | | | | | | | | | | reflect the changes made on r445054. PR: ports/220565 (based on) Submitted by: Martin Birgmeier <la5lbtyi@aon.at> Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=445565
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Update to 0.9.11Matthew Seaman2017-01-211-1/+1
| | | | | | | | | | | | | | | | | | This includes a security fix for CVE-2016-9941 and CVE-2016-9942 * Drop files/patch-libvncclient_h264.c -- upstream has dropped h264 support * Switch from USE_OPENSSL to USES+=ssl * PORTREVISION bump in ports that link against libvncserver.so (with their default OPTIONS settings) due to change in ABI version of libvncserver.so PR: 215802 Submitted by: vlad-fbsd@acheronmedia.com MFH: 2017Q1 Security: 64be967a-d379-11e6-a071-001e67f15f5a Notes: svn path=/head/; revision=432083
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* emulators/kcemu, editors/wordgrinder: Document ncurses requirementJohn Marino2016-11-191-1/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426532
* emulators/kcemu: unbreak build with ffmpeg 3.xJan Beich2016-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg.cc:79:29: error: use of undeclared identifier 'PIX_FMT_YUV420P'; did you mean 'AV_PIX_FMT_YUV420P'? _stream->codec->pix_fmt = PIX_FMT_YUV420P; ^~~~~~~~~~~~~~~ AV_PIX_FMT_YUV420P /usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared here AV_PIX_FMT_YUV420P, ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples) ^ ffmpeg.cc:100:12: error: use of undeclared identifier 'avcodec_alloc_frame' _frame = avcodec_alloc_frame(); ^ ffmpeg.cc:159:18: error: use of undeclared identifier 'avcodec_encode_video'; did you mean 'avcodec_encode_video2'? int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame); ^~~~~~~~~~~~~~~~~~~~ avcodec_encode_video2 /usr/local/include/libavcodec/avcodec.h:5261:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ ffmpeg.cc:159:55: error: cannot initialize a parameter of type 'AVPacket *' with an lvalue of type 'byte_t *' (aka 'unsigned char *') int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame); ^~~~ /usr/local/include/libavcodec/avcodec.h:5261:60: note: passing argument to parameter 'avpkt' here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ PR: 214188 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=426344
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fix build with ffmpeg 2.7Thomas Zander2015-07-031-3/+1
| | | | | | | | | PR: 201319 Submitted by: riggs Approved by: portmgr (antoine) Notes: svn path=/head/; revision=391276
* - Update multimdedia/ffmpeg to latest upstrem version 2.7.1Thomas Zander2015-07-021-0/+2
| | | | | | | | | | - Mark ports BROKEN that were discovered not to work with this update; discovered by exp-run in bug 201181 - Note the need for manual upgrade of dependent ports in UPDATING Notes: svn path=/head/; revision=391183
* - Drop .la files from multimedia/dirac and multimedia/schroedingerDmitry Marakasov2014-12-021-1/+1
| | | | | | | | | | - Bump dependent ports as .so versions have changed - While here, remove @dirrm* from plists and add missing empty directory to plist of multimedia/lives Approved by: portmgr blanket Notes: svn path=/head/; revision=373737
* UnbreakAntoine Brodin2014-02-081-12/+8
| | | | | | | | | | While here, add stage support PR: ports/184779 Submitted by: maintainer Notes: svn path=/head/; revision=343354
* - Update from 1.1.20.1 to 1.1.21Danilo Egea Gondolfo2013-12-221-1/+1
| | | | | | | | | | | | | | - Add LICENSE while here - Add stage support - Convert USE_GMAKE to USES PR: ports/185082 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer) Notes: svn path=/head/; revision=337199
* Update to 0.3.6.Koop Mast2013-11-081-2/+2
| | | | | | | | | | This update supports a number of new codecs. Remove indiffently argument from COMMENT Update pkg-descr to supported codec list. Stageify. Notes: svn path=/head/; revision=333231
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325725
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* KCemu is an emulator for the KC85 homecomputer series and other Z80 basedPawel Pekala2011-12-231-0/+48
microcomputers like Z1013, LC80, Polycomputer 880 and BIC A5105. The emulation supports a number of additional hardware, e.g. floppy disk drives and extended graphic modules. WWW: http://kcemu.sourceforge.net PR: ports/161346 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> Notes: svn path=/head/; revision=287922