Commit graph

55 commits

Author SHA1 Message Date
Jan Beich
6be329d423 multimedia/av1an: update to 0.4.4
Changes:	https://github.com/master-of-zen/Av1an/releases/tag/0.4.4
Reported by:	GitHub (watch releases)
2024-12-29 00:12:06 +01:00
Mikael Urankar
1d1fd15a3e lang/rust: Bump revisions after 1.83.0
PR:		283000
2024-12-01 10:24:18 +01:00
Mikael Urankar
ca048c2884 lang/rust: Bump revisions after 1.82.0
PR:		282516
2024-11-08 09:24:20 +01:00
Mikael Urankar
89ab81d0e2 lang/rust: Bump revisions after 1.81.0
PR:		281300
2024-09-10 13:00:34 +02:00
Mikael Urankar
7a55f95425 lang/rust: Bump revisions after 1.80.1
PR:		280490
2024-08-26 10:08:01 +02:00
Jan Beich
a35c8865a6 multimedia/av1an: update to 0.4.3
Changes:	https://github.com/master-of-zen/Av1an/releases/tag/0.4.3
Reported by:	GitHub (watch releases)
2024-08-18 02:22:35 +02:00
Mikael Urankar
21476ca8a9 lang/rust: Bump revisions after 1.79.0
PR:		279707
2024-06-18 12:59:14 +02:00
Jan Beich
334143acb0 multimedia/av1an: unbreak on arch(7) with unsigned char 2024-06-02 00:35:08 +02:00
Jan Beich
980d9d5017 multimedia/av1an: mark BROKEN on ARM after 874d8e4b5d
error[E0308]: mismatched types
  --> cargo-crates/ffmpeg-the-third-2.0.1+ffmpeg-7.0/src/util/channel_layout/channel_custom.rs:27:13
   |
27 |             name,
   |             ^^^^ expected `[u8; 16]`, found `[i8; 16]`
   |
   = note: expected array `[u8; 16]`
              found array `[i8; 16]`

Reported by:	pkg-fallout
2024-05-30 18:40:04 +02:00
Mikael Urankar
2322b66100 lang/rust: Bump revisions after 1.78.0
PR:		278834
2024-05-13 13:03:24 +02:00
Jan Beich
874d8e4b5d multimedia/av1an: unbreak build with ffmpeg 7.0
error[E0425]: cannot find value `AV_CH_LAYOUT_NATIVE` in this scope
     --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/channel_layout.rs:31:39
      |
31    |         const NATIVE                = AV_CH_LAYOUT_NATIVE;
      |                                       ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `AV_CH_LAYOUT_STEREO`
      |
     ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-the-third-ec468502176024bc/out/bindings.rs:20777:1
      |
20777 | pub const AV_CH_LAYOUT_STEREO: libc::c_ulonglong = 3;
      | ------------------------------------------------ similarly named constant `AV_CH_LAYOUT_STEREO` defined here

error[E0425]: cannot find value `AV_PIX_FMT_XVMC` in this scope
    --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/format/pixel.rs:1040:28
     |
1040 |             Pixel::XVMC => AV_PIX_FMT_XVMC,
     |                            ^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_NV12`
     |
    ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-the-third-ec468502176024bc/out/bindings.rs:4854:3
     |
4854 |   AV_PIX_FMT_NV12 = 23,
     |   --------------- similarly named unit variant `AV_PIX_FMT_NV12` defined here

error[E0425]: cannot find value `AV_OPT_TYPE_CHANNEL_LAYOUT` in this scope
     --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/option/mod.rs:88:36
      |
88    |             Type::ChannelLayout => AV_OPT_TYPE_CHANNEL_LAYOUT,
      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_OPT_TYPE_CHLAYOUT`
      |
     ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-the-third-ec468502176024bc/out/bindings.rs:13179:3
      |
13179 |   AV_OPT_TYPE_CHLAYOUT = 19,
      |   -------------------- similarly named unit variant `AV_OPT_TYPE_CHLAYOUT` defined here

error[E0425]: cannot find value `AV_CODEC_ID_AYUV` in this scope
    --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/id.rs:1514:25
     |
1514 |             Id::AYUV => AV_CODEC_ID_AYUV,
     |                         ^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_CODEC_ID_CYUV`
     |
    ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-the-third-ec468502176024bc/out/bindings.rs:7538:3
     |
7538 |   AV_CODEC_ID_CYUV = 26,
     |   ---------------- similarly named unit variant `AV_CODEC_ID_CYUV` defined here

error[E0425]: cannot find function `av_get_channel_layout_nb_channels` in this scope
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/channel_layout.rs:67:18
   |
67 |         unsafe { av_get_channel_layout_nb_channels(self.bits()) }
   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function `av_get_default_channel_layout` in this scope
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/channel_layout.rs:72:47
   |
72 |             ChannelLayout::from_bits_truncate(av_get_default_channel_layout(number) as c_ulonglong)
   |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0609]: no field `coded_picture_number` on type `sys::AVFrame`
   --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/frame/video.rs:178:35
    |
178 |         unsafe { (*self.as_ptr()).coded_picture_number as usize }
    |                                   ^^^^^^^^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others

error[E0609]: no field `display_picture_number` on type `sys::AVFrame`
   --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/frame/video.rs:183:35
    |
183 |         unsafe { (*self.as_ptr()).display_picture_number as usize }
    |                                   ^^^^^^^^^^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others

error[E0609]: no field `channel_layout` on type `sys::AVFrame`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/frame/audio.rs:66:69
   |
66 |         unsafe { ChannelLayout::from_bits_truncate((*self.as_ptr()).channel_layout as c_ulonglong) }
   |                                                                     ^^^^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others

error[E0609]: no field `channel_layout` on type `sys::AVFrame`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/frame/audio.rs:72:34
   |
72 |             (*self.as_mut_ptr()).channel_layout = value.bits() as u64;
   |                                  ^^^^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others

error[E0609]: no field `channels` on type `sys::AVFrame`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/frame/audio.rs:78:35
   |
78 |         unsafe { (*self.as_ptr()).channels as u16 }
   |                                   ^^^^^^^^ unknown field
   |
   = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others

error[E0609]: no field `channels` on type `sys::AVFrame`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/frame/audio.rs:84:34
   |
84 |             (*self.as_mut_ptr()).channels = i32::from(value);
   |                                  ^^^^^^^^ unknown field
   |
   = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others

error[E0609]: no field `pkt_duration` on type `sys::AVFrame`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/frame/mod.rs:82:44
   |
82 |                 duration: (*self.as_ptr()).pkt_duration as i64,
   |                                            ^^^^^^^^^^^^ unknown field
   |
help: a field with a similar name exists
   |
82 |                 duration: (*self.as_ptr()).duration as i64,
   |                                            ~~~~~~~~

error[E0425]: cannot find function `av_opt_set_channel_layout` in this scope
     --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/option/traits.rs:137:20
      |
137   |               check!(av_opt_set_channel_layout(
      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `av_opt_set_chlayout`
      |
     ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-the-third-ec468502176024bc/out/bindings.rs:13786:3
      |
13786 | /   pub fn av_opt_set_chlayout(
13787 | |     obj: *mut libc::c_void,
13788 | |     name: *const libc::c_char,
13789 | |     layout: *const AVChannelLayout,
13790 | |     search_flags: libc::c_int,
13791 | |   ) -> libc::c_int;
      | |__________________- similarly named function `av_opt_set_chlayout` defined here

error[E0609]: no field `channel_layouts` on type `sys::AVCodec`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/audio.rs:41:39
   |
41 |             if (*self.codec.as_ptr()).channel_layouts.is_null() {
   |                                       ^^^^^^^^^^^^^^^ unknown field
   |
help: a field with a similar name exists
   |
41 |             if (*self.codec.as_ptr()).ch_layouts.is_null() {
   |                                       ~~~~~~~~~~

error[E0609]: no field `channel_layouts` on type `sys::AVCodec`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/audio.rs:45:44
   |
45 |                     (*self.codec.as_ptr()).channel_layouts,
   |                                            ^^^^^^^^^^^^^^^ unknown field
   |
help: a field with a similar name exists
   |
45 |                     (*self.codec.as_ptr()).ch_layouts,
   |                                            ~~~~~~~~~~

error[E0609]: no field `slice_count` on type `sys::AVCodecContext`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/decoder/video.rs:89:34
   |
89 |             (*self.as_mut_ptr()).slice_count = value as c_int;
   |                                  ^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `channels` on type `sys::AVCodecContext`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/decoder/audio.rs:51:35
   |
51 |         unsafe { (*self.as_ptr()).channels as u16 }
   |                                   ^^^^^^^^ unknown field
   |
   = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `frame_number` on type `sys::AVCodecContext`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/decoder/audio.rs:65:35
   |
65 |         unsafe { (*self.as_ptr()).frame_number as usize }
   |                                   ^^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `channel_layout` on type `sys::AVCodecContext`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/decoder/audio.rs:73:69
   |
73 |         unsafe { ChannelLayout::from_bits_truncate((*self.as_ptr()).channel_layout) }
   |                                                                     ^^^^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `channel_layout` on type `sys::AVCodecContext`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/decoder/audio.rs:78:34
   |
78 |             (*self.as_mut_ptr()).channel_layout = value.bits();
   |                                  ^^^^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `request_channel_layout` on type `sys::AVCodecContext`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/decoder/audio.rs:84:34
   |
84 |             (*self.as_mut_ptr()).request_channel_layout = value.bits();
   |                                  ^^^^^^^^^^^^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `channel_layout` on type `sys::AVCodecContext`
  --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/encoder/audio.rs:98:34
   |
98 |             (*self.as_mut_ptr()).channel_layout = value.bits();
   |                                  ^^^^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `channel_layout` on type `sys::AVCodecContext`
   --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/encoder/audio.rs:103:69
    |
103 |         unsafe { ChannelLayout::from_bits_truncate((*self.as_ptr()).channel_layout) }
    |                                                                     ^^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `channels` on type `sys::AVCodecContext`
   --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/encoder/audio.rs:108:34
    |
108 |             (*self.as_mut_ptr()).channels = value;
    |                                  ^^^^^^^^ unknown field
    |
    = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0609]: no field `channels` on type `sys::AVCodecContext`
   --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/codec/encoder/audio.rs:113:35
    |
113 |         unsafe { (*self.as_ptr()).channels as u16 }
    |                                   ^^^^^^^^ unknown field
    |
    = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others

error[E0425]: cannot find function `swr_alloc_set_opts` in this scope
     --> cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/software/resampling/context.rs:71:23
      |
71    |               let ptr = swr_alloc_set_opts(
      |                         ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `swr_alloc_set_opts2`
      |
     ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-the-third-ec468502176024bc/out/bindings.rs:23165:3
      |
23165 | /   pub fn swr_alloc_set_opts2(
23166 | |     ps: *mut *mut SwrContext,
23167 | |     out_ch_layout: *const AVChannelLayout,
23168 | |     out_sample_fmt: AVSampleFormat,
...     |
23174 | |     log_ctx: *mut libc::c_void,
23175 | |   ) -> libc::c_int;
      | |__________________- similarly named function `swr_alloc_set_opts2` defined here

Some errors have detailed explanations: E0425, E0609.

Reported by:	antoine (via bug 278705 exp-run)
2024-05-11 18:03:30 +02:00
Mikael Urankar
d632fbe55e lang/rust: Bump revisions after 1.77.0
PR:		277786
2024-03-23 10:41:46 +01:00
Mikael Urankar
7f5a7b0e52 lang/rust: Bump revisions after 1.76.0
PR:		276920
2024-02-19 12:59:23 +01:00
Jan Beich
b426de30a0 multimedia/av1an: update to 0.4.2
Changes:	https://github.com/master-of-zen/Av1an/releases/tag/0.4.2
Reported by:	GitHub (watch releases)
2024-02-18 00:07:36 +01:00
Mikael Urankar
109c3d4629 lang/rust: Bump revisions after 1.75.0
PR:		276033
2024-01-09 13:15:54 +01:00
Mikael Urankar
b2afd89fb2 lang/rust: Bump revisions after 1.74.1
PR:		275243
2023-12-08 16:04:09 +01:00
Mikael Urankar
dd10dc88a7 lang/rust: Bump revisions after 1.73.0
PR:		274499
2023-10-24 12:22:32 +02:00
Mikael Urankar
aba8da2be1 lang/rust: Bump revisions after 1.72.0
PR:		273331
2023-09-08 11:06:24 +02:00
Mikael Urankar
cdf28617b4 lang/rust: Bump revisions after 1.71.0
PR:		272449
2023-07-17 17:58:38 +02:00
Mikael Urankar
e1d1045bc7 lang/rust: Bump revisions after 1.70.0
PR:		271797
2023-06-09 13:38:16 +02:00
Daniel Engberg
f7accb23bf */*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
2023-04-27 14:01:46 +02:00
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Mikael Urankar
3db55c4e97 lang/rust: Bump revisions after 1.69.0
PR:		270953
2023-04-23 15:14:05 +02:00
Jan Beich
51ac253b2a multimedia/av1an: convert to WRKSRC_crate 2023-04-06 00:50:12 +00:00
Mikael Urankar
ebf29acc6c lang/rust: Bump revisions after 1.68.0
PR:		270080
2023-03-16 12:11:52 +01:00
Jan Beich
eb4e80c6bb multimedia/av1an: update to 0.4.1
Changes:	https://github.com/master-of-zen/Av1an/releases/tag/0.4.1
Reported by:	GitHub (watch releases)
2023-03-13 11:44:43 +00:00
Mikael Urankar
109e35fd59 lang/rust: Bump revisions after 1.67.1
PR:		269336
2023-02-13 15:52:59 +01:00
Daniel Engberg
12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00
Jan Beich
60f731e91c multimedia/av1an: update to 0.4.0
Changes:	https://github.com/master-of-zen/Av1an/releases/tag/0.4.0-release
Reported by:	GitHub (watch releases)
2023-01-06 17:00:06 +00:00
Jan Beich
54cd447747 devel/rust-bindgen: switch to LLVM_CONFIG from USES=llvm 2022-12-24 16:56:12 +00:00
Jan Beich
5082418d8f multimedia/av1an: convert to USES=llvm 2022-12-24 16:35:30 +00:00
Mikael Urankar
ba14e01a52 lang/rust: Bump revisions after 1.66.0
PR:		268415
2022-12-20 18:37:15 +01:00
Mikael Urankar
9bf6a99963 lang/rust: Bump revisions after 1.65.0
PR:		267622
2022-11-17 08:06:14 +01:00
Jan Beich
c818b3c58a */*: move CARGO_CRATES to Makefile.crates in my ports 2022-11-03 14:10:55 +00:00
Mikael Urankar
afe651cf62 lang/rust: Bump revisions after 1.64.0
PR:		267173
2022-10-30 13:07:09 +01:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Baptiste Daroussin
b9b250f912 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 8ecb1f8141.
This reverts commit 04d257baa1.
This reverts commit 2757c63bd0.
This reverts commit 75f4713de5.
This reverts commit e88e592111.
This reverts commit 783c056d7d.

With hat:	portmgr
2022-08-25 16:49:50 +02:00
Piotr Kubaj
783c056d7d Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d9775.

PR:	265915
2022-08-25 12:49:39 +02:00
Mikael Urankar
c7912d9775 lang/rust: Bump revisions after 1.63.0 2022-08-25 10:51:32 +02:00
Mikael Urankar
a50372b91f lang/rust: Bump revisions after 1.62.0 2022-07-02 15:47:05 +02:00
Mikael Urankar
e9a35a1c50 lang/rust: Bump revisions after 1.61.0 2022-05-31 15:06:17 +02:00
Tobias Kortkamp
57c3caaa6c
lang/rust: Relink ports after the Rust 1.60.0 update 2022-05-03 10:00:34 +02:00
Mikael Urankar
e255ac5487 lang/rust: Bump revisions after 1.59.0 2022-03-15 10:51:58 +01:00
Jan Beich
e337ba9d67 multimedia/av1an: merge ffmpeg fix from f6e17b1726 into one file
In my Rust-based ports patches are usually split "by topic" (large
changes) or "by crate" (many small changes). The important details
are "whether/when it landed upstream?" and "what error is being fixed?"
2022-02-20 13:36:10 +00:00
Tobias Kortkamp
d64a2a380f
lang/rust: Relink consumers
PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
2022-02-03 15:02:32 +01:00
Jan Beich
8c77d1b9a6 multimedia/av1an: unbreak --encoder svt-av1 after b2302fb4a3
Unprocessed tokens:  --tf-level  --palette-level  --umv  --ext-block  --hbd-md  --bipred-3x3  --pred-me  --compound  --sg-filter-mode  --enable-restoration-filtering  --cdef-level  --disable-dlf  --mrp-level  --enable-pic-based-rate-est  --enable-local-warp  --enable-global-motion  --enable-interintra-comp  --obmc-level  --rdoq-level  --filter-intra-level  --enable-intra-edge-filter
2022-01-23 11:45:49 +00:00
Jan Beich
873ac6f52a multimedia/av1an: update to 0.3.1
Changes:	https://github.com/master-of-zen/Av1an/releases/tag/0.3.1
Reported by:	GitHub (watch releases)
2022-01-17 19:09:50 +00:00
Tobias Kortkamp
835bd57330
lang/rust: Bump revisions after 1.58.0 2022-01-17 12:57:45 +01:00
Jan Beich
504f51dcf1 multimedia/av1an: unbreak on i386 after fef20e00fa 2022-01-06 22:49:51 +00:00