rpms/libtheora/devel libtheora-1.0beta3-undef-nonweak-symbols.patch, 1.1, 1.2 libtheora.spec, 1.26, 1.27

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed May 14 20:49:08 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/libtheora/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1628

Modified Files:
	libtheora-1.0beta3-undef-nonweak-symbols.patch libtheora.spec 
Log Message:
* Wed May 14 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0:1.0beta3-2
- Fix libtheoraenc getting build but not installed


libtheora-1.0beta3-undef-nonweak-symbols.patch:

Index: libtheora-1.0beta3-undef-nonweak-symbols.patch
===================================================================
RCS file: /cvs/extras/rpms/libtheora/devel/libtheora-1.0beta3-undef-nonweak-symbols.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtheora-1.0beta3-undef-nonweak-symbols.patch	19 Apr 2008 09:00:31 -0000	1.1
+++ libtheora-1.0beta3-undef-nonweak-symbols.patch	14 May 2008 20:48:26 -0000	1.2
@@ -5,7 +5,7 @@
  libtheoraenc_la_LDFLAGS = \
    -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \
    @THEORAENC_LDFLAGS@ $(OGG_LIBS)
-+libtheoraenc_la_LIBADD = libtheora.la
++libtheoraenc_la_LIBADD = libtheoradec.la
  
  libtheora_la_SOURCES = \
    cpu.c \
@@ -17,8 +17,8 @@
  	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  	$(libtheoradec_la_LDFLAGS) $(LDFLAGS) -o $@
 -libtheoraenc_la_LIBADD =
-+libtheoraenc_la_LIBADD = libtheora.la
-+libtheoraenc_la_DEPENDENCIES = libtheora.la
++libtheoraenc_la_LIBADD = libtheoradec.la
++libtheoraenc_la_DEPENDENCIES = libtheoradec.la
  am__libtheoraenc_la_SOURCES_DIST = cpu.c \
  	$(enc_arch_dir)/dct_decode_mmx.c $(enc_arch_dir)/dsp_mmx.c \
  	$(enc_arch_dir)/dsp_mmxext.c $(enc_arch_dir)/recon_mmx.c \


Index: libtheora.spec
===================================================================
RCS file: /cvs/extras/rpms/libtheora/devel/libtheora.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libtheora.spec	19 Apr 2008 09:00:31 -0000	1.26
+++ libtheora.spec	14 May 2008 20:48:26 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: Theora Video Compression Codec
 Name: libtheora
 Version: 1.0beta3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 0
 License: BSD
 Group: System Environment/Libraries
@@ -112,6 +112,9 @@
 
 
 %changelog
+* Wed May 14 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0:1.0beta3-2
+- Fix libtheoraenc getting build but not installed
+
 * Thu Apr 17 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0beta3-1
 - New upstream release 1.0beta3
 




More information about the fedora-extras-commits mailing list