| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
26.0.0.r1_1 19 Sep 2020 21:17:53
  |
yuri  |
multimedia/obs-studio: Remove BROKEN_aarch64 because it was there for 2+ years
and needs to be retested
If it still breaks on aarch64 - please post the log here:
https://github.com/obsproject/obs-browser/issues/242 |
26.0.0.r1_1 19 Sep 2020 21:03:21
  |
yuri  |
multimedia/obs-studio: Broken on i386 |
26.0.0.r1_1 08 Sep 2020 19:47:10
  |
yuri  |
multimedia/obs-studio: Fix build when it was failing with the missing -fPIC
reason
Reported by: fallout |
26.0.0.r1 05 Sep 2020 17:19:14
  |
yuri  |
multimedia/obs-studio: Update 25.0.8 -> 26.0.0-rc1
Reported by: portscout |
25.0.8_1 27 Aug 2020 13:00:28
  |
tcberner  |
multimedia/obs-studio: fix build on recent current
Obtained
from: https://github.com/obsproject/obs-studio/commit/c7f84f8fc4e90ef779a204ac268f5ee1a962e324 |
25.0.8_1 03 Jul 2020 22:30:12
  |
jbeich  |
multimedia/x264: update to 0.160.3011
Changes: https://code.videolan.org/videolan/x264/compare/296494a4...cde9a93
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
25.0.8 17 Jun 2020 18:17:45
  |
sunpoet  |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
25.0.8 29 Apr 2020 07:00:44
  |
yuri  |
multimedia/obs-studio: Update 25.0.7 -> 25.0.8
Reported by: portscout |
25.0.7 17 Apr 2020 06:50:07
  |
yuri  |
multimedia/obs-studio: Update 25.0.6 -> 25.0.7
Reported by: portscout |
25.0.6 14 Apr 2020 20:29:38
  |
yuri  |
multimedia/obs-studio: Update 25.0.5 -> 25.0.6
Reported by: portscout |
25.0.5 11 Apr 2020 17:44:38
  |
pkubaj  |
multimedia/obs-studio: fix build on powerpc64 elfv2
obs-studio uses SSE unconditionally, but Clang can't doesn't have good enough
SSE -> Altivec translation layer, like GCC does:
In file included from
/wrkdirs/usr/ports/multimedia/obs-studio/work/obs-studio-25.0.1/libobs/graphics/../util/sse-intrin.h:63:
In file included from /usr/lib/clang/10.0.0/include/xmmintrin.h:13:
/usr/lib/clang/10.0.0/include/mmintrin.h:50:12: error: invalid conversion
between vector type '__m64' (vector of 1 'long long' value) and integer type
'int' of different size
return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use GCC on powerpc64. |
25.0.5 09 Apr 2020 06:51:53
  |
yuri  |
multimedia/obs-studio: Update 25.0.4 -> 25.0.5
Reported by: portscout |
25.0.4_1 06 Apr 2020 18:30:56
  |
yuri  |
multimedia/obs-studio: Change FreeBSD and Dragonfly support in
os_get_executable_path_ptr() from procfs(5) to sysctl/KERN_PROC_PATHNAME
PR: 245403
Submitted by: Ka Ho Ng <khng300@gmail.com> |
25.0.4 06 Apr 2020 06:07:38
  |
yuri  |
multimedia/obs-studio: Update 25.0.3 -> 25.0.4
Chengelog: https://github.com/obsproject/obs-studio/releases/tag/25.0.4
This is mostly a bugfix release, therefore requesting MFH.
MFH: 2020Q2 |
25.0.3_2 05 Apr 2020 02:11:31
  |
yuri  |
multimedia/obs-studio: Install ObsPluginHelpers.cmake to facilitate plugins |
25.0.3_1 04 Apr 2020 22:31:01
  |
yuri  |
multimedia/obs-studio: Install one more .cmake file to support some use cases |
25.0.3 03 Apr 2020 16:00:33
  |
yuri  |
multimedia/obs-studio: Update 25.0.1 -> 25.0.3 (25.0.3 contains bugfixes)
Bug fixed:
https://github.com/obsproject/obs-studio/issues/2627#issuecomment-608509154
25.0.1 crashed on microphone change.
MFH: 2020Q2 |
25.0.1_3 03 Apr 2020 04:58:33
  |
yuri  |
multimedia/obs-studio: Add missing header for depending projects to access the
OBS Studio API |
25.0.1_2 03 Apr 2020 01:22:22
  |
yuri  |
multimedia/obs-studio: Add the vlc plugin that wasn't enabled on FreeBSD for
some reason |
25.0.1_1 02 Apr 2020 23:42:35
  |
yuri  |
multimedia/obs-studio: Fix the procfs(5) link for the executable path:
/proc/self/exe -> /proc/curproc/file
PR: 245299
Reported by: Keith Hellman <khellman@mcprogramming.com> (the reported issue
seems to be the same) |
25.0.1 21 Mar 2020 21:05:47
  |
yuri  |
multimedia/obs-studio: Update 25.0.0 -> 25.0.1
Reported by: portscout |
25.0.0_1 20 Mar 2020 15:53:18
  |
yuri  |
multimedia/obs-studio: Add patch to disable the X509 certificate verification,
so that the software works with FaceBook Live under FreeBSD
Submitted by: hps (via ports-committers@) |
25.0.0 18 Mar 2020 20:22:17
  |
yuri  |
multimedia/obs-studio: Update 24.0.6 -> 25.0.0
Reported by: portscout |
24.0.6 24 Jan 2020 21:34:34
  |
pkubaj  |
multimedia/obs-studio: fix packaging on architectures without luajit
The previous patch missed packaging fix. obslua.so is not installed without
luajit.
PR: 243562
Approved by: yuri (maintainer)
MFH: 2020Q1 (fix build blanket) |
24.0.6 08 Jan 2020 21:36:58
  |
pkubaj  |
multimedia/obs-studio: fix build on powerpc64
Merge upstream commit to use GCC's SSE->AltiVec translation. Since it depends on
compiling with GCC, it only works on ELFv1. Hopefully it will be possible to
build it on ELFv2 in the future.
Also use luajit only where it's actually available. Since it's optional, the
port builds anyway.
PR: 243199
Approved by: yuri (maintainer)
MFH: 2020Q1 (fix build blanket) |
24.0.6 05 Jan 2020 10:45:47
  |
yuri  |
multimedia/obs-studio: Update 24.0.5 -> 24.0.6
Reported by: repology |
24.0.5_1 21 Dec 2019 19:00:27
  |
jbeich  |
multimedia/x264: update to 0.159.2991
Changes: https://code.videolan.org/videolan/x264/compare/34c06d1...1771b55
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
24.0.5 14 Dec 2019 07:19:01
  |
yuri  |
multimedia/obs-studio: Update 24.0.4 -> 24.0.5
Reported by: portscout |
24.0.4 07 Dec 2019 06:09:12
  |
yuri  |
multimedia/obs-studio: Update 24.0.3 -> 24.0.4
Reported by: repology |
24.0.3 13 Oct 2019 15:04:32
  |
yuri  |
multimedia/obs-studio: Update 24.0.2 -> 24.0.3
Reported by: portscout |
24.0.2 12 Oct 2019 07:02:20
  |
yuri  |
multimedia/obs-studio: Update 24.0.1 -> 24.0.2
Reported by: portscout |
24.0.1 05 Oct 2019 17:15:09
  |
yuri  |
multimedia/obs-studio: Update 24.0.0 -> 24.0.1
Reported by: portscout |
24.0.0 21 Sep 2019 06:52:53
  |
yuri  |
multimedia/obs-studio: Update 23.2.1 -> 24.0.0
Reported by: portscout |
23.2.1_2 14 Sep 2019 22:01:13
  |
jbeich  |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
23.2.1_2 05 Aug 2019 23:06:50
  |
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
23.2.1_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
23.2.1 19 Jun 2019 08:28:35
  |
yuri  |
multimedia/obs-studio: Update 23.2.0 -> 23.2.1
Reported by: portscout |
23.2.0 13 Jun 2019 05:41:30
  |
yuri  |
multimedia/obs-studio: Update 23.1.0 -> 23.2.0
Reported by: portscout |
23.1.0_1 01 May 2019 19:35:15
  |
rene  |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
23.1.0 07 Apr 2019 01:30:02
  |
yuri  |
multimedia/obs-studio: Update 23.0.2 -> 23.1.0
Reported by: portscout |
23.0.2_1 18 Mar 2019 21:45:10
  |
jbeich  |
multimedia/x264: update to 0.157.2945
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=72db437770fd1ce3961f624dd57a8e75ff65ae0b
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
23.0.2 09 Mar 2019 19:30:17
  |
yuri  |
multimedia/obs-studio: Update 23.0.1 -> 23.0.2
Reported by: portscout |
23.0.1 01 Mar 2019 01:31:20
  |
yuri  |
multimedia/obs-studio: Update 23.0.0 -> 23.0.1
Reported by: portscout |
23.0.0 26 Feb 2019 05:36:58
  |
yuri  |
multimedia/obs-studio: Update 22.0.3 -> 23.0.0
Reported by: portscout |
22.0.3_5 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
22.0.3_4 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
22.0.3_4 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
22.0.3_3 01 Dec 2018 08:31:09
  |
yuri  |
multimedia/obs-studio: Compatibility fix for new obs-libfdk API
PR: 233590 |
22.0.3_2 06 Nov 2018 01:50:27
  |
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
22.0.3_1 29 Sep 2018 08:04:27
  |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
22.0.3 14 Sep 2018 15:44:41
  |
tijl  |
Bump PORTREVISION for mbedtls update (r479770). |
22.0.3 11 Sep 2018 18:34:28
  |
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
22.0.3 04 Sep 2018 06:09:38
  |
yuri  |
multimedia/obs-studio: Update 22.0.2 -> 22.0.3
PR: 231121
Submitted by: swills |
22.0.2 31 Aug 2018 16:01:21
  |
yuri  |
multimedia/obs-studio: Update 22.0.1 -> 22.0.2
Reported by: portscout |
22.0.1 24 Aug 2018 17:51:21
  |
yuri  |
multimedia/obs-studio: Update 22.0.0 -> 22.0.1
Reported by: portscout |
22.0.0 21 Aug 2018 05:22:33
  |
yuri  |
multimedia/obs-studio: Update 21.1.2 -> 22.0.0
Port changes:
* Add the blanket D_WITH_GETLINE because few places need it.
* Add dependency
Reported by: portscout |
21.1.2_2 10 Aug 2018 00:55:12
  |
jbeich  |
multimedia/x264: update to 0.155.2917
- HI10P is always built after
https://git.videolan.org/?p=x264.git;a=commitdiff;h=71ed44c73124
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=0a84d986e7020f8344f00752e3600b9769cc1e85
ABI: https://abi-laboratory.pro/tracker/timeline/x264/ |
21.1.2_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
21.1.2 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
21.1.2 14 May 2018 05:27:09
  |
yuri  |
multimedia/obs-studio: Update 21.1.1 -> 21.1.2
Reported by: portscout |
21.1.1_1 02 May 2018 15:07:27
  |
jbeich  |
multimedia/ffmpeg: update to 4.0
- 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 |
21.1.1 25 Mar 2018 04:31:52
  |
yuri  |
multimedia/obs-studio: Update 21.0.3 -> 21.1.1
Port changes:
* Take maintainership
* Change to DISTVERSION
* Add swig30 to BUILD_DEPENDS
* Sort and add to LIB_DEPENDS
* Add lua and python to USES
* Change GH_ACCOUNT to developer's account
* Sort USE_QT5
* Add to and sort USE_XORG
* Remove unnecessary INSTALLS_ICONS
* Remove unnecessary patch of -ldl in Linux-only code
* Now works with any python version 3.4+
* Now scripting works via python and lua |
21.0.3 08 Mar 2018 12:43:48
  |
vanilla  |
Update to 21.0.3. |
21.0.2 09 Feb 2018 13:07:42
  |
vanilla  |
1: Update to 21.0.2.
2: sort pkg-plist. |
20.1.3_1 29 Dec 2017 02:55:42
  |
jbeich  |
multimedia/{lib,}x264: update to 0.152.2854
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=e9a5903edf8ca59ef20e6f4894c196f135af735e |
20.1.3 02 Dec 2017 14:11:00
  |
vanilla  |
Update to 20.1.3. |
20.1.1 29 Oct 2017 11:36:56
  |
vanilla  |
Add missing patch. |
20.1.1 29 Oct 2017 09:29:07
  |
vanilla  |
Update to 20.1.1. |
20.0.1_2 21 Oct 2017 06:50:50
  |
jbeich  |
multimedia/ffmpeg: update to 3.4
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 |
20.0.1_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
20.0.1 18 Aug 2017 03:04:32
  |
vanilla  |
Update to 20.0.1. |
19.0.3 01 Jul 2017 12:15:40
  |
vanilla  |
Update to 19.0.3. |
18.0.1_3 23 May 2017 05:03:16
  |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
18.0.1_2 25 Apr 2017 08:20:31
  |
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
18.0.1_1 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
18.0.1 14 Mar 2017 12:04:36
  |
vanilla  |
Update to 18.0.1. |
17.0.2 26 Jan 2017 09:22:44
  |
vanilla  |
Update to 17.0.2. |
17.0.1 18 Jan 2017 12:02:39
  |
vanilla  |
Update to 17.0.1. |
17.0.0 28 Dec 2016 08:36:22
  |
vanilla  |
Update to 17.0.0. |
0.16.0_1 11 Dec 2016 15:22:47
  |
jbeich  |
multimedia/ffmpeg: update to 3.2.2
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) |
0.16.0 16 Nov 2016 00:34:37
  |
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.16.0 28 Sep 2016 12:37:19
  |
vanilla  |
Update to 0.16.0. |
0.15.2_1 23 Sep 2016 13:14:29
  |
jbeich  |
multimedia/x264: update to 0.148.2708
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677
Differential Revision: https://reviews.freebsd.org/D7958
Approved by: koobs (maintainer) |
0.15.2 08 Aug 2016 15:53:44
  |
koobs  |
multimedia/obs-studio: Update to 0.15.2
- Update PORTVERSION and distinfo checksum (0.15.2)
- Update pkg-plist accordingly
- Add missing library, xorg andqt5 dependencies
- Add INSTALLS_ICONS
- Sort and group USE{S} sections
- Sort *_DEPENDS
https://github.com/jp9000/obs-studio/releases/tag/0.15.2
Note: 0.15.4 (released 3 hours ago) has a build regression. Port will
be updated when a fix is obtained.
Requested by: FreeBSD Supporter (via Twitter) |
0.14.1_1 09 May 2016 13:42:54
  |
mat  |
Fix build on 9 and fix dependency list.
PR: 209046
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
0.14.1 25 Apr 2016 15:25:54
  |
vanilla  |
Update to 0.14.1. |
0.9.1_1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.9.1_1 21 Mar 2016 15:52:57
  |
kmoore  |
- Drop maintainership |
0.9.1_1 30 Dec 2015 17:45:33
  |
rakuco  |
Finish fixing broken ports after r404856 and r404694.
* multimedia/obs-studio:
Import some upstream commits that pass all required include directories to
the compiler and reference libsysinfo.so with a full path instead of passing
-lsysinfo and relying on ${LOCALBASE}/lib being in the linker search path.
* textproc/sigil:
Pass LDFLAGS+=${LOCALBASE}/lib for now to work around the fact that
upstream's build system references libhunspell-1.3.so and libpcre16.so
without full paths (instead of finding them with the proper CMake commands it
relies on pkg-config's output).
* x11/antimicro:
Also pass LDFLAGS+=${LOCALBASE}/lib for now to work around the fact that
several X11 and SDL2 libraries are referenced without full paths. I sent a
pull request upstream to fix the X11 references, but SDL2 is still detected
through pkg-config.
MFH: 2015Q4 |
0.9.1_1 03 Jul 2015 07:02:44
  |
koobs  |
multimedia/{lib}x264: Update to 0.144.2533 and major refactor
- 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.(Only the first 15 lines of the commit message are shown above ) |
0.9.1 26 Jun 2015 13:28:53
  |
amdmi3  |
- Mark BROKEN on 9.x:
/usr/local/include/qt5/QtCore/qflags.h:43:10: fatal error: 'initializer_list'
file not found
Submitted by: pkg-fallout
Approved by: portmgr blanket |
0.9.1 12 May 2015 18:24:03
  |
kmoore  |
- Add missing LIB_DEPENDS for audio/libfdk-aac |
0.9.1 04 May 2015 09:03:33
  |
antoine  |
Fix distinfo |
0.9.1 03 May 2015 13:59:06
  |
kmoore  |
Open Broadcaster Software is free and open source software
for video recording and live streaming.
WWW: https://obsproject.com/ |