non port: multimedia/librespot/Makefile |
Number of commits found: 69 |
Tuesday, 8 Apr 2025
|
08:41 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.86.0
PR: 285840
2a5976a |
Monday, 24 Feb 2025
|
07:55 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.85.0
PR: 284884
cf7c4b0 |
Monday, 20 Jan 2025
|
11:06 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.84.0
PR: 283962
fccaa1b |
Sunday, 1 Dec 2024
|
09:24 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.83.0
PR: 283000
1d1fd15 |
Friday, 22 Nov 2024
|
14:49 Dries Michiels (driesm)
multimedia/librespot: fix build
1d85a07 |
Friday, 8 Nov 2024
|
08:24 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.82.0
PR: 282516
ca048c2 |
Thursday, 31 Oct 2024
|
21:20 Dries Michiels (driesm)
multimedia/librespot: update to 0.6.0
Changes: https://github.com/librespot-org/librespot/releases/tag/v0.6.0
6179a67 |
Tuesday, 10 Sep 2024
|
11:00 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.81.0
PR: 281300
89ab81d |
10:58 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
c0d07f1 |
Monday, 26 Aug 2024
|
08:08 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.80.1
PR: 280490
7a55f95 |
Tuesday, 18 Jun 2024
|
10:59 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.79.0
PR: 279707
21476ca |
Monday, 13 May 2024
|
11:03 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.78.0
PR: 278834
2322b66 |
Saturday, 23 Mar 2024
|
09:41 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.77.0
PR: 277786
d632fbe |
Monday, 19 Feb 2024
|
11:59 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.76.0
PR: 276920
7f5a7b0 |
Tuesday, 9 Jan 2024
|
12:15 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.75.0
PR: 276033
109c3d4 |
Friday, 8 Dec 2023
|
15:04 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.74.1
PR: 275243
b2afd89 |
Tuesday, 24 Oct 2023
|
10:22 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.73.0
PR: 274499
dd10dc8 |
Friday, 8 Sep 2023
|
09:06 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.72.0
PR: 273331
aba8da2 |
Monday, 7 Aug 2023
|
16:34 Gleb Popov (arrowd)
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
b1ecad5 |
Monday, 17 Jul 2023
|
15:58 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.71.0
PR: 272449
cdf2861 |
Friday, 9 Jun 2023
|
11:38 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.70.0
PR: 271797
e1d1045 |
Sunday, 23 Apr 2023
|
13:14 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.69.0
PR: 270953
3db55c4 |
Thursday, 16 Mar 2023
|
11:11 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.68.0
PR: 270080
ebf29ac |
Monday, 13 Feb 2023
|
14:52 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.67.1
PR: 269336
109e35f |
Saturday, 7 Jan 2023
|
19:24 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
12f1c62 |
Tuesday, 20 Dec 2022
|
17:37 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.66.0
PR: 268415
ba14e01 |
Thursday, 17 Nov 2022
|
07:06 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.65.0
PR: 267622
9bf6a99 |
Sunday, 30 Oct 2022
|
12:07 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.64.0
PR: 267173
afe651c |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Thursday, 25 Aug 2022
|
14:49 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
b9b250f |
10:49 Piotr Kubaj (pkubaj)
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915
783c056 |
08:51 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.63.0
c7912d9 |
Sunday, 31 Jul 2022
|
08:41 Dries Michiels (driesm)
multimedia/librespot: update to 0.4.2
Changes: https://github.com/librespot-org/librespot/releases/tag/v0.4.2
d00fb4e |
Saturday, 2 Jul 2022
|
13:47 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.62.0
a50372b |
Tuesday, 31 May 2022
|
13:06 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.61.0
e9a35a1c |
Tuesday, 24 May 2022
|
00:11 Dries Michiels (driesm)
multimedia/librespot: update to 0.4.1
Changes: https://github.com/librespot-org/librespot/releases/tag/v0.4.0
Changes: https://github.com/librespot-org/librespot/releases/tag/v0.4.1
c7bba01 |
Tuesday, 3 May 2022
|
08:00 Tobias Kortkamp (tobik)
lang/rust: Relink ports after the Rust 1.60.0 update
57c3caa |
Saturday, 30 Apr 2022
|
08:03 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
ca3f925 |
Tuesday, 15 Mar 2022
|
09:51 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.59.0
e255ac5 |
Thursday, 3 Feb 2022
|
14:02 Tobias Kortkamp (tobik)
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024
d64a2a3 |
Monday, 17 Jan 2022
|
11:57 Tobias Kortkamp (tobik)
lang/rust: Bump revisions after 1.58.0
835bd57 |
Sunday, 5 Dec 2021
|
12:35 Tobias Kortkamp (tobik)
lang/rust: Rebuild consumers for Rust 1.57.0
5a7f23c |
Friday, 12 Nov 2021
|
07:51 Dries Michiels (driesm)
multimedia/librespot: Update to v0.3.1
Changes: https://github.com/librespot-org/librespot/releases/tag/v0.3.1
PR: 259436
Approved by: philip (mentor), 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D32937
ead084c |
Tuesday, 9 Nov 2021
|
10:31 Dries Michiels (driesm)
*/*: Consistently use my new driesm@FreeBSD.org alias
Replace all occurences of driesm.michiels@gmail.com with
driesm@FreeBSD.org.
Approved by: philip (mentor), 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D32896
8534f43 |
Monday, 25 Oct 2021
|
08:55 Tobias Kortkamp (tobik)
*: Rebuild for Rust 1.56.0
ad90fc6 |
Wednesday, 20 Oct 2021
|
05:36 Fernando Apesteguía (fernape) Author: Dries Michiels
multimedia/librespot: Update to v0.3.0
ChangeLog: https://github.com/librespot-org/librespot/releases/tag/v0.3.0
PR: 259185
Reported by: driesm.michiels@gmail.com (maintainer)
4a4f057 |
Sunday, 19 Sep 2021
|
09:03 Tobias Kortkamp (tobik)
*: Rebuild lang/rust consumers after the 1.55.0 update
7059b43 |
Tuesday, 7 Sep 2021
|
08:04 Tobias Kortkamp (tobik)
Uses/cargo: Try to load Makefile.crates
Some ports stash the `make cargo-crates` output there which might as
well be supported by USES=cargo.
905b1bd |
Saturday, 28 Aug 2021
|
13:42 Mikael Urankar (mikael)
lang/rust: Rebuild consumers for 1.54.0
70f1b06 |
Monday, 2 Aug 2021
|
16:03 Yuri Victorovich (yuri)
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version)
5708ae4 |
Sunday, 27 Jun 2021
|
05:39 Tobias Kortkamp (tobik)
lang/rust: Rebuild consumers for 1.53.0
06dbc12 |
Tuesday, 11 May 2021
|
18:33 Tobias Kortkamp (tobik)
Rebuild lang/rust consumers after d8837418ea743776
28e7a93 |
Wednesday, 5 May 2021
|
16:37 Neel Chauhan (nc) Author: Dries Michiels
multimedia/librespot: Update to 0.2.0
Changes: https://github.com/librespot-org/librespot/releases/tag/v0.2.0
PR: 255610
43cb322 |
Saturday, 1 May 2021
|
17:55 Tobias Kortkamp (tobik)
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
6707a3c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 29 Mar 2021
|
18:10 tobik
Rebuild lang/rust consumers after r569489
 |
Tuesday, 23 Feb 2021
|
12:16 fernape
multimedia/librespot: Undeprecate and update to 1.6
ChangeLog: https://github.com/librespot-org/librespot/releases/tag/v0.1.6
Submitter becomes maintainer. Already maintainer for other ports
PR: 253739
Submitted by: driesm.michiels@gmail.com
 |
Sunday, 14 Feb 2021
|
15:45 mikael
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616
 |
Friday, 12 Feb 2021
|
17:52 ehaupt
Mark BROKEN and DEPRECATED with an expiration date in two weeks (short
expiration period is due to repeated breakage/deprecation of this port).
Also drop maintainership.
 |
Wednesday, 6 Jan 2021
|
10:13 mikael
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940
 |
Tuesday, 24 Nov 2020
|
12:48 mikael
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293
 |
Sunday, 1 Nov 2020
|
11:09 ehaupt
Be more precise in the description for the ALSA option. The option enables rodio
support which is an audio playback library written in rust. The library itself
uses ALSA but throughout the documentation the backend is referred to as rodio.
While here switch the default audio backend from rodio (ALSA) to portaudio, a
more BSD-native library.
 |
Saturday, 17 Oct 2020
|
00:23 ehaupt
Resurrect multimedia/librespot and "update" to 0.1.3. This version is actually a
complete rewrite that features options for multiple supported audio backends.
 |
Wednesday, 27 Dec 2017
|
09:30 antoine
Deprecate ports broken for more than 6 months
 |
Monday, 25 Sep 2017
|
21:21 dumbbell
Mk/bsd.gecko.mk, multimedia/librespot: Fix version of Rust which started to ship
Cargo
Cargo started to ship with Rust in 1.19.0_2. I forgot to indicate the
port revision in the 1.19.0_2 commit.
Reported by: jbeich@
 |
Friday, 15 Sep 2017
|
18:01 dumbbell
lang/rust: Install Cargo + use bundled crates
This port now provides Cargo. This is the recommended now because Cargo
won't be provided separately in the future.
To build Cargo, we set `extended = true` in `config.toml`. As a side
effect, this flag also installs Rust source code. The port has a new
`SOURCES` option (disabled by default) to keep those sources.
As a consequence of this, `devel/cargo` is removed. Several ports
and Makefiles in Mk were updated to depend on `lang/rust` instead of
`devel/cargo`.
The other big change in this patch is the use of the bundled crates,
instead of relying on Cargo's registry (which was part of the distfiles,
in order to allow offline builds). So now, we don't need to prepare the
registry when updating this port.
This has several other benefits:
* It fixes the build with sudo(8).
* It fixes the use of the ino-64 patch (it was not applied to the
registry, thus not used).
Compilation errors were fixed in the ino-64 patch.
Various `.cargo-checksum.json` files are updated after the sources are
patched (FBSD10_FIX, ino-64, and so on). This fixes builds which were
failing with errors such as:
error: the listed checksum of
`.../rustc-1.19.0-src/src/vendor/lzma-sys/xz-5.2.3/build-aux/config.rpath` has
changed:
expected: c8b4c017079da9dfb3086a0583e60ffe736184d89005dc5973f0bb0fd17c04bb
actual: 561b00eb30ecaef2c9da17bc195e7d2a7ea63facea38ea9849fbb0ed340bebba
PR: 221088
Reported by: joneum@, nwhitehorn@, romain@,
Ekaterina Vaartis <vaartis@cock.li>,
david@catwhisker.org,
fullermd@over-yonder.net,
rum1cro@yandex.ru,
w.schwarzenfeld@utanet.at
Differential Revision: https://reviews.freebsd.org/D11783
 |
Friday, 19 May 2017
|
18:49 antoine
Mark BROKEN: tries to clone git repository during build phase
Updating git repository `https://github.com/mmokhi/rust-mdns`
warning: spurious network error (2 tries remaining): [12/-1] curl error:
warning: spurious network error (1 tries remaining): [12/-1] curl error:
error: failed to load source for a dependency on `mdns`
Caused by:
Unable to update https://github.com/mmokhi/rust-mdns
Caused by:
failed to clone into:
/wrkdirs/usr/ports/multimedia/librespot/work/librespot-85dbc3b/git/db/rust-mdns-02ad69c3177fccfb
Reported by: pkg-fallout
 |
Wednesday, 19 Apr 2017
|
09:20 mmokhi
multimedia/librespot: Add port to the tree.
LibreSpot is an Open Source Spotify client (and library).
It enables applications to use Spotify's service,
without using the official but closed-source libspotify.
Reviewed by: feld, mat (mentors)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10402
 |
Number of commits found: 69 |