[SCM] guitarix/master: Separate guitarix into guitarix-common, guitarix-ladspa & guitarix-lv2

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Fri Mar 25 19:38:37 UTC 2016


The following commit has been merged in the master branch:
commit bcd176445a67222deee1cd76fa7c3a2a5f0a34b6
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Fri Mar 25 20:32:40 2016 +0100

    Separate guitarix into guitarix-common, guitarix-ladspa & guitarix-lv2
    
    This gets rid of lintian warning about arch-independent files.
    
    Also allows for installing Guitarix's plugins alone (the packages Provide
    lv2-plugins and ladspa-plugins).

diff --git a/debian/control b/debian/control
index f9b7cf1..6cd48b0 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/guitarix.git
 Package: guitarix
 Architecture: any
 Depends:
+ guitarix-common (= ${source:Version}),
+ guitarix-ladspa (>= ${source:Version}),
+ guitarix-lv2 (>= ${source:Version}),
  ${shlibs:Depends}, ${misc:Depends},
  gtk2-engines,
  gtk2-engines-pixbuf
@@ -48,6 +51,45 @@ Description: Rock guitar amplifier for Jack
  .
  Guitarix comes with a GTK+ interface and as Ladspa and LV2 plugins.
 
+Package: guitarix-common
+Architecture: all
+Depends:
+ ${shlibs:Depends}, ${misc:Depends}
+Description: Guitarix - Common files
+ Guitarix is a rock guitar amplifier for Jack (Jack Audio Connection Kit) with
+ one input and two outputs. It is designed to produce nice
+ trash/metal/rock/blues guitar sounds and comes with a GTK+ interface and as
+ Ladspa and LV2 plugins.
+ .
+ This package contains Guitarix's Architecture independent files. Examples of
+ such shared files are: configuration files, images and sounds.
+
+Package: guitarix-ladspa
+Architecture: any
+Provides: ladspa-plugin
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Guitarix - ladspa plugins
+ Guitarix is a rock guitar amplifier for Jack (Jack Audio Connection Kit) with
+ one input and two outputs. It is designed to produce nice
+ trash/metal/rock/blues guitar sounds and comes with a GTK+ interface and as
+ Ladspa and LV2 plugins.
+ .
+ This package contains the ladspa audio plugins that come together with
+ guitarix, but can also be used by any other ladspa host.
+
+Package: guitarix-lv2
+Architecture: any
+Provides: lv2-plugin
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Guitarix - LV2 plugins
+ Guitarix is a rock guitar amplifier for Jack (Jack Audio Connection Kit) with
+ one input and two outputs. It is designed to produce nice
+ trash/metal/rock/blues guitar sounds and comes with a GTK+ interface and as
+ Ladspa and LV2 plugins.
+ .
+ This package contains the LV2 audio plugins that come together with guitarix,
+ but can also be used by any other LV2 host.
+
 Package: guitarix-doc
 Section: doc
 Architecture: all
diff --git a/debian/guitarix-common.install b/debian/guitarix-common.install
new file mode 100644
index 0000000..ee71753
--- /dev/null
+++ b/debian/guitarix-common.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/share/gx_head/*
+debian/tmp/usr/share/locale/*
+debian/tmp/usr/share/pixmaps/*
\ No newline at end of file
diff --git a/debian/guitarix-ladspa.install b/debian/guitarix-ladspa.install
new file mode 100644
index 0000000..e400d18
--- /dev/null
+++ b/debian/guitarix-ladspa.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/ladspa/*
+debian/tmp/usr/share/ladspa/*
\ No newline at end of file
diff --git a/debian/guitarix-lv2.install b/debian/guitarix-lv2.install
new file mode 100644
index 0000000..c4a3c9f
--- /dev/null
+++ b/debian/guitarix-lv2.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lv2/*
\ No newline at end of file

-- 
guitarix packaging



More information about the pkg-multimedia-commits mailing list