Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.40 28 Sep 2024 19:29:15 |
Daniel Engberg (diizzy) |
devel/orc: Update to 0.4.40
Changelog:
https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.40/RELEASE
PR: 281467
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.4.36 14 Apr 2024 19:52:59 |
Daniel Engberg (diizzy) |
devel/orc: Update to 0.4.36
Changelog: https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.36/RELEASE
PR: 276678
Approved by: portmgr (maintainer timeout, 2+ months) |
0.4.34_1 26 Jun 2023 23:30:29 |
Robert Clausecker (fuz) |
devel/orc: work around armv7 libc bug
The armv7 libc has a bug in printf() where printing a denormal double
may cause NUL bytes to be written out. This port tries to write a
diagnostic comment containing such a denormal to a C source file. The
bug causes the source file to be malformed, breaking the port and its
consumers.
Work around the bug by killing the offending part of the diagnostic
comment.
Approved by: portmgr (build fix blanket)
Reviewed by: diizzy
PR: 272229 |
0.4.34 18 Jun 2023 07:46:00 |
Daniel Engberg (diizzy) |
devel/orc: Update to 0.4.34
Changelog:
https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.34/RELEASE
PR: 271792
Reviewed by: bsdimp (partially)
Approved by: kwm (maintainer timeout, 2+ weeks)
Sponsored by: Blinkinblox |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.32 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.4.32 01 Sep 2022 18:13:34 |
Dmitry Marakasov (amdmi3) |
devel/orc: optionize DOCS
PR: 265450
Approved by: maintainer timeout (kwm, 1 month) |
0.4.32 24 Jul 2022 20:16:23 |
Dima Panov (fluffy) |
devel/orc: update to 0.4.32 release (+)
Changes:
- Add support for JIT code generation in Universal Windows Platform apps
- Minor Meson build system fixes and improvements
With hat: desktop |
0.4.31 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4.31 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.31 26 Jan 2020 17:42:37 |
kwm |
Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.
Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2
Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by
maintainer)
Thanks to antoine@ for the exp-run.
PR: 239386 |
0.4.28 25 Dec 2018 19:19:54 |
kwm |
Update orc to 0.4.28. |
0.4.25 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
0.4.25 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.4.25 06 Mar 2016 15:14:38 |
kwm |
Update WWW. The old WWW doesn't exists anymore.
PR: 207741
Reported by: philippe.michel7@sfr.fr |
0.4.25 05 Mar 2016 23:45:35 |
kwm |
Update orc to 0.4.25. |
0.4.24_1 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
0.4.24_1 02 Aug 2015 15:03:20 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.4.24 28 Jun 2015 21:34:41 |
kwm |
Update orc to 0.4.24. |
0.4.23 07 Jan 2015 17:09:15 |
kwm |
Update orc to 0.4.23.
PR: 196395
Submitted by: olivierd@ |
0.4.22 21 Nov 2014 13:55:04 |
kwm |
Update to 0.4.22.
PR: 195101
Submitted by: olivierd@FreeBSD.org |
0.4.21 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.4.21 16 Sep 2014 12:40:30 |
sbruno |
Fixup for qemu assisted builds. This float handling seems to be an unhandled
qemu bug, but the code itself is arguably wrong as well. Apply this patch atop
the tar ball and move on.
Phabric: https://reviews.freebsd.org/D746
Submitted by: nox
Reviewed by: kwm
Approved by: bapt (mentor) |
0.4.21 23 Jun 2014 15:42:04 |
kwm |
Update to 0.4.21.
Remove some libtool patches that don't make sense anymore with use
USES=libtool handling. |
0.4.19_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.4.19_1 21 Apr 2014 15:19:36 |
kwm |
Fix leftover stagedir files that should be in the plist.
Reported by: swills@ |
0.4.19 20 Apr 2014 10:14:50 |
kwm |
Update to 0.4.19.
Update LICENSE to new notation and the fact there two different license
in the software.
Switch to USES=libtool, strip library.
Don't install compiled examples. They not getting build on some platforms. |
0.4.18 17 Feb 2014 14:42:18 |
miwi |
- Fix build when example are off
PR: 186838
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> |
0.4.18 14 Feb 2014 12:41:41 |
miwi |
- Stage support
With help from: antoine
Approved by: kwm |
0.4.18 20 Sep 2013 21:56:00 |
kwm |
Pick up. |
0.4.18 20 Sep 2013 21:49:30 |
mm |
Returning maintainership on my multimedia ports to ports@freebsd.org |
0.4.18 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.4.18 14 Sep 2013 20:59:44 |
mm |
Use alternative master site for orc
Reported by: pav |
02 Sep 2013 06:45:48
|
bapt |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5 |
0.4.18 27 Aug 2013 13:34:28 |
mm |
Update orc to 0.4.18 |
0.4.17 30 Jul 2013 20:43:20 |
mm |
Update multimedia/orc to 0.4.17 |
0.4.16_1 31 Dec 2012 10:49:53 |
mm |
Update some of my ports to new options framework
Submitted by: Baptiste Daroussin <bapt@FreeBSD.org> |
0.4.16 26 Apr 2012 16:28:50 |
bapt |
orc doesn't need to remove lib/pkgconfig
PR: ports/166809
Approved by: maintainer timeout (>14d) |
0.4.16 25 Jan 2012 08:36:34 |
mm |
Update to 0.4.16 |
0.4.14_1 14 May 2011 13:02:32 |
mm |
Fix pkg-plist for WITH_DOCS and WITH_EXAMPLES.
PR: ports/156440
Submitted by: Arseny Nasokin <eirnym@gmail.com> |
0.4.14 03 May 2011 11:35:08 |
mm |
Update to 0.4.14
PR: ports/156487
Submitted by: Koop Mast <kwm@FreeBSD.org> |
0.4.11 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
0.4.11 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.4.11 18 Oct 2010 21:28:30 |
mm |
- Update to 0.4.11 |
0.4.10 10 Oct 2010 08:24:12 |
mm |
- Update to 0.4.10 |
0.4.9 18 Sep 2010 22:18:13 |
mm |
- Update to 0.4.9 |
0.4.8 05 Sep 2010 08:02:21 |
mm |
- Avoid configure re-run
- Don't link against librt for clock_gettime
PR: ports/148985
Submitted by: swell.k@gmail.com |
0.4.8 31 Aug 2010 21:34:31 |
pav |
- Fix plist
Reported by: pointyhat |
0.4.8 30 Aug 2010 23:12:58 |
mm |
- Update to 0.4.8 |
0.4.6 15 Jul 2010 15:29:51 |
mm |
- Update to 0.4.6
- Fix pkgconfigdir [1]
PR: ports/148548 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] |
0.4.5 09 Jun 2010 16:23:50 |
mm |
- Update to 0.4.5 |
0.4.4 03 Jun 2010 05:00:29 |
linimon |
Attempt to fix build on powerpc.
PR: ports/146023
Submitted by: Andreas Tobler <andreast-list at fgznet dot ch>
Approved by: maintainer timeout |
0.4.4 30 Mar 2010 10:16:49 |
mm |
- Update to 0.4.4 |
0.4.3 09 Mar 2010 10:58:29 |
mm |
- Fix pkg-descr |
0.4.3 09 Mar 2010 10:55:47 |
mm |
Orc â The Oil Runtime Compiler
Orc is a library and set of tools for compiling and executing
very simple programs that operate on arrays of data. The "language"
is a generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.
(OIL stands for Optimized Inner Loops)
WWW: http://code.entropywave.com/projects/orc/ |