From a6fa4219994a94c8f42ea38362b6e91894966164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Rodr=C3=ADguez?= Date: Fri, 10 Mar 2017 01:08:26 +0100 Subject: [PATCH 1/1] Initial commit of package abcm2ps --- Makefile | 1 + abi_used_libs | 8 ++++++++ package.yml | 18 ++++++++++++++++++ pspec_x86_64.xml | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..0536b17 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,8 @@ +libc.so.6 +libfreetype.so.6 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libm.so.6 +libpango-1.0.so.0 +libpangocairo-1.0.so.0 +libpangoft2-1.0.so.0 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..0af586e --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : abcm2ps +version : 8.13.7 +release : 1 +source : + - http://moinejf.free.fr/abcm2ps-8.13.7.tar.gz : 00b7704c512c0db4a747050ec93d4b13e16c50798cff375e2c809a6144dcafc5 +license : GPL-2.0 +component : multimedia.audio +summary : abcm2ps is a command line program which converts ABC to music sheet +description : | + abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff +builddeps: + - pkgconfig(pangomm-1.4) +setup : | + %configure --docdir=/usr/share/doc +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..6df1112 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + abcm2ps + + Alfonso Rodríguez + arc.profesional@gmail.com + + GPL-2.0 + multimedia.audio + abcm2ps is a command line program which converts ABC to music sheet + abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff + + https://solus-project.com/sources/README.Solus + + + abcm2ps + abcm2ps is a command line program which converts ABC to music sheet + abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff + + multimedia.audio + + /usr/bin + /usr/share/abcm2ps + /usr/share/doc + + + + + 2017-03-10 + 8.13.7 + Packaging update + Alfonso Rodríguez + arc.profesional@gmail.com + + + \ No newline at end of file -- 2.12.0