| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port is no longer based on the Qt3 version of dvbcut plus a large
patch to make it build on Qt4 with the Qt3 emulation layer. A fork that
uses native Qt4 calls is used instead.
The generated files moc_progressstatusbar.cpp and moc_progresswindow.cpp
trigger an internal error in clang, if compiled with optimization. This
bug has been accepted as 18098 in the llvm bug tracker. To work around
this problem, the above mentioned two files are compiled with -O0 appended
to the compiler flages. The post-configure target in the ports Makefile is
to be removed, when a fixed version of clang is distributed in all FreeBSD
releases supported by the ports infrastructure.
Notes:
svn path=/head/; revision=335469
|
|
|
|
|
|
|
| |
I'm working on a fix.
Notes:
svn path=/head/; revision=331939
|
|
|
|
|
|
|
|
| |
Partial STAGE support has been implemented, but there is a problem with package building that
still has to be resolved (missing work/.metadir).
Notes:
svn path=/head/; revision=329913
|
|
|
|
| |
Notes:
svn path=/head/; revision=329904
|
|
|
|
| |
Notes:
svn path=/head/; revision=329335
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
|
| |
USE_GCC=any since testing with CLANG caused a compilation error on amd64
(possibly a compiler bug) and I did not have time to investigate ...
Notes:
svn path=/head/; revision=322664
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=298350
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
bzip2-file. Use the smaller pure (binary) bzipped patch file instead.
Submitted by: Alex Kozlow
Notes:
svn path=/head/; revision=292172
|
|
|
|
| |
Notes:
svn path=/head/; revision=291538
|
|
|
|
|
|
|
|
|
|
|
| |
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
Notes:
svn path=/head/; revision=285744
|
|
|
|
|
|
|
|
| |
Add build dependency on rcc, even though there are no .rcc files.
and I did not see rcc actually being used during the compilation.
Notes:
svn path=/head/; revision=277216
|
|
|
|
|
|
|
| |
Set MAINTAINER back to my mail address.
Notes:
svn path=/head/; revision=276995
|
|
|
|
| |
Notes:
svn path=/head/; revision=276853
|
|
|
|
| |
Notes:
svn path=/head/; revision=276820
|
|
|
|
|
|
|
|
|
|
|
| |
Qt4 support is based on the patch developed by Raik Bieniek (raik.bieniek
at googlemail dot com) as found in the SVN repository and has been cleaned
up for this port by me.
The Qt4 version of dvbcut.cpp is built without optimisation (the GUI is not
functional, else).
Notes:
svn path=/head/; revision=276490
|
|
|
|
| |
Notes:
svn path=/head/; revision=276239
|
|
|
|
| |
Notes:
svn path=/head/; revision=258164
|
|
|
|
| |
Notes:
svn path=/head/; revision=255956
|
|
|
|
| |
Notes:
svn path=/head/; revision=255903
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
| |
PR: 133320
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=231515
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=224354
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=218631
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
| |
instead of references to global function pointers (which are no longer
exported by ffmpeg).
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=202727
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=202578
|
|
|
|
|
|
|
| |
a misssing header).
Notes:
svn path=/head/; revision=197911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sources, not the FreeBSD port), again. It is hard to catch up with all
the API changes ffmpeg sees every few weeks.
A similar patch will probably be required in other ports that depend on
ffmpeg and that use the same method to access encoders/decoders.
This port remains broken until the ffmpeg port installs the new header
(allcodecs.h), which seems to have been forgotten by the ffmpeg developers
(and until the ffmpeg port has added that file to its PLIST).
Notes:
svn path=/head/; revision=197908
|
|
|
|
| |
Notes:
svn path=/head/; revision=197854
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
| |
changes.
Notes:
svn path=/head/; revision=195791
|
|
|
|
|
|
|
|
| |
from include files that are installed by ffmpeg. The ffmpeg developers
wanted to make it clear, that C++ is not officially supported.
Notes:
svn path=/head/; revision=195788
|
|
|
|
| |
Notes:
svn path=/head/; revision=195648
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
binary operator '>?' that is accepted by gcc-3.x but not by gcc-4.2.
I did not find the definition of this operator and do not know whether
it is an extension found in g++-3.x, but I assume that it is a maximum
value operator (a >? b) <==> max(a, b) and this patch implements this
operation explicitly instead of via the (unknown in g++-4.2) operator.
Submitted by: pointyhat via kris
Notes:
svn path=/head/; revision=192631
|
|
|
|
| |
Notes:
svn path=/head/; revision=191808
|
|
|
|
|
|
|
|
|
|
|
| |
function from the latest ffmpeg library, which has been declared
deprecated for some time). That function has been re-enabled in
the FreeBSD port of ffmpeg and the port does build again ...
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=191572
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
| |
function img_convert() which is a special case of the new sws_scale().
Since I need to prepare and test a patch to have avframe.ccp use the
new function, the port will remain broken for a few days ...
Notes:
svn path=/head/; revision=191434
|
|
|
|
|
|
|
| |
the new name (ac3_decoder -> liba52_decoder).
Notes:
svn path=/head/; revision=191432
|
|
|
|
|
|
|
|
| |
patches, they must be reverted to just those relevant contents as of
the time when the first version (0.5.3) was imported.
Notes:
svn path=/head/; revision=191290
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version is announced as equivalent to SVN rev 25.
All patches are reverted to previous versions (i.e., most are removed).
This upgrade should also fix build errors that were caused by a recent
upgrade of to the ffmpeg version in the FreeBSD ports tree. The ffmpeg
developers publicly state, that they only want to support use of the
library from C sources (c99, specifically) and that it is planned to
drop C++ compatibility. This will affect dvbcut, which is writte in
C++. At that time, the port may want to use the old version of ffmpeg
that is distributed with dvbcut (but which may miss FreeBSD specific
patches).
Notes:
svn path=/head/; revision=191129
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
by Rick C. Petty. This is achieved by patches that update all the affected
files (ignoring the "import" sub-directory, which is not used for the port)
to match the versions in SVN.
These patches do also include a fix for the Scons incompatibility that caused
the port to be broken for some time.
Thanks go to Rick C. Petty for bringing the SVN version to my attention and
his effort to get the port fixed.
Notes:
svn path=/head/; revision=189701
|
|
|
|
| |
Notes:
svn path=/head/; revision=186064
|
|
|
|
| |
Notes:
svn path=/head/; revision=170414
|