| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=396833
|
|
|
|
|
|
|
| |
Changes: https://forums.plex.tv/discussion/comment/1002923/#Comment_1002923
Notes:
svn path=/head/; revision=396818
|
|
|
|
|
|
|
| |
Changes: https://forums.plex.tv/discussion/comment/1017148/#Comment_1017148
Notes:
svn path=/head/; revision=396748
|
|
|
|
| |
Notes:
svn path=/head/; revision=396740
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 202635
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
This is the PHP extension of the pHash library, which is an open source software
library released under the GPLv3 license that implements several perceptual
hashing algorithms, and provides a C-like API to use those functions in your own
programs. pHash itself is written in C++.
http://phash.org/
Notes:
svn path=/head/; revision=396724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 202635
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
pHash is an open source software library released under the GPLv3 license that
implements several perceptual hashing algorithms, and provides a C-like API to
use those functions in your own programs. pHash itself is written in C++.
http://phash.org/
Notes:
svn path=/head/; revision=396723
|
|
|
|
|
|
|
|
|
|
| |
- Reset option sorting to default (alphabetical)
PR: 202773
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes:
svn path=/head/; revision=396719
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=396684
|
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes:
svn path=/head/; revision=396631
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership due to multiple timeouts
PR: 202654
Submitted by: Myself
Approved by: Maintainer timeout
Notes:
svn path=/head/; revision=396542
|
|
|
|
| |
Notes:
svn path=/head/; revision=396537
|
|
|
|
|
|
|
|
|
|
|
|
| |
port as broken. The problem was that endianness check were added twenty
years ago, and just don't cover contemporary systems.
Drop checks for VAX, RS6000, 680x0, etc., and replace with architectures
that FreeBSD runs on today. Users of ARM/MIPS systems are encouraged to
review the list and add missing macros accordingly.
Notes:
svn path=/head/; revision=396270
|
|
|
|
|
|
|
| |
at combine.c:502" error, thus request a modern compiler to fix the build.
Notes:
svn path=/head/; revision=396264
|
|
|
|
| |
Notes:
svn path=/head/; revision=396261
|
|
|
|
|
|
|
| |
- While here, define LICENSE (GPLv2) and kill stray whitespace at EOL
Notes:
svn path=/head/; revision=396254
|
|
|
|
|
|
|
|
| |
PR: 202898
Submitted by: jbeich@FreeBSD.org
Notes:
svn path=/head/; revision=396222
|
|
|
|
|
|
|
|
| |
PR: 202897
Submitted by: jbeich@FreeBSD.org
Notes:
svn path=/head/; revision=396221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add CPE information
- Convert WANT_SDL into a proper option
- Disable SDL by default like in ffmpeg* ports
- Unbreak and unhide DC1394 option
- Drop USE_GCC as the port builds fine on 9.x
- Drop implicit :build from USES=pkgconfig
- Switch to .tar.xz distfile
- Sort USES to pet portlint
Notes:
svn path=/head/; revision=396197
|
|
|
|
| |
Notes:
svn path=/head/; revision=396188
|
|
|
|
|
|
|
|
| |
PR: 202852
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=396184
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://sourceforge.net/projects/smplayer/files/Unstable/releases/
- Add Notes_about_mpv.txt to DOCS
- Change PORTSCOUT
PR: 199279
Submitted by: sasamotikomi@gmail.com
Notes:
svn path=/head/; revision=396172
|
|
|
|
| |
Notes:
svn path=/head/; revision=396155
|
|
|
|
|
|
|
| |
- Drop 8.x support
Notes:
svn path=/head/; revision=396143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes runtime since multimedia/py-guessit update in previous commit.
$ subliminal
Traceback (most recent call last):
File "/usr/local/bin/subliminal", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3074, in <module>
@_call_aside
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3060, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3087, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 647, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 660, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 833, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'guessit<0.10,>=0.7' distribution was not found and is required by subliminal
Changes: https://github.com/Diaoul/subliminal/blob/master/HISTORY.rst#101
PR: 202090 (based on)
Approved by: wg (maintainer)
Differential Revision: https://reviews.freebsd.org/D3566
Notes:
svn path=/head/; revision=396118
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/wackou/guessit/blob/master/HISTORY.rst#0103-2015-04-04
PR: 202088
Approved by: wg (maintainer)
Differential Revision: https://reviews.freebsd.org/D3566
Notes:
svn path=/head/; revision=396117
|
|
|
|
|
|
|
|
| |
PR: 202806
Approved by: Carlos J Puga Medina <cpm@fbsd.es>
Notes:
svn path=/head/; revision=396084
|
|
|
|
|
|
|
|
|
|
| |
Long changelog: https://github.com/mpv-player/mpv/releases
PR: 202886
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=396081
|
|
|
|
|
|
|
| |
Obtained from: gome devel repo
Notes:
svn path=/head/; revision=396071
|
|
|
|
|
|
|
|
| |
PR: 202765
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395823
|
|
|
|
|
|
|
| |
Discovered by: jbeich
Notes:
svn path=/head/; revision=395797
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v11.4
Security: da434a78-e342-4d9a-87e2-7497e5f117ba
Security: 80c66af0-d1c5-449e-bd31-63b12525ff88
MFH: 2015Q3
Notes:
svn path=/head/; revision=395769
|
|
|
|
|
|
|
|
|
|
|
|
| |
mpv works fine in a minimalistic X11 environment without any GUI toolkit
installed. No need to pull unnecessary dependencies when there's no
USE_GNOME=gtk* in Makefile.
PR: 202806
Approved by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395763
|
|
|
|
|
|
|
|
| |
PR: 202805
Approved by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395762
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
amd64/i386:
- Enable VDPAU by default for the large NVIDIA user base,
proposed by ehaupt
- BUILD_DEPEND on yasm only on amd64/i386
General cleanups:
- Remove REINPLACE_CMD on CONFIGURE_SCRIPT conditional for post-8.x
machines, is now part of patch-configure
- Offer RTCPU OPTION only on archs that support it (amd64, i386, ppc)
- Update RTCPU_DESC accordingly
- Use OPTION helper for RTCPU instead of complicated conditionals
- Remove superfluous check for ARCH when setting CFLAGS for armv6
Notes:
svn path=/head/; revision=395729
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install complete set of man pages (bug 202768)
- Convert to new OPTION helpers (bug 202727) as described in
CHANGES from 20150828
PR: 202768, 202727
Submitted by: amdmi3, jbeich
Notes:
svn path=/head/; revision=395644
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without freetype, mpv will crash outputting a bus error when it
tries to draw the menu text.
PR: 202765
Submitted by: Peyton@openmailbox.org
Approved by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395600
|
|
|
|
|
|
|
|
|
|
|
|
| |
ensure zsh completions are actually installed (and prevent package
error) when the option is selected
PR: 202736
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
Approved by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395599
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Expose A52, ENCA, DVDREAD, DVDNAV, RTCPU as options
- Hide WIN32 option for non-i386 architectures
- Drop no longer supported OSVERSION range
- Drop DEBUG and PACKAGE_BUILDING hacks
- Convert to option helpers
- Sort options
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395569
|
|
|
|
|
|
|
|
|
|
| |
- Switch to @sample
- Drop @dirrm* from plist
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395551
|
|
|
|
|
|
|
|
|
|
| |
- Add ENCA to OPTIONS_DEFAULT
PR: 202736
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395546
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add X11 option helper
- Standardize all option helpers
- Echoed commands in Makefile targets
- Bump PORTREVISION
PR: 202736
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395543
|
|
|
|
|
|
|
|
|
| |
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395483
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GIF option was both auto-disabled during configure and broken when
forced to be enabled. So, bump PORTREVISION to restore GIF support
for users with GIF=on.
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
MFH: 2015Q3
Notes:
svn path=/head/; revision=395460
|
|
|
|
|
|
|
|
| |
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395437
|
|
|
|
|
|
|
|
|
|
|
| |
While here clean up unnecessary -lfoo due to --enable-foo not
populating --extra-libs.
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395436
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Unsilence INSTALL_* lines
- Regenerate patches with makepatch
- Remove extra newline
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=395435
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make CACA=on actually work
- Convert PULSE and LIBCDIO to standard spelling
- Drop option descriptions where standardized
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
MFH: 2015Q3
Notes:
svn path=/head/; revision=395434
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395432
|
|
|
|
|
|
|
|
|
|
| |
- Remove obsolete warning message
PR: 202669
Submitted by: cpm@fbsd.es (maintainer)
Notes:
svn path=/head/; revision=395413
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Provide ASM option only on supported archs (i386, amd64)
- i386: ASM is no longer default OPTION (fixes bug 252587)
- Bump PORTREVISION
PR: 202599
Submitted by: jbeich
Reviewed by: riggs
Notes:
svn path=/head/; revision=395348
|