non port: multimedia/gmerlin-avdecoder/Makefile |
Number of commits found: 72 |
Friday, 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)
 |
Wednesday, 1 May 2019
|
19:35 rene
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*
 |
Tuesday, 6 Nov 2018
|
01:50 jbeich
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/
 |
Saturday, 29 Sep 2018
|
08:04 riggs
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
 |
Saturday, 1 Sep 2018
|
17:05 antoine
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
 |
Wednesday, 2 May 2018
|
15:07 jbeich
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
 |
Thursday, 5 Apr 2018
|
20:13 jhale
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
 |
Saturday, 23 Dec 2017
|
07:03 antoine
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529
 |
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
 |
Saturday, 25 Mar 2017
|
23:37 antoine
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131
 |
Tuesday, 21 Mar 2017
|
21:59 antoine
- 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
 |
Friday, 29 Apr 2016
|
15:20 arved
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.
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 2 Aug 2015
|
15:03 tijl
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
Makefile.am and clean up the port Makefile.
japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything. Just don't hide anything at all
like the textproc/scim configure script does.
multimedia/schroedinger: Apply an upstream patch.
textproc/scim-input-pad: Same as japanese/scim-honoka.
PR: 201922
Approved by: portmgr (antoine)
Exp-run by: antoine
 |
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
 |
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
 |
Monday, 8 Dec 2014
|
16:48 tijl
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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Tuesday, 2 Dec 2014
|
03:23 amdmi3
- 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
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
 |
Saturday, 9 Aug 2014
|
10:06 arved
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271
 |
Monday, 4 Aug 2014
|
15:46 amdmi3
- 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
 |
Wednesday, 16 Jul 2014
|
03:00 adamw
Add DOCS option for ports with PORTDOCS in plist.
 |
Monday, 26 May 2014
|
14:42 kwm
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
 |
Tuesday, 13 May 2014
|
10:17 martymac
- 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]
 |
Friday, 2 May 2014
|
14:16 tijl
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.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
LOCALBASE rather than PREFIX.
games/openssn:
- Remove USES=desktop-file-utils. No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.
games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
 |
Thursday, 24 Apr 2014
|
07:52 tijl
Fix LIB_DEPENDS on mjpegtools.
Reported by: jenkins (swills)
 |
Monday, 3 Feb 2014
|
08:15 martymac
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
 |
Thursday, 17 Oct 2013
|
13:50 wg
multimedia/gmerlin-avdecoder: bump portrevision
- Forgot to bump port revision in last commit
 |
Wednesday, 16 Oct 2013
|
13:06 wg
multimedia/gmerlin-avdecoder: fix pkg-plist
- Fix pkg-plist with non-default options
- Fix detection of libs
 |
Wednesday, 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
 |
Friday, 20 Sep 2013
|
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
 |
Sunday, 9 Jun 2013
|
19:30 naddy
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
 |
Friday, 26 Apr 2013
|
10:44 ak
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
 |
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
Tuesday, 19 Mar 2013
|
13:04 eadler
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)
 |
Thursday, 26 Jul 2012
|
05:40 bapt
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)
 |
Monday, 23 Jul 2012
|
01:33 dougb
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.
 |
Sunday, 22 Jul 2012
|
09:13 mm
Add missing license information.
 |
08:46 mm
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
 |
Thursday, 19 Jul 2012
|
20:15 naddy
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Thursday, 16 Feb 2012
|
15:57 ashish
- Bump PORTREVISION to chase the update of multimedia/libvpx
 |
Wednesday, 25 Jan 2012
|
10:11 mm
Update multimedia/schroedinger to 1.0.11
 |
Wednesday, 18 Jan 2012
|
17:36 arved
Chase libcdio shlib bump
 |
Tuesday, 17 Jan 2012
|
14:35 martymac
- 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]
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Wednesday, 10 Aug 2011
|
14:30 ehaupt
Update to 1.1.0
PR: 158467
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Thursday, 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.
 |
Sunday, 10 Jul 2011
|
11:13 pav
- Mark BROKEN: does not compile
Reported by: pointyhat
 |
Friday, 24 Jun 2011
|
22:39 mm
Bump due to ffmpeg update to 0.7.1
 |
Saturday, 11 Jun 2011
|
02:39 amdmi3
Drop maintainership
 |
Monday, 6 Jun 2011
|
04:31 bapt
- update mjpegtools to 2.0.0
- chase library bump
 |
Tuesday, 12 Oct 2010
|
22:45 pav
- Chase libschroedinger shlib bump
Pointy hat to: mm
Reported by: pointyhat
 |
Friday, 17 Sep 2010
|
12:48 amdmi3
- Switch to musepack from deprecated libmpcdec
 |
Tuesday, 14 Sep 2010
|
18:58 makc
Bump PORTREVISION for libdvdread dependants
 |
Saturday, 24 Jul 2010
|
16:38 mm
- Update ffmpeg to 0.6
 |
Sunday, 6 Jun 2010
|
20:44 naddy
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Tuesday, 30 Mar 2010
|
08:14 dinoex
- fix build for png-1.4.1
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Wednesday, 24 Mar 2010
|
18:44 mm
- Update schroedinger to 1.0.9
- Bump library version
 |
Saturday, 13 Feb 2010
|
08:45 miwi
- Chase multimedia/mjpegtools shlib bump
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Saturday, 28 Nov 2009
|
10:34 arved
Chase libcdio shared library version bump
 |
Saturday, 22 Aug 2009
|
00:28 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with M
 |
Wednesday, 12 Aug 2009
|
03:23 amdmi3
- Update to 1.0.1
PR: 137667
Submitted by: Martin Matuska <mm@FreeBSD.org>
 |
Tuesday, 11 Aug 2009
|
10:35 mm
- Update gavl to 1.1.1
- Bump library version on depending ports
 |
Monday, 6 Jul 2009
|
21:26 naddy
Bump PORTREVISION after libogg and libvorbisfile major version increment.
 |
Saturday, 21 Feb 2009
|
15:51 miwi
- Chase audio/faad shlib bump
 |
Sunday, 8 Feb 2009
|
18:45 rnoland
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>
 |
Sunday, 9 Nov 2008
|
21:31 amdmi3
- Add support for gmerlin
- Minor fixes
 |
Friday, 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 |