The NetBSD Project

CVS log for pkgsrc/audio/alure/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / alure

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Sat May 6 19:08:56 2023 UTC (6 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

*: Recursive revbump from audio/libopus 1.4

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:13 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

*: bump PKGREVISION for flac shlib bump

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:00 2022 UTC (15 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 2 16:53:04 2022 UTC (17 months ago) by ryoon
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

*: Recursive revbump from audio/pulseaudio

Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 28 10:43:30 2022 UTC (20 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

a*/*: revbump(1) for libsndfile

Revision 1.8 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:05 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

revbump for icu and libffi

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 5 10:55:29 2021 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

*: bump PKGREVISION for fluidsynth ABI bump

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 18 17:57:33 2020 UTC (3 years, 3 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

*: revbump for libsndfile

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 8 16:48:36 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

*: recursive bump for libffi

Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 2 21:09:12 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

audio: align variable assignments and directives

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 23 00:17:54 2019 UTC (4 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.2: +11 -1 lines
Diff to previous 1.2 (colored)

alure: use a PLIST variable to account for different names on macos.

From Clement Bouvier in PR pkg/54418, modified to be in the existing
PLIST file, to make it obvious for non-macos updates that if a new
file gets added, it shoudl be added for the mac variant naming as well.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 24 10:36:50 2019 UTC (4 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Follow some redirects.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 21 13:24:34 2018 UTC (5 years, 2 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3

Add alure 1.2

ALURE is a utility library to help manage common tasks with OpenAL
applications. This includes device enumeration and initialization, file
loading, and streaming.

The purpose of this library is to provide pre-made functionality that would
otherwise be repetitive or difficult to (re)code for various projects and
platforms, such as loading a sound file into an OpenAL buffer and streaming an
audio file through a buffer queue. Support for different formats is consistant
across platforms, so no special checks are needed when loading files, and all
formats are handled through the same API.

Packaged by Bastian Germann in PR pkg/53613.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>