public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis/files: libvorbis-1.2.3-optional_examples_and_tests.patch
@ 2009-07-22 22:29 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-22 22:29 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/22 22:29:02

  Added:                libvorbis-1.2.3-optional_examples_and_tests.patch
  Log:
  Fail.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/libvorbis/files/libvorbis-1.2.3-optional_examples_and_tests.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/files/libvorbis-1.2.3-optional_examples_and_tests.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/files/libvorbis-1.2.3-optional_examples_and_tests.patch?rev=1.1&content-type=text/plain

Index: libvorbis-1.2.3-optional_examples_and_tests.patch
===================================================================
diff -ur libvorbis-1.2.3.orig/configure.ac libvorbis-1.2.3/configure.ac
--- libvorbis-1.2.3.orig/configure.ac	2009-07-09 13:02:25.000000000 +0300
+++ libvorbis-1.2.3/configure.ac	2009-07-23 01:08:54.000000000 +0300
@@ -77,6 +77,11 @@
 
 AM_CONDITIONAL(BUILD_DOCS, [test "x$enable_docs" = xyes])
 
+AC_ARG_ENABLE(examples,
+	AS_HELP_STRING([--enable-examples], [build the examples]))
+
+AM_CONDITIONAL(BUILD_EXAMPLES, [test "x$enable_examples" = xyes])
+
 dnl --------------------------------------------------
 dnl Set build flags based on environment
 dnl --------------------------------------------------
diff -ur libvorbis-1.2.3.orig/Makefile.am libvorbis-1.2.3/Makefile.am
--- libvorbis-1.2.3.orig/Makefile.am	2008-02-20 22:33:47.000000000 +0200
+++ libvorbis-1.2.3/Makefile.am	2009-07-23 01:09:09.000000000 +0300
@@ -2,7 +2,11 @@
 
 AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2
 
-SUBDIRS = m4 include vq lib examples test doc
+SUBDIRS = m4 include vq lib test doc
+
+if BUILD_EXAMPLES
+SUBDIRS += examples
+endif
 
 m4datadir = $(datadir)/aclocal
 m4data_DATA = vorbis.m4
diff -ur libvorbis-1.2.3.orig/test/Makefile.am libvorbis-1.2.3/test/Makefile.am
--- libvorbis-1.2.3.orig/test/Makefile.am	2008-04-25 22:14:29.000000000 +0300
+++ libvorbis-1.2.3/test/Makefile.am	2009-07-23 01:01:37.000000000 +0300
@@ -4,9 +4,9 @@
 
 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
 
-noinst_PROGRAMS = test
+check_PROGRAMS = test
 
-check: $(noinst_PROGRAMS)
+check: $(check_PROGRAMS)
 	./test$(EXEEXT)
 
 test_SOURCES = util.c util.h write_read.c write_read.h test.c






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis/files: libvorbis-1.2.3-optional_examples_and_tests.patch
@ 2010-09-24 15:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-24 15:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/09/24 15:08:47

  Removed:              libvorbis-1.2.3-optional_examples_and_tests.patch
  Log:
  old
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-24 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 22:29 [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis/files: libvorbis-1.2.3-optional_examples_and_tests.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-24 15:08 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox