Adriaan de Groot
023390aaa6
Update the current KDE Applications to 18.08.1, the latest release.
...
https://www.kde.org/announcements/announce-applications-18.08.1.php
The release notes mention a few dozen fixes, MTP doesn't crash when
concurrently accessed by another application, nothing critical.
Submitted by: tcberner
2018-09-06 21:06:47 +00:00
Steve Wills
e741ebaae5
multimedia/py-soco: update to 0.16
...
PR: 231168
Submitted by: Conall O'Brien <conall@conall.net> (maintainer)
2018-09-06 19:27:37 +00:00
Sunpoet Po-Chuan Hsieh
29632fcc45
Update devel/json-c to 0.13.1
...
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine
2018-09-05 22:01:55 +00:00
Ed Maste
46afeb65cb
Revert r479024 due to build breakage
...
PR: 230214
2018-09-05 14:48:12 +00:00
Ed Maste
43daaf5913
multimedia/libx264: set LLD_UNSAFE for i386 and armv7
...
libx264 has relocations against readonly segment(s) and lld exits with
an error suggesting recompiling with -fPIC. As this may introduce a
performance impact, for now just fall back to GNU ld.bfd.
PR: 230214
Approved by: koobs (maintainer)
MFH: 2018Q3
2018-09-05 14:15:28 +00:00
Tobias Kortkamp
7b5106f284
*/vdr-plugin-*: Attempt to fix build with Clang 6
2018-09-04 13:42:13 +00:00
Yuri Victorovich
8b18179d3f
multimedia/obs-studio: Update 22.0.2 -> 22.0.3
...
PR: 231121
Submitted by: swills
2018-09-04 06:09:38 +00:00
Steve Wills
99251d3a6c
multimedia/obs-qtwebkit: create port
...
This is a browser source plugin for obs-studio
(https://github.com/jp9000/obs-studio ) based on QtWebkit library. It
allows using web content as a source in obs-studio.
WWW: https://github.com/swills/obs-qtwebkit
2018-09-03 13:17:06 +00:00
Jason E. Hale
612769b2bc
Fix build with Qt 5.11
...
PR: 230884
2018-09-03 10:12:58 +00:00
Sunpoet Po-Chuan Hsieh
4ed708c0f3
Change RUN_DEPENDS from pylint to pylint1
...
- Bump PORTREVISION for dependency change
2018-09-02 23:57:10 +00:00
Jan Beich
baed44f1ec
multimedia/aom: regen distfile now that GH mirror is ready
...
Previous distfile was generated using the following commands, so
changes are mainly in timestamps.
$ git clone http://aomedia.googlesource.com/aom/ ; cd aom
$ git archive --format tar.gz --prefix aom-1.0.0/ \
-o $DISTDIR/jbeich-aom-v1.0.0_GH0.tar.gz v1.0.0
2018-09-02 21:26:24 +00:00
Jan Beich
907448d092
multimedia/aom: add new port
...
AOMedia Video 1 (AV1), is an open, royalty-free video coding format
designed for video transmissions over the Internet. It is being
developed by the Alliance for Open Media (AOMedia), a consortium of
firms from the semiconductor industry, video on demand providers, and
web browser developers, founded in 2015.
https://aomedia.org/
2018-09-02 16:32:21 +00:00
Steve Wills
8be3b48192
multimedia/gtk-youtube-viewer: Update to 3.4.1
...
PR: 231084
Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
2018-09-02 15:59:44 +00:00
Mathieu Arnold
d96192fb86
regular USE_GITHUB cleanup.
2018-09-02 15:01:24 +00:00
Stefan Eßer
c2e7680d39
Update to version 0.7.3.
...
Approved by: antoine (implicit)
2018-09-02 06:58:17 +00:00
Sunpoet Po-Chuan Hsieh
16e1eb363d
Update to 18.08
...
Changes: https://mediaarea.net/MediaInfo/ChangeLog
https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
2018-09-01 22:51:10 +00:00
Sunpoet Po-Chuan Hsieh
170196a5de
Update to 18.08
...
Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
2018-09-01 22:51:05 +00:00
Sunpoet Po-Chuan Hsieh
d0f4581887
Update to 18.08 (0.4.37)
...
Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt
2018-09-01 22:51:00 +00:00
Antoine Brodin
ec3e56288a
Switch default version of samba to 4.7
...
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904
2018-09-01 17:05:47 +00:00
Yuri Victorovich
44f271fa00
multimedia/obs-studio: Update 22.0.1 -> 22.0.2
...
Reported by: portscout
2018-08-31 16:01:21 +00:00
Tobias Kortkamp
47dc81d16f
multimedia/libxine: Enable PIXBUF by default instead of IMAGEMAGICK
...
gxine needs an image decoder plugin enabled in libxine to build.
Use gdk-pixbuf2 for this instead of ImageMagick as it is more
lightweight and does not bring in ghostscript.
Discussed with: danfe, ndowens@yahoo.com
2018-08-31 14:55:03 +00:00
Jason E. Hale
f12e6327ad
Fix build with Qt 5.11
...
PR: 230884
Obtained from: upstream
2018-08-31 11:23:33 +00:00
Tobias Kortkamp
4ee3a387ce
multimedia/libxine: Update to 1.2.9
...
- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]
Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR: 219921
Reported by: emorrasg@yahoo.es
Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan <ndowens@yahoo.com>
Reviewed by: mat, tobik
Differential Revision: https://reviews.freebsd.org/D16840
2018-08-31 08:16:18 +00:00
Jason E. Hale
de998d0c7a
Fix build with Qt 5.11
...
PR: 230884
Obtained from: upstream
2018-08-31 05:20:42 +00:00
Adriaan de Groot
b7cbbfac1f
Deprecate KDE4 software in categories graphics-textproc.
...
The last upstream release supporting KDE4 was 10 months ago,
https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.
Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@)
Not deprecated, need to contact maintainers:
misc/krecipes-kde4
net-im/kmess-kde4
net/smb4k-kde4
textproc/uim-kde4
2018-08-30 18:23:24 +00:00
Thomas Zander
4883362ac3
Update to upstream version 26.0.0
...
MFH: 2018Q3
2018-08-30 14:29:06 +00:00
Tobias Kortkamp
a62493bb60
multimedia/kodi-devel: Keep the old versioning scheme for now
2018-08-28 12:27:27 +00:00
Tobias Kortkamp
9ebdc35615
multimedia/kodi-devel: Update to 18.0b1v2 (Leia Beta 1)
...
https://kodi.tv/article/kodi-v18-leia-beta-1
2018-08-28 12:21:12 +00:00
Jason E. Hale
336eab338e
Fix build with CRYPTOPP option enabled (missed in r477967)
...
Bump PORTREVISON due to cryptopp shared library version increase
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -DKVZ_DLL_EXPORTS -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -MT extras/crypto.lo -MD -MP -MF extras/.deps/crypto.Tpo -c extras/crypto.cpp -fPIC -DPIC -o extras/.libs/crypto.o
extras/crypto.cpp:19:3: error: unknown type name 'byte'; did you mean 'CryptoPP::byte'?
byte key[CryptoPP::AES::DEFAULT_KEYLENGTH];
^~~~
CryptoPP::byte
/usr/local/include/cryptopp/config.h:237:23: note: 'CryptoPP::byte' declared here
typedef unsigned char byte;
^
Pointy hat: jhale
Reported by: fluffy
Obtained from: upstream commits
2018-08-25 14:20:50 +00:00
Tobias C. Berner
6517ccec6c
Update KDE Applications to 18.08
...
Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
2018-08-25 05:15:02 +00:00
Yuri Victorovich
1ecea62845
multimedia/obs-studio: Update 22.0.0 -> 22.0.1
...
Reported by: portscout
2018-08-24 17:51:20 +00:00
Adriaan de Groot
7d1b26ed85
Update KDE Frameworks to the latest monthly, 5.49
...
https://www.kde.org/announcements/kde-frameworks-5.49.0.php
Thanks Antoine for the exp-run.
PR: 230596
Submitted by: tcberner
2018-08-23 18:49:16 +00:00
Mark Felder
52f1d05827
multimedia/plexmediaserver-plexpass: Update to 1.13.6.5339
...
Changelog: https://forums.plex.tv/t/plex-media-server/30447/230
2018-08-23 14:13:48 +00:00
Mark Felder
41b622df5a
multimedia/plexmediaserver: Update to 1.13.5.5332
2018-08-23 14:12:58 +00:00
Yuri Victorovich
79397e6c9c
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
2018-08-21 05:22:33 +00:00
Thomas Zander
d7cf60d978
Fix build on aarch64
...
PR: 230438
Submitted by: mikael.urankar@gmail.com
MFH: 2018Q3
2018-08-20 10:36:02 +00:00
Tobias Kortkamp
813aa9f60d
multimedia/kodi-devel: Update to latest commit
2018-08-18 10:32:13 +00:00
Dmitry Marakasov
0743d7043b
- Update WWW
...
Approved by: portmgr blanket
2018-08-18 09:38:06 +00:00
Thomas Zander
3b833d2533
Set LLD_UNSAFE on i386 to workaround linking problem with lld
...
PR: 214864
Reported by: emaste
2018-08-18 08:52:24 +00:00
Steve Wills
d6d95efaa8
multimedia/gtk-youtube-viewer: Update to 3.3.4
...
While here, assign maintainer
PR: 230513
Submitted by: Nathan <ndowens@yahoo.com>
2018-08-16 14:14:26 +00:00
Carlos J. Puga Medina
e72ea95aef
- Update MASTER_SITES to point to the official website
2018-08-15 21:59:13 +00:00
Carlos J. Puga Medina
3cc1b5f791
- Add MASTER_SITES to fetch waf because the previous GH repository has been moved
...
- Update waf to 2.0.9 that includes fixes to build Mpv with Python 3 [1]
- Add OPENAL option [2]
- Bump PORTREVISION
PR: 230651 [1], 230650 [2]
Reported by: tobik
2018-08-15 19:34:41 +00:00
Nicola Vitale
160d48ecfe
- Update to 0.2.8
...
- Add LICENSE_FILE
- Update port description and URL in pkg-descr
Changes: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.8
2018-08-15 19:31:06 +00:00
Sunpoet Po-Chuan Hsieh
191cd6fc38
Update PLIST_FILES: remove %%
2018-08-12 17:33:32 +00:00
Sunpoet Po-Chuan Hsieh
f9aba88aef
Update WWW
...
Approved by: portmgr (blanket)
2018-08-11 14:18:29 +00:00
Jan Beich
d6bccda8d9
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/
2018-08-10 00:55:12 +00:00
Sunpoet Po-Chuan Hsieh
4f58409e29
Update WWW
...
Approved by: portmgr (blanket)
2018-08-09 14:46:07 +00:00
Sunpoet Po-Chuan Hsieh
d1fc87aa06
Update to 3.2.9
...
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:44:59 +00:00
Sunpoet Po-Chuan Hsieh
9e316b5910
Update to 3.2.9
...
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:44:39 +00:00
Jan Beich
0b055d47f2
devel/boost-*: update to 1.68.0
...
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00