mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-18 12:13:42 +02:00
17 lines
909 B
Diff
17 lines
909 B
Diff
--- /dev/null
|
|
+++ b/juce.pc
|
|
@@ -0,0 +1,13 @@
|
|
+prefix=/usr
|
|
+exec_prefix=${prefix}
|
|
+libdir=${exec_prefix}/lib
|
|
+includedir=${prefix}/include/JUCE-7.0.8/modules
|
|
+
|
|
+Name: JUCE
|
|
+Description: Cross-platform C++ framework for audio applications
|
|
+Version: 7.0.8
|
|
+Requires: alsa freetype2
|
|
+Requires.private: libdw
|
|
+Cflags: -I${includedir} -DNDEBUG -DJUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1 -DBACKWARD_HAS_DW=1 -include juce_core/juce_core/juce-config.h
|
|
+Libs: -L${libdir} -ljuce_audio_plugin_client -ljuce_audio_utils -ljuce_audio_processors -ljuce_audio_formats -ljuce_audio_devices -ljuce_audio_basics -ljuce_dsp -ljuce_gui_extra -ljuce_gui_basics -ljuce_graphics -ljuce_opengl -ljuce_video -ljuce_osc -ljuce_cryptography -ljuce_analytics -ljuce_box2d -ljuce_product_unlocking -ljuce_data_structures -ljuce_events -ljuce_core -ldw -lasound -lfreetype -lX11 -lXext -lXrandr -lXcomposite -lXcursor -ldl -lpthread -lGL
|
|
+
|