diff --git a/recipes/pkg/audio_player/README b/recipes/pkg/audio_player/README new file mode 100644 index 0000000..6134cb5 --- /dev/null +++ b/recipes/pkg/audio_player/README @@ -0,0 +1,28 @@ +Minimal audio player based on libav + +To deploy it in sculpt add the following snippet to the deploy config +(or better yet, put it into a launcher file) and adapt it to your +system: + + + + + + + + + + + + + + + + +The playlist ROM contains a list of audio files that should be played. Its +format is as follows: + + + + + diff --git a/recipes/pkg/audio_player/archives b/recipes/pkg/audio_player/archives new file mode 100644 index 0000000..1d98c7a --- /dev/null +++ b/recipes/pkg/audio_player/archives @@ -0,0 +1,5 @@ +_/src/audio_player +_/src/libav +_/src/libc +_/src/vfs +_/src/zlib diff --git a/recipes/pkg/audio_player/hash b/recipes/pkg/audio_player/hash new file mode 100644 index 0000000..3b9bbe2 --- /dev/null +++ b/recipes/pkg/audio_player/hash @@ -0,0 +1 @@ +2018-06-01-a 6d9946d4e01732b84d9496968818123f36ce4745 diff --git a/recipes/pkg/audio_player/runtime b/recipes/pkg/audio_player/runtime new file mode 100644 index 0000000..ab7664c --- /dev/null +++ b/recipes/pkg/audio_player/runtime @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + +