Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gigedit/
Date: Wed, 13 Nov 2019 16:56:08
Message-Id: 1573664155.9f6749af6b2d7204962926bd368ae30dff5d3ae4.fordfrog@gentoo
1 commit: 9f6749af6b2d7204962926bd368ae30dff5d3ae4
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 13 16:55:34 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 13 16:55:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6749af
7
8 media-sound/gigedit-1.1.1: bump (removed 0.2.0-r1)
9
10 updated the ebuild
11
12 Closes: https://bugs.gentoo.org/649372
13 Package-Manager: Portage-2.3.79, Repoman-2.3.18
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 media-sound/gigedit/Manifest | 2 +-
17 media-sound/gigedit/gigedit-0.2.0-r1.ebuild | 44 -------------------------
18 media-sound/gigedit/gigedit-1.1.1.ebuild | 51 +++++++++++++++++++++++++++++
19 3 files changed, 52 insertions(+), 45 deletions(-)
20
21 diff --git a/media-sound/gigedit/Manifest b/media-sound/gigedit/Manifest
22 index 4c8c589093b..792c3d0bc99 100644
23 --- a/media-sound/gigedit/Manifest
24 +++ b/media-sound/gigedit/Manifest
25 @@ -1 +1 @@
26 -DIST gigedit-0.2.0.tar.gz 810112 BLAKE2B 6979ba02f674517f3c4b8ea6f0dfc392b5c996376c0231e940e2f306d93425288d1ff34c0117c54dcd892d3b2a27d2de15c272a382cdb5dd358b33c13a712232 SHA512 084955bb851709c1c11dfb8257d4b3667fa61fcad59965de32bfe83edae3b42b1f1f4f03b5a7ec427f47f5fc2e2150b8c5c3908e5d0bb242db1163370289f912
27 +DIST gigedit-1.1.1.tar.bz2 1146369 BLAKE2B 3a8a42db746d9fdaf713ae29e238c6f0fddcf4f5c1542fe980fb26babd28707bd3831db4f0d9e8aa58621bf1c7e08113315893515e1f445c5be9600e4e1bef12 SHA512 223702628e83e12a292f902e32baa355aca31ee82f1f8b9fed586ec9c0aaec56956d7bdc958238ec64e79b2f4c5ef9246face669b2b3645046e51d8c8289a964
28
29 diff --git a/media-sound/gigedit/gigedit-0.2.0-r1.ebuild b/media-sound/gigedit/gigedit-0.2.0-r1.ebuild
30 deleted file mode 100644
31 index db8af2e6436..00000000000
32 --- a/media-sound/gigedit/gigedit-0.2.0-r1.ebuild
33 +++ /dev/null
34 @@ -1,44 +0,0 @@
35 -# Copyright 1999-2012 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit autotools eutils flag-o-matic
40 -
41 -DESCRIPTION="An instrument editor for gig files"
42 -HOMEPAGE="http://www.linuxsampler.org/"
43 -SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-cpp/gtkmm:2.4
51 - >=media-libs/libgig-3.3.0
52 - >=media-libs/libsndfile-1.0.2
53 - >=media-sound/linuxsampler-0.5.1"
54 -DEPEND="${RDEPEND}
55 - sys-devel/gettext
56 - >=dev-util/intltool-0.35.0
57 - virtual/pkgconfig"
58 -
59 -src_prepare() {
60 - # Fix linking, bug #540674
61 - sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
62 - eautoreconf
63 -}
64 -
65 -src_configure() {
66 - append-cxxflags -std=c++11
67 - econf --disable-static
68 -}
69 -
70 -src_compile() {
71 - # fails with parallel jobs
72 - emake -j1
73 -}
74 -
75 -src_install() {
76 - default
77 - prune_libtool_files --modules
78 -}
79
80 diff --git a/media-sound/gigedit/gigedit-1.1.1.ebuild b/media-sound/gigedit/gigedit-1.1.1.ebuild
81 new file mode 100644
82 index 00000000000..b04a0ce5ac2
83 --- /dev/null
84 +++ b/media-sound/gigedit/gigedit-1.1.1.ebuild
85 @@ -0,0 +1,51 @@
86 +# Copyright 1999-2019 Gentoo Authors
87 +# Distributed under the terms of the GNU General Public License v2
88 +
89 +EAPI=7
90 +inherit autotools eutils flag-o-matic
91 +
92 +DESCRIPTION="An instrument editor for gig files"
93 +HOMEPAGE="http://www.linuxsampler.org/"
94 +SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.bz2"
95 +
96 +LICENSE="GPL-2"
97 +SLOT="0"
98 +KEYWORDS="~amd64 ~x86"
99 +IUSE=""
100 +
101 +BDEPEND="
102 + sys-devel/gettext
103 + >=dev-util/intltool-0.35.0
104 + virtual/pkgconfig
105 +"
106 +CDEPEND="
107 + dev-cpp/gtkmm:2.4
108 + >=media-libs/libgig-3.3.0
109 + >=media-libs/libsndfile-1.0.2
110 + >=media-sound/linuxsampler-0.5.1
111 +"
112 +DEPEND="${RDEPEND}"
113 +RDEPEND="${CDEPEND}"
114 +
115 +src_prepare() {
116 + default
117 +
118 + # docdir is not propagated there
119 + sed -i "s%\$(datadir)/doc/\$(PACKAGE)%\$(datadir)/doc/${P}%g" doc/quickstart/Makefile.am || die
120 + eautoreconf
121 +}
122 +
123 +src_configure() {
124 + econf --disable-static
125 +}
126 +
127 +src_compile() {
128 + emake LDFLAGS="${LDFLAGS} -Wl,-rpath,/usr/$(get_libdir)/linuxsampler"
129 +}
130 +
131 +src_install() {
132 + default
133 +
134 + einfo "Removing static libs..."
135 + find "${D}" -name "*.la" -delete || die "Failed to remove static libs"
136 +}