| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE.
- Add USES=desktop-file-utils.
- Replace linguist_build with linguisttools_build.
- Strip binary.
- Regenerate patch with 'make makepatch'.
PR: 201474
Submitted by: s3erios@gmail.com
Notes:
svn path=/head/; revision=392221
|
|
|
|
|
|
|
|
| |
PR: 201574
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Notes:
svn path=/head/; revision=392178
|
|
|
|
|
|
|
|
|
|
| |
While here, convert gstreamer1-plugins-all too.
PR: 201545
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Notes:
svn path=/head/; revision=392149
|
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes:
svn path=/head/; revision=392072
|
|
|
|
|
|
|
|
| |
PR: 200714
Submitted by: rwestlun@gmail.com
Notes:
svn path=/head/; revision=391821
|
|
|
|
|
|
|
|
| |
- Convert to new options helper
- Convert to new options target helper
Notes:
svn path=/head/; revision=391811
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add OPTIONs to select the media player used for playback
- Add NO_ARCH
PR: 199246
Submitted by: tkato432@yahoo.com
Reviewed by: jason.unovitch@gmail.com
Notes:
svn path=/head/; revision=391781
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: 201470
Submitted by: milios@ccsys.com
Notes:
svn path=/head/; revision=391732
|
|
|
|
|
|
|
|
| |
PR: ports/201220
Submitted by: Andrey Fesenko
Notes:
svn path=/head/; revision=391474
|
|
|
|
| |
Notes:
svn path=/head/; revision=391449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The upstream project on GitHub was renamed from MediaBrowser to Emby
causing the following error:
size mismatch: expected 54577043, actual 54582083
- Update to 3.0.5641.5
- Change the upstream repository name to compensate
PR: 201369
Submitted by: Ben Woods <woodsb02 gmail com> (maintainer)
MFH: 2015Q3
Notes:
svn path=/head/; revision=391419
|
|
|
|
|
|
|
|
|
| |
PR: 201355
Reported by: Ivan Klymenko <fidaj@ukr.net>
Fix by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=391370
|
|
|
|
|
|
|
|
| |
ports have been upgraded to use multimedia/ffmpeg (which is on 2.7 branch
as of now)
Notes:
svn path=/head/; revision=391362
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a typo (s/xent/xext) in the X11GRAB USE_XORG dependency assignment that was
introduced in r391234.
PR: 201321
Submitted by: Andrey Fesenko <andrey bsdnir info>
Approved by: pointyhat (koobs)
Notes:
svn path=/head/; revision=391292
|
|
|
|
|
|
|
|
| |
PR: 201295
Submitted by: cpm@fbsd.es (maintainer)
Notes:
svn path=/head/; revision=391260
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use OPTIONS helpers for as many as conditional blocks as possible.
Blocks with FFMPEG_* and other variables not supported by the helper
framework are not modified.
- Honour CFLAGS for armv6 (= -> ?=)
While I'm here:
- Sort and group common or related Makefile sections where it made sense
to do so and improved readability. Put global things up the top and
conditional blocks below.
- Improve whitespace alignment for readability.
Approved by: wg (maintainer)
Differential Revision: https://reviews.freebsd.org/D2981
Notes:
svn path=/head/; revision=391234
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Delete distinfo from libx264 since it is s now subordinate to the x264 port.
Also correctly update distinfo for x264, including the example.y4m.bz2 video
file for profile guided optimization (OPTION: PGO).
PR: 201260
Reported by: Ajtim <lumiwa gmail com> (via email)
Notes:
svn path=/head/; revision=391232
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
- Place common configure arguments in a CONFIGURE_COMMON_ARGS variable
to make overriding values without duplication easier.
- Use --prefix configure argument over post-patch replacements
- Enable stripping of binaries and libraries if DEBUG is off. Remove
post-install target STRIP_CMD accordingly.
- Delete patch-Makefile in favour of patching WRKSRC/configure to
identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now
covered upstream without needing patches.
- Patch out a bogus compiler argument check (cc_check) that results
in -Wno-maybe-uninitialized being added to CFLAGS causing causes
warnings when clang is cc. The cc_check function checks for basename
$CC to identify compiler type (icl, clang, gcc, etc).
multimedia/libx264:
- Remove all Makefile entries that are duplicated or common and found
in the master port (x264).
- Set lib as the PKGNAMEPREFIX
- Tweak COMMENT
- Delete upstreamed ARM patches [1]
- Delete all but one patch, as they duplicate those in x264.
- Dont remove pkgconfig/libdata directory
Changes:
https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable
Based on:
PR: 201260 [1]
Submitted by: Andrey Cherkashin <andoriyu gmail com> [1]
Notes:
svn path=/head/; revision=391217
|
|
|
|
|
|
|
| |
updated to 2.7 branch
Notes:
svn path=/head/; revision=391184
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
Notes:
svn path=/head/; revision=391169
|
|
|
|
|
|
|
|
| |
PR: 201151
Submitted by: kwm
Notes:
svn path=/head/; revision=391120
|
|
|
|
| |
Notes:
svn path=/head/; revision=391024
|
|
|
|
| |
Notes:
svn path=/head/; revision=390874
|
|
|
|
|
|
|
|
| |
This is a bugfix and minor enhancement release:
http://mltframework.blogspot.it/2015/02/version-094-released.html
Notes:
svn path=/head/; revision=390781
|
|
|
|
|
|
|
| |
main multimedia/ffmpeg port to a newer branch
Notes:
svn path=/head/; revision=390779
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Pass maintainership to submitter
PR: 201162
Submitted by: mizhka@gmail.com
Notes:
svn path=/head/; revision=390778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change Python version to 3.2+ because Python 2
is no longer supported
- Add a patch to setup.py to install .desktop file
(required for MPRIS support)
- Add a wrapper script to pass the environment variable
SSL_CERT_FILE, otherwise any video search fails with
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>
Relnotes: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.5
Notes:
svn path=/head/; revision=390693
|
|
|
|
|
|
|
| |
https://forums.plex.tv/index.php/topic/62832-plex-media-server/?p=963754
Notes:
svn path=/head/; revision=390645
|
|
|
|
|
|
|
|
|
|
| |
/usr/local/include/qt5/QtCore/qflags.h:43:10: fatal error: 'initializer_list' file not found
Submitted by: pkg-fallout
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=390639
|
|
|
|
| |
Notes:
svn path=/head/; revision=390584
|
|
|
|
|
|
|
| |
* Add experimental theme H2O. Still work in progress.
Notes:
svn path=/head/; revision=390583
|
|
|
|
|
|
|
|
| |
PR: 201079
Submitted by: Ralf van der Enden
Notes:
svn path=/head/; revision=390443
|
|
|
|
|
|
|
|
|
|
| |
- While here, add NO_ARCH and LICENSE_FILE
PR: 201028
Submitted by: conall@conall.net (maintainer)
Notes:
svn path=/head/; revision=390435
|
|
|
|
| |
Notes:
svn path=/head/; revision=390433
|
|
|
|
|
|
|
|
| |
(FreeBSD on pre-10 systems)
- Bump PORTREVISION
Notes:
svn path=/head/; revision=390327
|
|
|
|
|
|
|
|
| |
(FreeBSD on pre-10 systems)
- Bump PORTREVISION
Notes:
svn path=/head/; revision=390325
|
|
|
|
|
|
|
|
| |
(FreeBSD on pre-10 systems)
- Bump PORTREVISION
Notes:
svn path=/head/; revision=390322
|
|
|
|
| |
Notes:
svn path=/head/; revision=390310
|
|
|
|
|
|
|
|
|
| |
PR: 200952
Submitted by: Andrey Fesenko <andrey@bsdnir.info>
Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=390283
|
|
|
|
| |
Notes:
svn path=/head/; revision=390241
|
|
|
|
| |
Notes:
svn path=/head/; revision=390240
|
|
|
|
| |
Notes:
svn path=/head/; revision=390225
|
|
|
|
| |
Notes:
svn path=/head/; revision=390224
|
|
|
|
| |
Notes:
svn path=/head/; revision=390211
|
|
|
|
| |
Notes:
svn path=/head/; revision=390181
|
|
|
|
|
|
|
|
|
|
|
| |
header guard of the sys/stdint.h file. Otherwise compiling software with the
x264.h header will generate a warning about the mismatch header guard.
Approved by: maintainer (koobs@)
Differential Revision: https://reviews.freebsd.org/D2863
Notes:
svn path=/head/; revision=390114
|
|
|
|
| |
Notes:
svn path=/head/; revision=390073
|
|
|
|
|
|
|
|
|
|
| |
- Add DESKTOP_ENTRIES
PR: 200856
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
Notes:
svn path=/head/; revision=390031
|
|
|
|
| |
Notes:
svn path=/head/; revision=389936
|