Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/flac/files: flac-1.3.0-dontbuild-examples.patch flac-1.3.0-dontbuild-tests.patch flac-1.3.0-asneeded.patch
Date: Wed, 29 May 2013 08:30:28
Message-Id: 20130529083022.860B32171E@flycatcher.gentoo.org
1 radhermit 13/05/29 08:30:22
2
3 Added: flac-1.3.0-dontbuild-examples.patch
4 flac-1.3.0-dontbuild-tests.patch
5 flac-1.3.0-asneeded.patch
6 Log:
7 Version bump (bug #471598).
8
9 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
10
11 Revision Changes Path
12 1.1 media-libs/flac/files/flac-1.3.0-dontbuild-examples.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/files/flac-1.3.0-dontbuild-examples.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/files/flac-1.3.0-dontbuild-examples.patch?rev=1.1&content-type=text/plain
16
17 Index: flac-1.3.0-dontbuild-examples.patch
18 ===================================================================
19 --- flac-1.3.0/configure.ac
20 +++ flac-1.3.0/configure.ac
21 @@ -319,6 +319,12 @@
22 fi
23 AC_SUBST(OGG_PACKAGE)
24
25 +dnl Build examples?
26 +AC_ARG_ENABLE(examples,
27 + AS_HELP_STRING([--disable-examples], [Don't build examples during make]),,
28 + enable_examples="yes")
29 +AM_CONDITIONAL(EXAMPLES, [test "$enable_examples" = "yes"])
30 +
31 dnl check for i18n(internationalization); these are from libiconv/gettext
32 AM_ICONV
33 AM_LANGINFO_CODESET
34 --- flac-1.3.0/Makefile.am
35 +++ flac-1.3.0/Makefile.am
36 @@ -31,7 +31,11 @@
37
38 ACLOCAL_AMFLAGS = -I m4
39
40 -SUBDIRS = doc include m4 man src examples test build objs
41 +SUBDIRS = doc include m4 man src test build objs
42 +
43 +if EXAMPLES
44 +SUBDIRS += examples
45 +endif
46
47 EXTRA_DIST = \
48 COPYING.FDL \
49
50
51
52 1.1 media-libs/flac/files/flac-1.3.0-dontbuild-tests.patch
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/files/flac-1.3.0-dontbuild-tests.patch?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/files/flac-1.3.0-dontbuild-tests.patch?rev=1.1&content-type=text/plain
56
57 Index: flac-1.3.0-dontbuild-tests.patch
58 ===================================================================
59 --- flac-1.3.0/src/test_grabbag/cuesheet/Makefile.am
60 +++ flac-1.3.0/src/test_grabbag/cuesheet/Makefile.am
61 @@ -21,7 +21,7 @@
62 test_cuesheet.vcproj
63
64 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
65 -noinst_PROGRAMS = test_cuesheet
66 +check_PROGRAMS = test_cuesheet
67 test_cuesheet_SOURCES = \
68 main.c
69 test_cuesheet_LDADD = \
70 --- flac-1.3.0/src/test_grabbag/picture/Makefile.am
71 +++ flac-1.3.0/src/test_grabbag/picture/Makefile.am
72 @@ -21,7 +21,7 @@
73 test_picture.vcproj
74
75 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
76 -noinst_PROGRAMS = test_picture
77 +check_PROGRAMS = test_picture
78 test_picture_SOURCES = \
79 main.c
80
81 --- flac-1.3.0/src/test_libFLAC/Makefile.am
82 +++ flac-1.3.0/src/test_libFLAC/Makefile.am
83 @@ -22,7 +22,7 @@
84
85 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src/libFLAC/include
86
87 -noinst_PROGRAMS = test_libFLAC
88 +check_PROGRAMS = test_libFLAC
89
90 if OS_IS_WINDOWS
91 win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la
92 --- flac-1.3.0/src/test_libFLAC++/Makefile.am
93 +++ flac-1.3.0/src/test_libFLAC++/Makefile.am
94 @@ -21,7 +21,7 @@
95 test_libFLAC++.vcproj
96
97 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
98 -noinst_PROGRAMS = test_libFLAC++
99 +check_PROGRAMS = test_libFLAC++
100 test_libFLAC___LDADD = \
101 $(top_builddir)/src/share/grabbag/libgrabbag.la \
102 $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
103 --- flac-1.3.0/src/test_seeking/Makefile.am
104 +++ flac-1.3.0/src/test_seeking/Makefile.am
105 @@ -24,7 +24,7 @@
106
107 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
108
109 -noinst_PROGRAMS = test_seeking
110 +check_PROGRAMS = test_seeking
111 test_seeking_LDADD = \
112 $(top_builddir)/src/libFLAC/libFLAC.la
113
114 --- flac-1.3.0/src/test_streams/Makefile.am
115 +++ flac-1.3.0/src/test_streams/Makefile.am
116 @@ -21,7 +21,7 @@
117 test_streams.vcproj
118
119 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
120 -noinst_PROGRAMS = test_streams
121 +check_PROGRAMS = test_streams
122 test_streams_SOURCES = \
123 main.c
124
125
126
127
128 1.1 media-libs/flac/files/flac-1.3.0-asneeded.patch
129
130 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/files/flac-1.3.0-asneeded.patch?rev=1.1&view=markup
131 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/files/flac-1.3.0-asneeded.patch?rev=1.1&content-type=text/plain
132
133 Index: flac-1.3.0-asneeded.patch
134 ===================================================================
135 --- flac-1.3.0/src/flac/Makefile.am
136 +++ flac-1.3.0/src/flac/Makefile.am
137 @@ -51,7 +51,7 @@
138 $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
139 $(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
140 $(top_builddir)/src/libFLAC/libFLAC.la \
141 - @LIBICONV@ \
142 + @LTLIBICONV@ \
143 -lm
144
145 CLEANFILES = flac.exe
146 --- flac-1.3.0/src/metaflac/Makefile.am
147 +++ flac-1.3.0/src/metaflac/Makefile.am
148 @@ -48,6 +48,6 @@
149 $(top_builddir)/src/share/getopt/libgetopt.la \
150 $(top_builddir)/src/share/utf8/libutf8.la \
151 $(top_builddir)/src/libFLAC/libFLAC.la \
152 - @LIBICONV@
153 + @LTLIBICONV@
154
155 CLEANFILES = metaflac.exe