| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
Notes:
svn path=/head/; revision=426525
|
|
|
|
| |
Notes:
svn path=/head/; revision=426368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from src/common/ffmpeg.cpp:62:
src/common/ffmpeg.h:70:5: error: unknown type name 'PixelFormat'; did you mean 'AVPixelFormat'?
priv_PixelFormat pixfmt;
^~~~~~~~~~~~~~~~
AVPixelFormat
src/common/ffmpeg.cpp:61:26: note: expanded from macro 'priv_PixelFormat'
#define priv_PixelFormat PixelFormat
^
/usr/local/include/libavutil/pixfmt.h:60:6: note: 'AVPixelFormat' declared here
enum AVPixelFormat {
^
src/common/ffmpeg.cpp:81:11: error: use of undeclared identifier 'avcodec_alloc_frame'
pic = avcodec_alloc_frame();
^
src/common/ffmpeg.cpp:92:28: error: use of undeclared identifier 'CODEC_ID_NONE'; did you mean 'AV_CODEC_ID_NONE'?
if(fmt->audio_codec == CODEC_ID_NONE)
^~~~~~~~~~~~~
AV_CODEC_ID_NONE
/usr/local/include/libavcodec/avcodec.h:192:5: note: 'AV_CODEC_ID_NONE' declared here
AV_CODEC_ID_NONE,
^
src/common/ffmpeg.cpp:163:11: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
pixfmt = PIX_FMT_RGB24;
^~~~~~~~~~~~~
AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared here
AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB...
^
src/common/ffmpeg.cpp:416:13: error: use of undeclared identifier 'avcodec_encode_video'; did you mean 'avcodec_encode_video2'?
pkt.size = avcodec_encode_video(ctx, video_buf, VIDEO_BUF_LEN, f);
^~~~~~~~~~~~~~~~~~~~
avcodec_encode_video2
/usr/local/include/libavcodec/avcodec.h:5322:5: note: 'avcodec_encode_video2' declared here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
^
src/common/ffmpeg.cpp:468:13: error: use of undeclared identifier 'avcodec_encode_audio'; did you mean 'avcodec_encode_audio2'?
pkt.size = avcodec_encode_audio(ctx, audio_buf, frame_len,
^~~~~~~~~~~~~~~~~~~~
avcodec_encode_audio2
/usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2' declared here
int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
^
PR: 214190
Obtained from: upstream
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=426345
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/ae2fab4...fb13bfe
Notes:
svn path=/head/; revision=426302
|
|
|
|
| |
Notes:
svn path=/head/; revision=426294
|
|
|
|
|
|
|
| |
With hat: portmgr-secretary
Notes:
svn path=/head/; revision=426269
|
|
|
|
|
|
|
|
|
|
| |
- Color font support in Direct2D.
- More color formats in Direct3D.
- Uninstallation fixes in MSI.
- Various bug fixes.
Notes:
svn path=/head/; revision=426233
|
|
|
|
| |
Notes:
svn path=/head/; revision=426134
|
|
|
|
| |
Notes:
svn path=/head/; revision=426104
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=426089
|
|
|
|
|
|
|
| |
PR: 214189
Notes:
svn path=/head/; revision=426087
|
|
|
|
|
|
|
|
| |
PR: 214484
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Notes:
svn path=/head/; revision=426079
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=425946
|
|
|
|
|
|
|
| |
in upstream QEMU.
Notes:
svn path=/head/; revision=425912
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This tries to fix discrepancy between
$ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
$ git grep -lF :devel/icu | sed 's,/Makefile$,,'
PR: 214384
Reported by: tijl, stage-qa, readelf(1)
Notes:
svn path=/head/; revision=425890
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=425802
|
|
|
|
| |
Notes:
svn path=/head/; revision=425758
|
|
|
|
|
|
|
|
|
|
| |
Pointyhat fits nicely.
PR: 214309
Submitted by: pkubaj@anongoth.pl
Notes:
svn path=/head/; revision=425742
|
|
|
|
|
|
|
| |
- Regenerate patches
Notes:
svn path=/head/; revision=425731
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=425701
|
|
|
|
| |
Notes:
svn path=/head/; revision=425695
|
|
|
|
| |
Notes:
svn path=/head/; revision=425673
|
|
|
|
|
|
|
| |
No changes to qemu-user are intended here, nor are there and fixes here.
Notes:
svn path=/head/; revision=425656
|
|
|
|
|
|
|
|
| |
- Add missing dependency
- Regenerate patches
Notes:
svn path=/head/; revision=425638
|
|
|
|
|
|
|
|
|
| |
- Add missing dependency
- Switch pkg-plist to DATADIR and DOCSDIR
- Regenerate patches
Notes:
svn path=/head/; revision=425631
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has a menu of supported games/apps for which it can do
all the workarounds automatically. It also lets you install
missing DLLs or tweak various Wine settings individually.
WWW: https://wiki.winehq.org/Winetricks
PR: 211293
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
Notes:
svn path=/head/; revision=425599
|
|
|
|
|
|
|
| |
PR: 214189
Notes:
svn path=/head/; revision=425573
|
|
|
|
|
|
|
|
|
|
| |
- Initial implementation of bitmap rendering in Direct2D.
- More WebServices implementation.
- A few more steps towards HID support.
- Various bug fixes.
Notes:
svn path=/head/; revision=425502
|
|
|
|
|
|
|
|
|
|
| |
Convert to USES=localbase
Add LICENSE (GPLv2+)
Remake/rename patches according to convention
Bump PORTREVISION so options are registered
Notes:
svn path=/head/; revision=425482
|
|
|
|
|
|
|
|
|
| |
This commit is analogous to r425303 and r425309 for /compat/linux/proc.
MFH: 2016Q4
Notes:
svn path=/head/; revision=425333
|
|
|
|
| |
Notes:
svn path=/head/; revision=425309
|
|
|
|
|
|
|
|
|
|
|
|
| |
When linprocfs is mounted the mode set to /compat/linux/proc is set to 555
while the package said 755 meaning pkg will try to change it 755 and fail
preventing upgrade or installation of the package because linprocfs does not
support changing attributes.
Enforce it to 555 to prevent that situation
Notes:
svn path=/head/; revision=425303
|
|
|
|
|
|
|
| |
installed later.
Notes:
svn path=/head/; revision=425274
|
|
|
|
|
|
|
|
|
|
| |
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=425174
|
|
|
|
|
|
|
|
| |
Reviewed by: jkim
Differential Revision: https://reviews.freebsd.org/D5071
Notes:
svn path=/head/; revision=425106
|
|
|
|
|
|
|
|
|
| |
- Fix citra --version output
Changes: https://github.com/citra-emu/citra/compare/8b833d3...ae2fab4
Notes:
svn path=/head/; revision=425041
|
|
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/commit/f672c7b
Notes:
svn path=/head/; revision=424799
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=424701
|
|
|
|
|
|
|
|
|
|
| |
- Mention c++11 requirement
- Mark broken on 9.x: does not build due to lacking c++11 support
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=424624
|
|
|
|
|
|
|
|
|
|
|
| |
multiboot.raw: option ROM does not begin with magic 55 aa
- Add missing files to plist
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=424575
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.
The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424560
|
|
|
|
|
|
|
|
| |
PR: 213683
Differential Revision: https://reviews.freebsd.org/D8292
Notes:
svn path=/head/; revision=424538
|
|
|
|
|
|
|
|
| |
PR: 213683
Differential Revision: https://reviews.freebsd.org/D8292
Notes:
svn path=/head/; revision=424537
|
|
|
|
| |
Notes:
svn path=/head/; revision=424471
|
|
|
|
|
|
|
|
| |
PR: 213264
Submitted by: pkubaj@anongoth.pl
Notes:
svn path=/head/; revision=424466
|
|
|
|
| |
Notes:
svn path=/head/; revision=424463
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Notes:
svn path=/head/; revision=424427
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
|
|
| |
JIT is only available for amd64 while non-JIT or fake JIT build isn't
yet supported.
Reported by: pkg-fallout for aarch64
Notes:
svn path=/head/; revision=424409
|