Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.4 16 Jan 2025 20:19:50 |
Jason E. Hale (jhale) |
multimedia/gstreamer1-plugins-rust: Update to 0.13.4
Remove i386 workaround after b039f2e46b15c1ff5cba. |
0.13.3_2 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.13.3_1 15 Nov 2024 05:35:45 |
Jason E. Hale (jhale) |
multimedia/gstreamer1-plugins-rust: Fix build on i386
Ring assumes SSE and SSE2 are available on i386. This workaround assumes
the same, so the build will still fail on ancient hardware without these
instruction sets.
error[E0080]: evaluation of constant value failed
-->
/wrkdirs/usr/ports/multimedia/gstreamer1-plugins-rust/work/gst-plugins-rs-0.13.3/cargo-crates/ring-0.17.8/src/cpu/intel.rs:28:9
|
28 | assert!(cfg!(target_feature = "sse") && cfg!(target_feature =
"sse2"));
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
the evaluated program panicked at 'assertion failed: cfg!(target_feature =
"sse") && cfg!(target_feature = "sse2")',
/wrkdirs/usr/ports/multimedia/gstreamer1-plugins-rust/work/gst-plugins-rs-0.13.3/cargo-crates/ring-0.17.8/src/cpu/intel.rs:28:9
Reported by: pkg-fallout |
0.13.3_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.13.3 08 Nov 2024 01:23:36 |
Jason E. Hale (jhale) |
multimedia/gstreamer1-plugins-rust: Add to gstreamer USES |
0.13.3 08 Nov 2024 01:21:04 |
Jason E. Hale (jhale) |
multimedia/gstreamer1-plugins-rust: Update to 0.13.3
Assume maintainership for multmedia@ since we maintain the rest of the
gstreamer ecosystem. |
0.11.1_11 22 Sep 2024 10:35:56 |
Jason E. Hale (jhale) |
multimedia/gstreamer1: Update to 1.24.8
Mk/Uses/gstreamer.mk:
- Sort, fix whitespace issues and typos
- Promote several common variables to improve maintainer QOL
* There's now no need to set manually set PORTVERSION nor
SOVERSION in several Makefiles
* This will help to prevent not updating some components
* A note has been added, however, to remind maintainers
to remake distinfo for certain ports
- Improve documentation
multimedia/gstreamer1-plugins-webrtc:
- New port split from multimedia/gstreamer1-plugins-bad
- multimedia/gstreamer1-plugins-rust has been updated (Only the first 15 lines of the commit message are shown above ) |
0.11.1_10 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.11.1_9 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.11.1_9 03 Sep 2024 13:02:34 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: drop maintainership |
0.11.1_9 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.11.1_8 26 Aug 2024 08:07:46 |
Mikael Urankar (mikael) |
multimedia/gstreamer1-plugins-rust: Fix build with rust 1.80.0
PR: 280490 |
0.11.1_8 21 Jul 2024 16:55:40 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
0.11.1_8 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.11.1_7 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
0.11.1_6 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.11.1_5 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.11.1_4 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.11.1_3 25 Jan 2024 00:47:45 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: limit gstreamer1-plugins-gl to GTK4 option |
0.11.1_3 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.11.1_2 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.11.1_1 07 Nov 2023 00:16:48 |
Robert Clausecker (fuz) |
multimedia/gstreamer1-plugins-rust: fix build on armv7
Disable LTO to make the build fit into the virtual address space.
Same fix as for i386.
See also: 3e78ac41f17524591589aa00e50fddd20a2e8014
Approved by: portmgr (build fix blanket)
MFH: 2023Q4 |
0.11.1_1 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.11.1 14 Oct 2023 00:50:09 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.11.1
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.11.0...0.11.0+fixup |
0.11.0_2 05 Oct 2023 16:36:06 |
Jan Beich (jbeich) |
multimedia/dav1d: update to 1.3.0
Changes: https://code.videolan.org/videolan/dav1d/-/tags/1.3.0
Reported by: Repology |
0.11.0_1 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.11.0 28 Aug 2023 18:19:42 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: also disable vendor LTO on i386 |
0.11.0 22 Aug 2023 08:13:54 |
Alexey Dokuchaev (danfe) |
Mk/bsd.options.desc.mk: add GTK4_DESC and minor improvements
- Provide shared GTK4_DESC and remove that from two ports
- Fix a typo (developement -> development), drop needless caps
- Spell AltiVec and BLAS (Basic Linear Algebra Subprograms)
correctly (proper/brand name and abbreviation, respectively) |
0.11.0 21 Aug 2023 08:16:51 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: switch cryptic error to upstream issue |
0.11.0 21 Aug 2023 08:01:29 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: unbreak build on i386
fatal runtime error: Rust cannot catch foreign exceptions
thread '<unnamed>' panicked at
'/wrkdirs/usr/ports/lang/rust/work/rustc-1.70.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1535:21:
worker thread panicked', compiler/rustc_middle/src/util/bug.rs:36:26
(signal: 6, SIGABRT: process abort signal)
LLVM ERROR: out of memory
Allocation failed
error: could not compile `gst-plugin-webrtc` (lib)
Reported by: pkg-fallout |
0.11.0 12 Aug 2023 00:31:40 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.11.0
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.11...0.11.0 |
0.10.11 22 Jul 2023 00:56:12 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.11
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.10...0.10.11 |
0.10.10_1 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.10.10 12 Jul 2023 21:44:27 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: drop GL_TAGNAME |
0.10.10 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
0.10.10 06 Jul 2023 22:18:59 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.10
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.9...0.10.10 |
0.10.9 22 Jun 2023 00:54:14 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.9
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.8...0.10.9 |
0.10.8 10 Jun 2023 23:13:46 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.8
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.7...0.10.8 |
0.10.7_1 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.10.7 18 May 2023 15:24:57 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.7
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.6...0.10.7 |
0.10.6_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.10.6_2 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.10.6_1 22 Apr 2023 14:36:57 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: unbreak GTK4 runtime
Unsupported GDK display :0 for GL |
0.10.6 09 Apr 2023 21:08:24 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.6
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.5...0.10.6 |
0.10.5 20 Mar 2023 22:18:38 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.5
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.4...0.10.5 |
0.10.4_1 20 Mar 2023 22:18:38 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: unbreak with --auto-features=enabled
docs/meson.build:52:0: ERROR: Program 'hotdoc' not found or not executable
PR: 270361 |
0.10.4_1 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
0.10.4 15 Mar 2023 23:09:17 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.4
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.3...0.10.4 |
0.10.3 09 Mar 2023 00:57:39 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.3
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.2...0.10.3 |
0.10.2_2 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
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 ) |
0.10.2_1 27 Feb 2023 15:19:20 |
Gleb Popov (arrowd) |
multimedia/gstreamer1: Update to 1.20.6
Sponsored by: Serenity Cybersecurity, LLC |
0.10.2 23 Feb 2023 11:53:18 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.2
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.10.1...0.10.2 |
0.10.1 13 Feb 2023 16:18:11 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.10.1
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.9...0.10.1 |
0.9.9 13 Feb 2023 15:10:41 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.9
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.8...0.9.9 |
0.9.8_1 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
0.9.8 24 Jan 2023 02:47:17 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.8
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.7...0.9.8 |
0.9.7 20 Jan 2023 23:37:43 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.7
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.5...0.9.7 |
0.9.5 11 Jan 2023 10:59:12 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.5
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.4...0.9.5 |
0.9.4_1 11 Jan 2023 10:56:33 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: restore verbose builds after a18489b886ff |
0.9.4_1 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
0.9.4 02 Jan 2023 19:29:36 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.4
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.3...0.9.4 |
0.9.3 21 Dec 2022 10:54:13 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.3
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.2...0.9.3 |
0.9.2_1 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
0.9.2 14 Dec 2022 16:29:16 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.2
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.1...0.9.2 |
0.9.1_1 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.9.1 14 Nov 2022 12:40:40 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.1
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.9.0...0.9.1 |
0.9.0 05 Nov 2022 04:16:45 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.9.0
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.8.4...0.9.0 |
0.8.4_1 03 Nov 2022 14:10:55 |
Jan Beich (jbeich) |
*/*: move CARGO_CRATES to Makefile.crates in my ports |
0.8.4_1 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
0.8.4 17 Oct 2022 19:02:28 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: respect GTK4=off if gtk4 is installed after
7f9937ae4015
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/gstreamer-1.0/libgstgtk4.so is linked to
/usr/local/lib/libgtk-4.so.1 from x11-toolkits/gtk40 but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libgtk-4.so:x11-toolkits/gtk40
Error: /usr/local/lib/gstreamer-1.0/libgstgtk4.so is linked to
/usr/local/lib/libgraphene-1.0.so.0 from graphics/graphene but it is not
declared as a dependency
Warning: you need LIB_DEPENDS+=libgraphene-1.0.so:graphics/graphene
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist) |
0.8.4 16 Oct 2022 00:17:56 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.8.4
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.7.2...0.8.4 |
0.7.2_12 15 Oct 2022 21:21:45 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: drop gstreamer1 < 1.18 workaround after
e3b732b4791c |
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.7.2_11 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.7.2_11 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
0.7.2_10 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
0.7.2_11 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
0.7.2_10 19 Aug 2022 22:40:51 |
Piotr Kubaj (pkubaj) |
multimedia/gstreamer1-plugins-rust: fix build on armv7
Same issue as on powerpc* / aarch64. |
0.7.2_10 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
0.7.2_9 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
0.7.2_8 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
0.7.2_7 30 Apr 2022 08:03:20 |
Tobias C. Berner (tcberner) |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
0.7.2_7 18 Mar 2022 14:41:26 |
Jan Beich (jbeich) |
multimedia/dav1d: update to 1.0.0
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by: Repology |
0.7.2_6 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
0.7.2_5 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
0.7.2_4 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
0.7.2_3 28 Dec 2021 17:25:35 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: sort distfiles after c9d85f0d9ca1 |
0.7.2_3 12 Dec 2021 22:35:11 |
Piotr Kubaj (pkubaj) |
multimedia/gstreamer1-plugins-rust: fix build on powerpc
Disable CSOUND, same issue as on powerpc64*:
error[E0433]: failed to resolve: use of undeclared crate or module `imp`
-->
/wrkdirs/usr/ports/multimedia/gstreamer1-plugins-rust/work/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/va_list-0.1.3/src/lib.rs:77:15
|
77 | internal: imp::VaList,
| ^^^ use of undeclared crate or module `imp`
error[E0433]: failed to resolve: use of undeclared crate or module `imp`
-->
/wrkdirs/usr/ports/multimedia/gstreamer1-plugins-rust/work/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/va_list-0.1.3/src/lib.rs:93:24
|
93 | unsafe fn get(&mut imp::VaList) -> Self;
| ^^^ use of undeclared crate or module `imp`
(Only the first 15 lines of the commit message are shown above ) |
0.7.2_3 06 Dec 2021 10:24:30 |
Piotr Kubaj (pkubaj) |
multimedia/gstreamer1-plugins-rust: fix build on powerpc64*
Same issue as on aarch64. |
0.7.2_3 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
0.7.2_2 04 Dec 2021 20:42:12 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: temp disable CSOUND on aarch64
error[E0308]: mismatched types
--> cargo-crates/csound-sys-0.1.2/src/lib.rs:382:27
|
382 | device_name: [0i8; 64usize],
| ^^^ expected `u8`, found `i8`
|
help: change the type of the numeric literal from `i8` to `u8`
|
382 | device_name: [0u8; 64usize],
| ^^^
error[E0308]: mismatched types
--> cargo-crates/csound-sys-0.1.2/src/lib.rs:383:25 (Only the first 15 lines of the commit message are shown above ) |
0.7.2_2 25 Oct 2021 08:55:19 |
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0 |
0.7.2_1 25 Oct 2021 08:49:11 |
Tobias Kortkamp (tobik) |
multimedia/gstreamer1-plugins-rust: Chase USES=cargo's new git source support
PR: 256581 |
0.7.2_1 18 Oct 2021 11:43:56 |
Mikael Urankar (mikael) |
multimedia/gstreamer1-plugins-rust: Mark as broken on aarch64. |
0.7.2_1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.7.2_1 19 Sep 2021 09:03:23 |
Tobias Kortkamp (tobik) |
*: Rebuild lang/rust consumers after the 1.55.0 update |
0.7.2 16 Sep 2021 18:28:46 |
Jan Beich (jbeich) |
devel/cargo-c: update to 0.9.3
Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.9.3
Reported by: GitHub (watch releases) |
0.7.2 16 Sep 2021 17:45:37 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: update to 0.7.2
Changes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/compare/0.7.1...0.7.2 |
0.7.1_1 28 Aug 2021 13:42:06 |
Mikael Urankar (mikael) |
lang/rust: Rebuild consumers for 1.54.0 |
0.7.1 16 Aug 2021 18:39:44 |
Jan Beich (jbeich) |
multimedia/gstreamer1-plugins-rust: verbose build per 30a00f2227a3 +
7bec7b192cda
CARGO_TERM_VERBOSE doesn't support "very verbose" required by 7bec7b192cda,
so patch the wrapper instead. |