Bug 261737 - [NEW PORT] graphics/lebiniou, graphics/lebiniou-data: user-friendly, powerful music visualization / VJing tool
Summary: [NEW PORT] graphics/lebiniou, graphics/lebiniou-data: user-friendly, powerful...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-05 17:58 UTC by Olivier Girondel
Modified: 2022-02-08 17:28 UTC (History)
2 users (show)

See Also:


Attachments
diff against port/graphics (75.85 KB, patch)
2022-02-05 17:58 UTC, Olivier Girondel
no flags Details | Diff
diff against port/multimedia (76.15 KB, patch)
2022-02-07 18:06 UTC, Olivier Girondel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Girondel 2022-02-05 17:58:28 UTC
Created attachment 231568 [details]
diff against port/graphics

Le Biniou works with music, voice, ambient sounds, whatever acoustic
source you choose.
 
When you run Le Biniou it gives an evolutionary rendering of the
sound you are playing.

You are given two options to run Le Biniou: You can manage entirely
the sequences and choose your own series of images from the default
library, your colour scales, the kind of alteration you want to apply
or you can let Le Biniou's artificial intelligence run on its own.

Forget the old visualizations you are familiar with, discover a new
multidimensional – spatial and chromatic – way of comprehending music
and sounds for either artistic, recreational or didactic purposes.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2022-02-05 22:41:50 UTC
It seems a missing config that graphics/lebiniou contains no distinfo but a .gitignore file.

BTW, considering this is still a player, how about swapping the CATEGORIES to use multimedia as the main one?
Comment 2 Olivier Girondel 2022-02-07 18:06:05 UTC
Created attachment 231616 [details]
diff against port/multimedia
Comment 3 Olivier Girondel 2022-02-07 18:07:02 UTC
(In reply to Li-Wen Hsu from comment #1)
Hi Li-Wen,

Please find below an updated .diff

Regards,
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-02-08 17:25:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00940df30b99ec999719e42864d3959d03a19960

commit 00940df30b99ec999719e42864d3959d03a19960
Author:     Olivier Girondel <olivier@biniou.info>
AuthorDate: 2022-02-08 17:20:29 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-02-08 17:24:56 +0000

    graphics/lebiniou: user-friendly, powerful music visualization / VJing tool

    Import graphics/lebiniou and graphics/lebiniou-data.

    Le Biniou works with music, voice, ambient sounds, whatever acoustic
    source you choose.

    When you run Le Biniou it gives an evolutionary rendering of the
    sound you are playing.

    You are given two options to run Le Biniou: You can manage entirely
    the sequences and choose your own series of images from the default
    library, your colour scales, the kind of alteration you want to apply
    or you can let Le Biniou's artificial intelligence run on its own.

    Forget the old visualizations you are familiar with, discover a new
    multidimensional – spatial and chromatic – way of comprehending music
    and sounds for either artistic, recreational or didactic purposes.

    WWW: https://biniou.net/

    PR:             261737

 multimedia/Makefile                      |    2 +
 multimedia/lebiniou-data/Makefile (new)  |   19 +
 multimedia/lebiniou-data/distinfo (new)  |    3 +
 multimedia/lebiniou-data/pkg-descr (new) |    7 +
 multimedia/lebiniou-data/pkg-plist (new) | 1700 ++++++++++++++++++++++++++++++
 multimedia/lebiniou/Makefile (new)       |   42 +
 multimedia/lebiniou/distinfo (new)       |    3 +
 multimedia/lebiniou/pkg-descr (new)      |   16 +
 multimedia/lebiniou/pkg-plist (new)      |  133 +++
 9 files changed, 1925 insertions(+)
Comment 5 Loïc Bartoletti freebsd_committer freebsd_triage 2022-02-08 17:28:06 UTC
Committed, thanks!