File: devel

package info (click to toggle)
debian-multimedia 0.13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: makefile: 2
file content (808 lines) | stat: -rw-r--r-- 21,281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
Task: Development
Description: Extra packages for developers and package compiling
 This metapackage will install additional software to compile audio
 software.

Suggests: subversion

Suggests: cvs

Suggests: automake

Suggests: build-essential

Suggests: cmake

Suggests: cmake-curses-gui

Depends: dssi-dev

Suggests: fluid

Depends: juce-tools, juce-modules-source

Depends: libasound2-dev

Suggests: libfftw3-dev

Depends: libjack-dev

Depends: liblirc-dev

Depends: liblrdf0-dev

Suggests: libmxml-dev

Suggests: qtbase5-dev

Depends: libsamplerate0-dev

Depends: libsndfile1-dev

Suggests: libxml++2.6-dev

Suggests: xutils-dev

Depends: zlib1g-dev

#linuxsampler:

Suggests: uuid-dev

Suggests: bison

Depends: lv2core

Depends: libslv2-dev

Suggests: intltool

Suggests: libtool

#ardour:

Depends: libaubio-dev

Suggests: libboost-dev

Suggests: libgail-common

Suggests: libgail-dev

Suggests: libglademm-2.4-dev

Suggests: libgnomecanvas2-dev

Suggests: libgnomecanvasmm-2.6-dev

Depends: libsoundtouch-dev

Suggests: libusb-dev

Depends: vamp-plugin-sdk

#qtractor

Depends: libmad0-dev

Depends: librubberband-dev

Depends: libvorbis-dev

Depends: ladspa-sdk

Depends: liba52-0.7.4-dev

Depends: audacious-dev

Depends: libaudiofile-dev

Depends: libbitstream-dev

Depends: libchromaprint-tools

Depends: libchromaprint-dev

Depends: libclam-dev

Depends: clam-networkeditor

Depends: libclam-qtmonitors-dev

Depends: libclthreads-dev

Depends: libclxclient-dev

Depends: crtmpserver-dev

Depends: libcrystalhd-dev

Depends: libdataquay-dev

Depends: libdirac-dev

Depends: etl-dev

Depends: libfaad-dev

Depends: libffms2-dev

Depends: libflac++-dev, libflac-dev

Depends: libflake-dev

Depends: frei0r-plugins-dev

Depends: libgavl-dev

Depends: libglyr-dev

Depends: libgmerlin-dev

Depends: libgmerlin-avdec-dev

Depends: libgmlib-dev, libgmtk-dev

Depends: libgpac-dev

Recommends: gscanbus

Depends: ino-headers

Depends: libmp3lame-dev

Depends: libaacs-dev

Depends: libass-dev

Depends: libaudclient-dev

Depends: libavc1394-dev

Depends: libavcodec-dev, libavcodec-extra, libavdevice-dev, libavfilter-dev, libavformat-dev, libavutil-dev, libswresample-dev, libswscale-dev

Depends: libbluray-dev, libbluray-bin

Depends: libde265-dev

Depends: libdiscid-dev

Depends: libdrumstick-dev, drumstick-tools

Depends: libdssialsacompat-dev

Depends: libdv4-dev, libdv-bin

Depends: libdvb-dev

Depends: libdvbcsa-dev

Depends: libdvbpsi-dev, dvbpsi-utils

Depends: libdvdnav-dev

Depends: libdvdread-dev

Depends: libebml-dev

Depends: libebur128-dev

Depends: libffado-dev, ffado-tools

Depends: libgig-dev, gigtools

Depends: libgroove-dev, libgroovefingerprinter-dev, libgrooveloudness-dev, libgrooveplayer-dev

Depends: libinstpatch-dev

Depends: liblivemedia-dev, livemedia-utils

Depends: liblo-dev, liblo-tools

Depends: liblscp-dev

Depends: libltc-dev

Depends: libltcsmpte-dev

Depends: libmatroska-dev

Depends: libmms-dev

Depends: libmpcdec-dev, musepack-tools

Depends: libquicktime-dev, quicktime-utils, quicktime-x11utils

Depends: libreplaygain-dev

Depends: libsbsms-dev

Depends: libshairport-dev

Depends: libshout-dev

Depends: libshout-idjc-dev

Depends: libsoxr-dev

Depends: libva-dev

Depends: liblilv-dev, lilv-utils

Depends: libweed-dev

Depends: lv2-dev

Depends: libpaq-dev, lv2-c++-tools

Depends: liblv2dynparam1-dev

Depends: lvtk-dev, lvtk-tools

Depends: mjpegtools, libmjpegtools-dev

Depends: mp4v2-utils, libmp4v2-dev

Depends: mpeg2dec, libmpeg2-4-dev

Depends: mpg123, libmpg123-dev

Depends: libmpv-dev

Depends: libnabrit-dev

Depends: libnacore-dev

Depends: libogmrip-dev

Depends: libois-dev

Depends: libopencore-amrnb-dev, libopencore-amrwb-dev

Depends: libopenni-dev, openni-utils

Depends: libopenni2-dev, openni2-utils

Depends: libopenni-sensor-pointclouds-dev

Depends: libportsmf-dev

Depends: libprojectm-dev, libprojectm-qt-dev

Depends: libpugl-dev

Depends: pyliblo-utils, python3-liblo

Depends: python3-midiutil

Suggests: python3-pyknon

Depends: python3-pyo

Depends: librtaudio-dev

Depends: librtmidi-dev

Depends: librtmp-dev

Depends: libserd-dev, serdi

Depends: libsndobj-dev

Depends: libsord-dev, sordi

Depends: libsratom-dev

Depends: libstk0-dev

Depends: libsuil-dev

Depends: libsynfig-dev

Depends: libunicap2-dev

Depends: libvo-aacenc-dev

Depends: libvo-amrwbenc-dev

Depends: libwavpack-dev

Depends: libwxsvg-dev

Depends: libx264-dev

Depends: libxvidcore-dev

Depends: libzita-alsa-pcmi-dev

Depends: libzita-convolver-dev

Depends: libzita-resampler-dev

Depends: libo3dgc-dev

Depends: libmapper-dev

Suggests: python3-libmapper
Pkg-Description: Library for connecting data signals on a shared network
 Libmapper is a cross-platform software library for declaring data signals
 on a shared network and enabling arbitrary connections to be made between
 them. It creates a distributed mapping system/network, with no central
 points of failure, the potential for tight collaboration and easy
 parallelization of media synthesis.
 .
 The main focus of libmapper development is to provide tools for
 creating and using systems for interactive control of media synthesis.
 .
 This package contains SWIG generated Python bindings.
WNPP: 936891
# The latest upstream release supports Python 3

Suggests: kodi-addons-dev, kodi-eventclients-dev

Depends: opencollada-dev

Depends: libx265-dev

Depends: libbdplus-dev

Depends: libsfark-dev


Depends: puredata-dev

Depends: pd-lib-builder

Depends: pd-flext-dev

Depends: gstreamer-sharp-1.0
Pkg-Description: New GI-based bindings to GStreamer 1.x
 GStreamer-Sharp are C# bindings to GStreamer. This version of the bindings
 has been written from scratch, mainly by Stephan Sundermann in GSoC, based
 on bindinator (a new GObject-Introspection-based code-generation approach).
 This version of the bindings is a "preview" (0.99.0) which means it will be
 API-unstable until its final version (1.0), and it targets GStreamer 1.0
 API. Soname of the bound library is libgstreamer-1.0.so.0.
 .
 Banshee v2.9.1 is the first version which consumes this binding, for
 example.
WNPP: 742729

Depends: libgstreamer-java
Pkg-Description: a set of java bindings for the gstreamer framework.
 In spite of being described by upstream authors as
 unofficial/alternative, gstreamer-java is currently the java binding
 available at gstreamer language bindings  page [1].
 [1] http://gstreamer.freedesktop.org/bindings/
License: LGPL v3.
WNPP: 576984

Depends: libclalsadrv-dev

Depends: ntk
Pkg-Description: ntk - fork of FLTK - ntk-fluid binary
 The Non Tool Kit (NTK) is a fork of the Fast Light ToolKit library,
 adding improved graphics rendering via Cairo, a streamlined and
 enhanced widget set, and other features designed to improve the
 appearance and performance of the Non applications.
 .
 The ntk-fluid package contains ntk-fluid binaries.
 A rapid application development/gui designer thing.
 It is required to build Non-things from source,
 as it is used to convert the .fl design files into C++ source code.
 .
 The ntk-chtheme package contains ntk-chtheme binary.
 A little utility to change the NTK theme
 used by default by all NTK applications.
 .
 The libntk-dev package contains the headers used to build applications
 that use libntk and libntk-image1.
License: LGPL-2+
Homepage: http://non.tuxfamily.org/ntk/
WNPP: 751548
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/ntk.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-multimedia/ntk.git

Depends: python3-soundfile

Depends: echoprint-codegen
Pkg-Description: codegen for Echoprint music fingerprint and resolving framework
 Echoprint is an open source music identification system that allows
 anyone to build music fingerprinting into their application. It is
 powered by The Echo Nest and launching in partnership with Musicbrainz
 and 7digital.
 .
 The Echoprint codegen computes Echoprint “codes” (a series of hash
 values and time stamps) given an incoming audio stream, either via file
 reading or live microphone input. It is written in C++ and can run on
 almost anything: servers, desktop, mobile, embedded.
Homepage: http://echoprint.me/codegen
License: MIT
WNPP: 631512

Depends: echoprint-server
Pkg-Description: server components for Echoprint music fingerprint and resolving framework
 Echoprint is an open source music identification system that allows
 anyone to build music fingerprinting into their application. It is
 powered by The Echo Nest and launching in partnership with Musicbrainz
 and 7digital.
 .
 The Echoprint server can insert and query for millions of tracks to
 match a song given an Echoprint code. It is based on Apache Solr and
 also uses Tokyo Tyrant, a fast key-value store.
Homepage: http://echoprint.me/server
License: Apache-2.0
WNPP: 631510

Depends: flowplayer
Pkg-Description: The video player for the Web
 Flowplayer is an Open Source (GPL 3) video player for the web. Use it to 
 embed video streams into your web pages. Built for site owners, 
 developers, hobbyists, businesses, and serious programmers.
Homepage: http://flowplayer.org/index.html
License: GPL-3
WNPP: 657058

Depends: libcollada2gltfconvert-dev

Depends: lastfmlib
Pkg-Description: An implementation of the Last.Fm Submissions Protocol v1.2
 lastfmlib is a C++ library that provides an implementation of the
 Last.fm Submissions Protocol v1.2. It allows you to scrobble your
 tracks on Last.fm
 .
 Inclution of this package in Debian, will make it possible to rebuild
 Mediatomb with Last.FM scrobbling support.
Homepage: http://code.google.com/p/lastfmlib/
License: GPL-2
WNPP: 610356

Depends: libmusicbrainz5-dev

Suggests: libmusicbrainz4-dev, libmusicbrainz3-dev

Depends: libsndio-dev

Depends: libecasoundc-dev, ruby-ecasound

Suggests: python3-ecasound

Depends: pycdio
Pkg-Description: Python interface to libcdio optical media control library
 ycdio is a Python interface to the CD Input and Control library
 (libcdio).
 .
 The pycdio (and libcdio) libraries encapsulate reading and control of
 optical media devices (CD, DVD), for Python programs wishing to be
 oblivious of the OS- and device-dependent properties of optical media
 devices.
 .
 The encapsulation by SWIG is done in two parts. The lower-level python
 interface is called pycdio and is generated by SWIG.
 .
 The more object-oriented module is cdio; it is a Python class that
 uses pycdio. Although pycdio is perfectly usable on its own, it is
 expected that cdio is what most people will use. As pycdio more
 closely models the C interface, it is conceivable (if unlikely) that
 diehard libcdio C users who are very familiar with that interface
 could prefer that.
Homepage: http://pypi.python.org/pypi/pycdio/
License: GPLv3
WNPP: 543296

Depends: pyclutter-gst
Pkg-Description: Open GL based interactive canvas lib GStreamer elements
 Python bindings.
Homepage: http://www.clutter-project.org/
License: LGPL
WNPP: 557671
Pkg-URL: https://code.launchpad.net/~francesco-marella/+junk/pyclutter-gst-debian

Depends: python3-jack-client

Depends: python3-mplayer
Pkg-Description: Lightweight dynamic MPlayer wrapper with a Pythonic API
 Python-mplayer provides several Pythonic interfaces to MPlayer. These
 are implemented as the following classes (see Introspection for more
 info):
 .
 Player provides a basic and low-level interface to MPlayer.
 Interaction can be done by sending commands or querying information.
 - AsyncPlayer is a Player subclass with asyncore integration (NOT for
   MS Windows). Adds support for hooking functions to the process'
   stdout/stderr.
 - GPlayer is a Player subclass with GTK/GObject integration (same
   usage as AsyncPlayer)
 - QtPlayer is a Player subclass with Qt integration (same usage as
   AsyncPlayer)
 - GtkPlayerView provides a basic (as of now) PyGTK widget that embeds
   MPlayer.
 - QPlayerView provides a PyQt4 widget similar to GtkPlayerView in
   functionality.
Homepage: http://code.google.com/p/python-mplayer/
License: LGPL-3.0
WNPP: 623341

Depends: python3-portmidi
Pkg-Description: Python interface to libportmidi
 pyPortMidi is a Python wrapper for PortMidi. PortMidi is a
 cross-platform C library for realtime MIDI control. Using
 pyPortMidi, you can send and receive MIDI data in realtime
 from Python.
 .
 Besides using pyPortMidi to communicate to synthesizers and the
 like, it is possible to use pyPortMidi as a way to send MIDI
 messages between software packages on the same computer.
 .
 PyPortMidi was written in Pyrex, a language for writing Python
 extension modules.
 .
 The original code is from John Harrison.
 See http://python-pyrex.media.mit.edu/~harrison/pyportmidi.html
Homepage: http://bitbucket.org/aalex/pyportmidi/
License: MIT/X
WNPP: 584630

Depends: qtav
Pkg-Description: a media playing library based on Qt and FFmpeg
 QtAV is a media playing library based on Qt and FFmpeg. It can help you
 to write a player with less effort than ever before.
 Features:
    Hardware decoding suppprt: DXVA2, VAAPI(buggy now), CedarX(e.g. pcDuino)
    Seek, pause/resume
    Video capture
    OSD and custom filters
    Aspect ratio
    Transform video using GraphicsItemRenderer. (rotate, shear, etc)
    Playing frame by frame (currently support forward playing)
    Playing speed control. At any speed.
    Variant streams: locale file, http, rtsp, etc.
    Playing music
    Choose audio channel
    Choose media stream, e.g. play a desired audio track
    Volume control
    Fullscreen, stay on top
    Multiple render engine support. Currently supports QPainter, GDI+, Direct2D, XV and OpenGL(and ES2).
    Dynamically change render engine when playing.
    Multiple video outputs for 1 player
    Region of interest(ROI), i.e. video cropping
    Video eq: brightness, contrast, saturation
    QML support as a plugin. Most playback APIs are compatible with QtMultiMedia module
    Compatiblity: QtAV can be built with both Qt4 and Qt5. QtAV supports both FFmpeg(>=0.9) and Libav.
Homepage: https://github.com/wang-bin/QtAV
License: GNU GPL v3
WNPP: 737016

Depends: qtmel
Pkg-Description: an Qt library that wraps Libav, OpenCV and RtAudio libraries
 QtMEL is a Qt library that wraps Libav, OpenCV and RtAudio libraries
 and allows you easily grab your desktop screen, your cameras, your
 audio input devices and finally encode audio/video streams.
 Key features:
    desktop screen capture with variable frame rate
    web-cameras capture with variable frame rate
    changing the image source on the fly (screen<->camera) while recording a video
    audio input devices capture
    video encoding with variable and fixed frame rate
    audio encoding
Homepage: http://kibsoft.ru/
License: LGPL
WNPP: 738739

Depends: libqpsd
Pkg-Description: PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
 This project is based on the Photoshop File Format Specification found
 in http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm.
 .
 Format:
 .
  * PSD - SUPPORTED
  * PSB - SUPPORTED
 Compression:
 .
  * Raw - SUPPORTED
  * RLE - SUPPORTED
  * Zip without Prediction - Unsupported
  * Zip with Prediction - Unsupported
 .
 Color Mode
 .
  * Bitmap - SUPPORTED
  * Grayscale - SUPPORTED
  * Indexed - SUPPORTED
  * RGB - SUPPORTED
  * CMYK - SUPPORTED
  * Multichannel - SUPPORTED
  * Duotone - SUPPORTED
  * Lab - SUPPORTED
 .
 Depth
 .
  * 1-bit - SUPPORTED (Bitmap)
  * 8-bits - SUPPORTED
  * 16-bits - SUPPORTED
  * 32-bits - Unsupported (Tonemapping Algorithm, needed help!)
  * 16-bit depth is scaled down to 8-bits
Homepage: https://github.com/Code-ReaQtor/libqpsd
License: LGPL-2.1+
WNPP: 810772

Depends: libopenshot
Pkg-Description: library for high quality video editing
 Libopenshot is an open-source, cross-platform C++ library dedicated to
 delivering high quality video editing, animation, and playback solutions to
 the world. This is the same library which powers OpenShot Video Editor
 (version 2.0+) and it could power your next video editing application! C++,
 Python, and Ruby are fully supported, and other languages can be added if
 requested.
Homepage: https://launchpad.net/libopenshot
License: LGPL-3
WNPP: 810786

Depends: libopenshot-audio
Pkg-Description: library for high-quality editing and playback of audio
 OpenShot Audio Library (libopenshot-audio) is a program that allows the
 high-quality editing and playback of audio, and is based on the amazing JUCE
 library.
Homepage: https://code.launchpad.net/~openshot.code/libopenshot/libopenshot-audio
License: GPL-3
WNPP: 810787

Depends: ruby-alsa-rawmidi
Pkg-Description: Realtime MIDI IO with Ruby for Linux via the ALSA RawMIDI API.
 Packaging as dependency of Sonic Pi (ITP #796550)
Homepage: https://rubygems.org/gems/alsa-rawmidi
License: Apache-2.0
WNPP: 811081

Depends: ruby-wavefile

Depends: ruby-midilib
Pkg-Description: A pure Ruby MIDI library.
 Packaging as dependency of Sonic Pi (ITP #796550)
Homepage: https://rubygems.org/gems/midilib
License: Ruby License
WNPP: 811088

Depends: asdcplib
Pkg-Description: implementation of SMPTE and the MXF Interop "Sound & Picture Track File" format
 asdcplib is an open source implementation of SMPTE and the MXF Interop
 "Sound & Picture Track File" format. It was originally developed with
 support from DCI. Development is currently supported by CineCert and
 other D-Cinema manufacturers. See the bundled README file for more
 information. asdcplib is implemented in C++ and builds on Win32 and
 most unix platforms that support GCC.
 .
 The following SMPTE standards (and their normative references) are supported:
 .
 377M-2004
 381M-2005
 382M-2007
 429-3-2006
 429-4-2006
 429-5-2008
 429-6-2006
 429-10-2008
 .
 asdcplib supports reading and writing MXF files containing sound
 (PCM), picture (JPEG 2000 or MPEG-2) and timed-text (XML) essence.
 Plaintext and ciphertext are both supported using OpenSSL for
 cryptographic support. An object-oriented API is provided along with a
 command-line program asdcp-test that provides access to most of the
 API.
Homepage: http://www.cinecert.com/asdcplib/
License: BSD 3 Clause
Pkg-URL: https://launchpad.net/~tim-klingt/+archive/opencinematools
WNPP: 564824

Depends: flif
Pkg-Description: Free Lossless Image Format (FLIF) encoder/decoder
 FLIF is a lossless image (and animation) format.
 It tends to compress better than other image compression formats.
 This is the reference implementation of the FLIF encoder/decoder.
 The command-line utility 'flif' converts FLIF to/from PNG or PNM.
 .
 The source package would have multiple binary packages:
 - flif (command line tool)
 - libflif (shared library)
 - viewflif (simple image/animation viewer)
 - gif2flif (shell script)
 - apng2flif (shell script)
Homepage: http://flif.info/
License: Currently: GPLv3+ (encoder), LGPLv3+ (decoder)
WNPP: 812761

Depends: python3-tunigo

Depends: libambix
 
Depends: obs
Pkg-Description: Open Broadcast Software
 OBS is a rewrite of what was formerly known as "Open Broadcaster Software", 
 software originally designed for recording and streaming live
 video content, efficiently.
License: GPL
Homepage: https://obsproject.com/
WNPP: 774744
Remark: In NEW queue - dev binary will be libobs-dev

libopenscenegraph-3.4-dev

Depends: libyami-dev

Depends: libyami-utils

Depends: libopenmpt
Pkg-Description: module music decoding library based on OpenMPT
 libopenmpt is a cross-platform C++ and C library to decode tracked music
 files (modules) into a raw PCM audio stream. It is based on the player
 code of the OpenMPT project, a descendant of the original ModPlug Tracker.
Homepage: https://lib.openmpt.org/libopenmpt/
License: BSD-3-clause
WNPP: 839185

Depends: ableton-link-dev

Depends: libmysofa-dev

Depends: svgpp
Pkg-Description: SVG-framework with parsers for various syntaxes and adapters
 The library can be thought of as a framework, containing parsers for various
 SVG syntaxes, adapters that simplify handling of parsed data and a lot of
 other utilities and helpers for the most common tasks.  SVG++ features
 .
 * Is a header-only library
 * Can be used with any XML parser
 * Compile time configured - no virtual functions
 * Minimal runtime overhead - you pay only for what you get
 * Fully functional, conforming SVG viewers
 * Simple in-app SVG rasterizers
 * Import modules of vector editing software
 * Implementing path-only input of SVG format with minimal efforts
   in any graphics or math software
 * Compatible with C++03, but requires conforming implementation
Homepage: https://github.com/svgpp/svgpp
License: Boost
WNPP: 866316

Depends: libbabl-dev

Depends: libgegl-dev

Depends: libimgscalr-java

Depends: python3-mediagoblin

Depends: libuvc-dev

Depends: libmpd-dev

Depends: libexif-dev

Depends: libdleyna-connector-dbus-1.0-1, libdleyna-core-1.0-dev

Suggests: libcdio-dev, libcdio-utils, libiso9660-dev, libudf-dev

Suggests: libcdio-cdda-dev, libcdio-paranoia-dev 

Suggests: libdirectfb-bin, libdirectfb-dev, libdirectfb-extra

Suggests: python3-grapefruit

Suggests: python3-musicbrainzngs

Suggests: python3-acoustid

Depends: fst-dev

Suggests: python3-streamlink

Depends: libmedialibrary-dev

Depends: gir1.2-gexiv2-0.10, libgexiv2-dev

Depends: python3-wand

Depends: libgav1-dev

Depends: libzimg-dev