non port: multimedia/mjpegtools/Makefile |
SVNWeb
|
Number of commits found: 115 (showing only 100 on this page) |
Fri, 28 Jul 2023
|
[ 17:13 Daniel Engberg (diizzy) ] 664a2fa (Only the first 10 of 502 ports in this commit are shown above. )
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
|
Wed, 26 Jul 2023
|
[ 00:48 Muhammad Moinur Rahman (bofh) ] 95274bf (Only the first 10 of 190 ports in this commit are shown above. )
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Sun, 25 Jun 2023
|
[ 18:09 Muhammad Moinur Rahman (bofh) ] 74791d0
multimedia/mjpegtools: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Sat, 18 Mar 2023
|
[ 14:56 Daniel Engberg (diizzy) ] 82e0031
multimedia/mjpegtools: Remove (lib)QuickTime support
libquicktime is abandoned by upstream with last release over a
decade ago and doesn't compile with newer versions of FFmpeg
PR: 261302
Approved by: portmgr (blanket, build fix)
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 8 Nov 2019
|
[ 13:59 tobik ] (Only the first 10 of 44 ports in this commit are shown above. )
multimedia: Add missing USES={gl,gnome,sdl,xorg}
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 30 Jan 2019
|
[ 12:36 amdmi3 ] (Only the first 10 of 33 ports in this commit are shown above. )
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version
change
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Sun, 7 Oct 2018
|
[ 19:35 riggs ]
Fix build on GCC-based architectures
PR: 231606
Submitted by: pkubaj@anongoth.pl
MFH: 2018Q4
|
Sat, 29 Sep 2018
|
[ 08:04 riggs ] (Only the first 10 of 75 ports in this commit are shown above. )
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sun, 24 Jun 2018
|
[ 08:37 amdmi3 ]
- Switch to options helpers
Approved by: portmgr blanket
|
Sat, 9 Jun 2018
|
[ 16:08 amdmi3 ]
- Add LICENSE_FILE
- Switch to USES=localbase
Approved by: portmgr blanket
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Mon, 7 Sep 2015
|
[ 11:57 danfe ]
Base GCC 4.2.1 on PowerPC fails with "internal compiler error: in do_SUBST,
at combine.c:502" error, thus request a modern compiler to fix the build.
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Tue, 22 Jul 2014
|
[ 09:59 kwm ]
Fix two problems.
Use class instead of struct for RateCtl in encoderparams.hh. Class RateCtl is
defined in ratectl.hh and used elsewhere in the code too.
Fix headerguard typo in ontheflyratectlpass[12].hh.
Found by: Clang
|
Sun, 22 Jun 2014
|
[ 10:44 tijl ] (Only the first 10 of 37 ports in this commit are shown above. )
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above )
|
Sun, 1 Jun 2014
|
[ 08:11 mva ] (Only the first 10 of 35 ports in this commit are shown above. )
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
|
Fri, 2 May 2014
|
[ 14:16 tijl ] (Only the first 10 of 50 ports in this commit are shown above. )
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging. (Only the first 15 lines of the commit message are shown above )
|
Thu, 27 Feb 2014
|
[ 08:36 miwi ]
- Update to 2.1.0
PR: 185934
Submitted by: ports fury
|
Sat, 14 Dec 2013
|
[ 00:58 bapt ]
Support stage
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 22 Apr 2013
|
[ 22:57 bapt ]
Convert some multimedia@ ports to:
USES=pkgconfig and USES=pathfix
|
Sat, 6 Oct 2012
|
[ 21:58 bapt ]
Use build-only dependency on pkgconf
Trim headers
|
Sun, 17 Jun 2012
|
[ 20:13 sylvio ]
- Fix build with GTK2 option
- Fix build with non-default compiler on i386
- Add MAKE_JOBS_SAFE
New file:
files/patch-y4mdenoise__MotionSercher.hh
Remove file:
files/patch-utils-Makefile.in
PR: ports/169005
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 11 Jun 2012
|
[ 20:38 pav ]
- Mark BROKEN when GTK2 option is enabled, because glav binary is not built
- Flip GTK2 option to default:off to enable package build with default options
Reported by: pointyhat
|
Fri, 1 Jun 2012
|
[ 21:54 kwm ]
Fix SDL check inside the GTK2 block. The port was marked IGNORE regardless of
the setting of SDL.
|
[ 06:18 dinoex ]
- fix build with png 1.5.10
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 30 May 2012
|
[ 17:13 bapt ]
convert to new options framework
|
Sat, 3 Mar 2012
|
[ 02:52 swills ]
- Fix plist issue with QUICKTIME=true
PR: ports/161871
Submitted by: "Edward.Sanford.Sutton, III" <mirror176@cox.net>
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
Fri, 11 Nov 2011
|
[ 03:00 linimon ]
Mark as broken on powerpc-9: gcc segfault.
Hat: portmgr
Feature safe: yes
|
Mon, 24 Oct 2011
|
[ 23:27 eadler ]
- explicitly disable sdl when WITHOUT_SDL is used
- fix plist when WITHOUT_GTK2 is requested
Approved by: multimedia (kwm)
Approved by: sahil (mentor)
|
Sun, 2 Oct 2011
|
[ 21:36 eadler ]
-resolve ICE on i386
PR: ports/157885
Submitted by: Jimmie James <jimmiejaz@gmail.com>
Approved by: multimedia (kwm)
Approved by: sahil (mentor)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sat, 2 Jul 2011
|
[ 19:59 mva ] (Only the first 10 of 26 ports in this commit are shown above. )
- Update graphics/sdl_gfx to version 2.0.22
- Update Mk/bsd.sdl.mk for the new shared lib version
- Bump portrevisions for all ports depending on graphics/sdl_gfx
|
Mon, 6 Jun 2011
|
[ 04:31 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
- update mjpegtools to 2.0.0
- chase library bump
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 9 May 2010
|
[ 11:22 miwi ]
- Fix segmentation fault with jpeg
PR: 146308
Submitted by: Ports Fury
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 13 Feb 2010
|
[ 08:42 miwi ]
- Update to 1.9.0
PR: 143816
Submitted by: Ports Fury
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Thu, 20 Mar 2008
|
[ 09:51 pav ] (Only the first 10 of 55 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Tue, 5 Feb 2008
|
[ 12:42 ahze ]
Update to 1.9.0rc3
PR: ports/120265
Submitted by: Yuri
|
Mon, 25 Jun 2007
|
[ 17:16 ahze ]
Update to 1.9.0rc2
|
Thu, 21 Jun 2007
|
[ 01:35 edwin ]
[patch] multimedia/mjpegtools - update to 1.9rc1
The current mjpegtools (mpeg2enc for example) is dumping core way
too often to be able to do useful media conversions.
This version has been running on my system for two weeks now and
it works much better.
portrevision bump for multimedia/lives multimedia/mjpegtools-yuvfilters
multimedia/y4mscaler since they have LIB_DEPENDS on this port. Other
ports having RUN_DEPENDS on this port are not bumped.
PR: ports/113878
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Michael Johnson <ahze@ahze.net>
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 22 Dec 2006
|
[ 23:09 ahze ]
Install missing header
|
Wed, 20 Sep 2006
|
[ 14:49 mich ]
- Fix build after SDL update
Submitted by: stas
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
|
Fri, 30 Jun 2006
|
[ 19:32 mezz ]
- Remove file/patch-configure, already included in the tarball. Also, remove
a few of out of date stuff in post-patch.
- Correct the USE_GETOPT_LONG, no need a check of FreeBSD version.
- Near all of knobs were not work, and option flags and dependenies were out
of date.
* Remove WITH_LIBMOVTAR, WITH_LIBDV_PAL, WITHOUT_AVIFILE and
WITH_JPEGMMX.
* Rename WITH_LIBDV -> WITH_DV (follow /usr/ports/KNOBS).
* Now depend on GTK2, not GTK1, with an autocheck and a new
WITH_GTK2 knob.
* Add new knobs: WITHOUT_PNG, WITHOUT_X11 and WITH_GTK2
* Make sure to not disable SDL if you want GTK2 otherwise it
will not working.
* All of knobs now work correct again with the update of
option flags.
- Fix the plist when you use knobs.
- Bump the PORTREVISION.
|
Mon, 12 Jun 2006
|
[ 06:17 mezz ]
Portlint:
-Use -[0-9]* in CONFLICT.
|
Fri, 9 Jun 2006
|
[ 18:00 ahze ] (Only the first 10 of 49 ports in this commit are shown above. )
- Transfer MAINTAINER to multimedia@
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
|
Mon, 24 Apr 2006
|
[ 01:24 tmclaugh ]
Remove unnecessary bash dependency.
Approved by: ahze
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sat, 11 Feb 2006
|
[ 18:57 ahze ]
- Fix build with new libquicktime
Submitted by: ankon via irc.freenode.org/#FreeBSD-GNOME
Obtained from: mjpeg cvs
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Tue, 27 Sep 2005
|
[ 22:14 ahze ]
- Update to 1.8.0
|
Wed, 20 Jul 2005
|
[ 08:16 ahze ]
- Fix png12 support
- Fix mplex on 4.x
PR: 83689
Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net>
|
Thu, 14 Jul 2005
|
[ 07:32 ahze ]
- Update to 1.6.3-rc1
|
Sun, 10 Apr 2005
|
[ 02:40 ahze ]
- Remove unneeded glib12 dependency
|
Sat, 2 Apr 2005
|
[ 16:43 ahze ]
- Add a new knob, WITHOUT_AVIFILE, to disable multimedia/avifile support to
hopefully fix build on !i386 !amd64. Avifile support is only enabled
for i386 and amd64
|
Fri, 11 Mar 2005
|
[ 00:45 ahze ]
- Add CONFLICTS= mplex-*
PR: ports/76709
Submitted by: Ulrich Spoerlein <q@uni.de>
|
Thu, 10 Mar 2005
|
[ 03:08 lioux ]
Pass over maintainership to ahze: there goes my baby but to a well
caring step father; he has submitted the last 3 major fixes
|
Fri, 25 Feb 2005
|
[ 23:51 pav ]
- Fix build on amd64 [1]
- Switch to bash 3
PR: ports/73746 [1]
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Approved by: maintainer timeout (4 months)
|
Mon, 31 Jan 2005
|
[ 10:35 krion ]
BROKEN on amd64: Does not compile on amd64 (needs -fPIC)
|
Wed, 15 Dec 2004
|
[ 01:42 lioux ]
Add WITH_JPEGMMX knob for multimedia/jpeg-mmx support
PR: 72559
Submitted by: ahze
|
[ 01:23 lioux ]
Clean up Makefile a bit: remove left bits about openquicktime,
mjpegtools uses libquicktime now
PR: 71751
Submitted by: ahze
|
Fri, 20 Aug 2004
|
[ 15:57 pav ]
- Fix build with gcc 3.4
- Fix plist
- Respect CC and CFLAGS
- Fix WITH_QUICKTIME knob
PR: ports/69452, ports/69595
Submitted by: Michael Johnson <ahze@ahze.net>,
Christian Hiris <4711@chello.at>
Approved by: maintainer timeout (1 month)
|
Sat, 26 Jun 2004
|
[ 04:54 lioux ]
o Add WITH_LIBDV_PAL knob which triggers WITH_LIBDV accordingly [1]
o BUILD_DEPENDS on devel/nasm only on ${ARCH} == i386 [1]
o RUN_DEPENDS on shells/bash2 since scripts are using it. Must take
time to rewrite them for sh compliancy
o Bump PORTREVISION due to dependency changes [1]
PR: 64145 [1]
Submitted by: michael jonson <ahze@ahze.net> [1]
|
[ 04:31 lioux ]
Update to 1.6.2
PR: 64721
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
|
Tue, 16 Mar 2004
|
[ 04:23 edwin ] (Only the first 10 of 193 ports in this commit are shown above. )
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
[ 03:56 lioux ]
Chase libdv shared library version bump
|
Mon, 8 Mar 2004
|
[ 01:01 edwin ] (Only the first 10 of 54 ports in this commit are shown above. )
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Sun, 7 Mar 2004
|
[ 23:28 edwin ]
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
|
Sat, 6 Mar 2004
|
[ 10:55 pav ]
- Unbreak on -CURRENT [1]
- Add patch to add assert header [1]
- Add patch to make assembly routine gcc3 friendly (obtained from Gentoo) [1]
- Patch path to bash in two scripts
- Remove USE_SIZE=yes it's default now and Portlint
PR: ports/63745
Submitted by: michael johnson <ahze@ahze.net>
|
Tue, 17 Feb 2004
|
[ 22:37 kris ]
BROKEN on 5.x: does not compile
|
Sun, 8 Feb 2004
|
[ 01:14 lioux ] (Only the first 10 of 224 ports in this commit are shown above. )
USE_SIZEify
|
Number of commits found: 115 (showing only 100 on this page) |