non port: multimedia/gmerlin-avdecoder/Makefile |
SVNWeb
|
Number of commits found: 72 |
Fri, 24 May 2019
|
[ 04:56 tobik ]
Deprecate multimedia/gmerlin-avdecoder
Nothing uses it, it looks unmaintained upstream, and it depends on
the vulnerable multimedia/ffmpeg0.
PR: 214823
Approved by: wg (maintainer timeout, 1.5 years)
|
Wed, 1 May 2019
|
[ 19:35 rene ] (Only the first 10 of 128 ports in this commit are shown above. )
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
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
|
Sat, 1 Sep 2018
|
[ 17:05 antoine ] (Only the first 10 of 43 ports in this commit are shown above. )
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
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
Thu, 5 Apr 2018
|
[ 20:13 jhale ] (Only the first 10 of 40 ports in this commit are shown above. )
Update sysutils/libcdio to 2.0.0
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes
(libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469
|
Sat, 23 Dec 2017
|
[ 07:03 antoine ] (Only the first 10 of 41 ports in this commit are shown above. )
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Sat, 25 Mar 2017
|
[ 23:37 antoine ] (Only the first 10 of 38 ports in this commit are shown above. )
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131
|
Tue, 21 Mar 2017
|
[ 21:59 antoine ] (Only the first 10 of 63 ports in this commit are shown above. )
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919
|
Fri, 29 Apr 2016
|
[ 15:20 arved ] (Only the first 10 of 27 ports in this commit are shown above. )
Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1
Bump PORTREVISIONs of dependents because of shared library version bump.
|
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
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
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 )
|
Tue, 2 Dec 2014
|
[ 03:23 amdmi3 ] (Only the first 10 of 19 ports in this commit are shown above. )
- Drop .la files from multimedia/dirac and multimedia/schroedinger
- Bump dependent ports as .so versions have changed
- While here, remove @dirrm* from plists and add missing empty directory to
plist of multimedia/lives
Approved by: portmgr blanket
|
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)
|
Sat, 9 Aug 2014
|
[ 10:06 arved ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271
|
Mon, 4 Aug 2014
|
[ 15:46 amdmi3 ] (Only the first 10 of 15 ports in this commit are shown above. )
- Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled
Approved by: portmgr blanket
|
Wed, 16 Jul 2014
|
[ 03:00 adamw ] (Only the first 10 of 88 ports in this commit are shown above. )
Add DOCS option for ports with PORTDOCS in plist.
|
Mon, 26 May 2014
|
[ 14:42 kwm ] (Only the first 10 of 27 ports in this commit are shown above. )
Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.
Approved by: portmgr (implicit) for NO_STAGE ports
|
Tue, 13 May 2014
|
[ 10:17 martymac ] (Only the first 10 of 33 ports in this commit are shown above. )
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1]
|
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, 24 Apr 2014
|
[ 07:52 tijl ]
Fix LIB_DEPENDS on mjpegtools.
Reported by: jenkins (swills)
|
Mon, 3 Feb 2014
|
[ 08:15 martymac ] (Only the first 10 of 39 ports in this commit are shown above. )
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
|
Thu, 17 Oct 2013
|
[ 13:50 wg ]
multimedia/gmerlin-avdecoder: bump portrevision
- Forgot to bump port revision in last commit
|
Wed, 16 Oct 2013
|
[ 13:06 wg ]
multimedia/gmerlin-avdecoder: fix pkg-plist
- Fix pkg-plist with non-default options
- Fix detection of libs
|
Wed, 9 Oct 2013
|
[ 12:27 wg ]
multimedia/gmerlin-avdecoder: link using ffmpeg0
- Link using ffmpeg0
- Adopt port
- Allow staging
- Convert lib depends to new format
|
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)
|
Sun, 9 Jun 2013
|
[ 19:30 naddy ] (Only the first 10 of 67 ports in this commit are shown above. )
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Thu, 26 Jul 2012
|
[ 05:40 bapt ] (Only the first 10 of 158 ports in this commit are shown above. )
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Mon, 23 Jul 2012
|
[ 01:33 dougb ] (Only the first 10 of 45 ports in this commit are shown above. )
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
Sun, 22 Jul 2012
|
[ 09:13 mm ]
Add missing license information.
|
[ 08:46 mm ] (Only the first 10 of 12 ports in this commit are shown above. )
Update gmerlin framework and convert to new options:
gavl 1.2.0 -> 1.4.0
gmerlin 1.0.0 -> 1.2.0
gmerlin-avdecoder 1.1.0 -> 1.2.0
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Wed, 25 Jan 2012
|
[ 10:11 mm ] (Only the first 10 of 13 ports in this commit are shown above. )
Update multimedia/schroedinger to 1.0.11
|
Wed, 18 Jan 2012
|
[ 17:36 arved ] (Only the first 10 of 19 ports in this commit are shown above. )
Chase libcdio shlib bump
|
Tue, 17 Jan 2012
|
[ 14:35 martymac ] (Only the first 10 of 40 ports in this commit are shown above. )
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]
Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
|
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
|
Wed, 10 Aug 2011
|
[ 14:30 ehaupt ]
Update to 1.1.0
PR: 158467
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 21 Jul 2011
|
[ 23:07 db ]
- Update to 1.1.0 unbreaking port
- from Jan 8 2011 News for 1.0.0
This release brings support for compressed streams in the transcoder,
configuration presets and lots of minor improvements and fixes.
As far as major features are concerned, the gmerlin suite is now finished.
Future developments will mostly concentrate on bugfixes. There are some
ideas for new features, but no concrete plans.
|
Sun, 10 Jul 2011
|
[ 11:13 pav ]
- Mark BROKEN: does not compile
Reported by: pointyhat
|
Fri, 24 Jun 2011
|
[ 22:39 mm ] (Only the first 10 of 82 ports in this commit are shown above. )
Bump due to ffmpeg update to 0.7.1
|
Sat, 11 Jun 2011
|
[ 02:39 amdmi3 ]
Drop maintainership
|
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
|
Tue, 12 Oct 2010
|
[ 22:45 pav ]
- Chase libschroedinger shlib bump
Pointy hat to: mm
Reported by: pointyhat
|
Fri, 17 Sep 2010
|
[ 12:48 amdmi3 ]
- Switch to musepack from deprecated libmpcdec
|
Tue, 14 Sep 2010
|
[ 18:58 makc ] (Only the first 10 of 27 ports in this commit are shown above. )
Bump PORTREVISION for libdvdread dependants
|
Sat, 24 Jul 2010
|
[ 16:38 mm ] (Only the first 10 of 67 ports in this commit are shown above. )
- Update ffmpeg to 0.6
|
Sun, 6 Jun 2010
|
[ 20:44 naddy ] (Only the first 10 of 174 ports in this commit are shown above. )
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Tue, 30 Mar 2010
|
[ 08:14 dinoex ]
- fix build for png-1.4.1
|
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
|
Wed, 24 Mar 2010
|
[ 18:44 mm ]
- Update schroedinger to 1.0.9
- Bump library version
|
Sat, 13 Feb 2010
|
[ 08:45 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Chase multimedia/mjpegtools shlib bump
|
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, 28 Nov 2009
|
[ 10:34 arved ] (Only the first 10 of 14 ports in this commit are shown above. )
Chase libcdio shared library version bump
|
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
|
Wed, 12 Aug 2009
|
[ 03:23 amdmi3 ]
- Update to 1.0.1
PR: 137667
Submitted by: Martin Matuska <mm@FreeBSD.org>
|
Tue, 11 Aug 2009
|
[ 10:35 mm ]
- Update gavl to 1.1.1
- Bump library version on depending ports
|
Mon, 6 Jul 2009
|
[ 21:26 naddy ] (Only the first 10 of 165 ports in this commit are shown above. )
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Sat, 21 Feb 2009
|
[ 15:51 miwi ] (Only the first 10 of 24 ports in this commit are shown above. )
- Chase audio/faad shlib bump
|
Sun, 8 Feb 2009
|
[ 18:45 rnoland ] (Only the first 10 of 34 ports in this commit are shown above. )
Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership
-Bump ports that depend on libdvdread since shared lib
version rolls back from .5 to .4
-Fix multimedia/ogle build with this version
PR: 127849
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
|
Sun, 9 Nov 2008
|
[ 21:31 amdmi3 ]
- Add support for gmerlin
- Minor fixes
|
Fri, 7 Nov 2008
|
[ 19:51 amdmi3 ]
Gmerlin_avdecoder is a general purpose media decoding library. It
was written as a support library for gmerlin, but it can also be
used by other applications. You don't even need gmerlin installed,
only gavl. Most of it was written completely from scratch, but the
sourcetrees of some other great software packages were used as
reference documentation. Credits go to the authors of Xine, MPlayer,
quicktime4linux and ffmpeg.
Gmerlin_avdecoder is one of the most complete general purpose media
decoding libraries. The supported formats and codecs span a wide
range of applications from consumer level (mp3, divx etc.) to high
end production formats like 32 bit PCM and some professional
uncompressed video codecs.
Using gmerlin_avdecoder in your playback for transcoding application
means rock solid media format support with an ever growing list of
supported codecs and formats.
WWW: http://gmerlin.sourceforge.net/
|
Number of commits found: 72 |