public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xine-lib] epel9-next: Sync with F-8.
@ 2026-07-20 20:00 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-07-20 20:00 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xine-lib
Branch : epel9-next
Commit : 55201a3d7bd4ff3212e18af4a3da7f23162aec03
Author : Ville Skyttä <scop@fedoraproject.org>
Date   : 2008-01-23T17:04:56+00:00
Stats  : +31/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/xine-lib/c/55201a3d7bd4ff3212e18af4a3da7f23162aec03?branch=epel9-next

Log:
Sync with F-8.

---
diff --git a/xine-lib-1.1.9.1-aoclose-429182.patch b/xine-lib-1.1.9.1-aoclose-429182.patch
new file mode 100644
index 0000000..e90c6be
--- /dev/null
+++ b/xine-lib-1.1.9.1-aoclose-429182.patch
@@ -0,0 +1,19 @@
+http://thread.gmane.org/gmane.comp.video.xine.devel/17682
+
+diff -up xine-lib-1.1.9.1/src/xine-engine/audio_out.c~ xine-lib-1.1.9.1/src/xine-engine/audio_out.c
+--- xine-lib-1.1.9.1/src/xine-engine/audio_out.c~	2008-01-01 15:30:09.000000000 +0200
++++ xine-lib-1.1.9.1/src/xine-engine/audio_out.c	2008-01-20 11:46:40.000000000 +0200
+@@ -1612,11 +1612,13 @@ static void ao_close(xine_audio_port_t *
+     xprintf (this->xine, XINE_VERBOSITY_DEBUG, "audio_out: no streams left, closing driver\n");
+ 
+     if (this->audio_loop_running) {
++#if 0
+       if (this->clock->speed == XINE_SPEED_PAUSE ||
+           (this->clock->speed != XINE_FINE_SPEED_NORMAL && !this->slow_fast_audio)) {
+         /* discard buffers, otherwise we'll wait forever */
+         ao_set_property(this_gen, AO_PROP_DISCARD_BUFFERS, 1);
+       }
++#endif
+       /* make sure there are no more buffers on queue */
+       fifo_wait_empty(this->out_fifo);
+     }

diff --git a/xine-lib.spec b/xine-lib.spec
index 100a7b0..6ff5bb1 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -33,7 +33,7 @@
 Summary:        Xine library
 Name:           xine-lib
 Version:        1.1.9.1
-Release:        1%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://xinehq.de/
@@ -46,6 +46,7 @@ Source2:        %{name}-mk-autotools-patch.sh
 # autotools patch created with source2
 Patch0:         %{name}-%{version}-autotools.patch.bz2
 Patch1:         %{name}-1.1.4-optflags.patch
+Patch2:         %{name}-1.1.9.1-aoclose-429182.patch
 Patch6:         %{name}-1.1.1-deepbind-939.patch
 Patch7:         %{name}-1.1.5-multilib-devel.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -161,6 +162,7 @@ touch -r configure.ac aclocal.m4
 touch -r m4/optimizations.m4 m4/optimizations.m4.stamp
 %patch1 -p1 -b .optflags
 touch -r m4/optimizations.m4.stamp m4/optimizations.m4
+%patch2 -p1 -b .aoclose
 # Patch6 needed at least when compiling with external ffmpeg, #939.
 %patch6 -p1 -b .deepbind
 %patch7 -p0 -b .multilib-devel
@@ -168,6 +170,9 @@ touch -r m4/optimizations.m4.stamp m4/optimizations.m4
 # Avoid standard rpaths on lib64 archs:
 sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
 
+# Quick and dirty fix for #429487, check if still needed in > 1.1.9.1:
+sed -i -e 's/^\(Version:\s*\).*/\1%{version}/i' misc/libxine.pc.in
+
 
 %build
 export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" "
@@ -386,6 +391,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.9.1-3
+- Fix version number in libxine.pc (#429487).
+
+* Sun Jan 20 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.9.1-2
+- Disable upstream "discard buffers on ao close" 1.1.9 changeset (#429182).
+
 * Sat Jan 12 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.9.1-1
 - 1.1.9.1 (security update).
 

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

* [rpms/xine-lib] epel9-next: Sync with F-8
@ 2026-07-20 20:00 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-07-20 20:00 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xine-lib
Branch : epel9-next
Commit : 05855294e3fca91f54ffcd426d261aef7699830b
Author : Ville Skyttä <scop@fedoraproject.org>
Date   : 2008-01-26T23:27:32+00:00
Stats  : +9/-13 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/xine-lib/c/05855294e3fca91f54ffcd426d261aef7699830b?branch=epel9-next

Log:
Sync with F-8

---
diff --git a/.cvsignore b/.cvsignore
index 56b7d0f..e2128b7 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
-xine-lib-1.1.9.1-pruned.tar.bz2
-xine-lib-1.1.9.1-autotools.patch.bz2
+xine-lib-1.1.10-pruned.tar.bz2
+xine-lib-1.1.10-autotools.patch.bz2

diff --git a/sources b/sources
index 8967d77..29adf6a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-012fbd83dec565a06697426620baf21e  xine-lib-1.1.9.1-pruned.tar.bz2
-fae182d050b231fff79eddf335b9a618  xine-lib-1.1.9.1-autotools.patch.bz2
+38b23253ba2fff335bb41cf8d7e87afe  xine-lib-1.1.10-pruned.tar.bz2
+823ca0360094a627857a303e069f5439  xine-lib-1.1.10-autotools.patch.bz2

diff --git a/xine-lib.spec b/xine-lib.spec
index 6ff5bb1..21601d6 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -32,8 +32,8 @@
 
 Summary:        Xine library
 Name:           xine-lib
-Version:        1.1.9.1
-Release:        3%{?dist}
+Version:        1.1.10
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://xinehq.de/
@@ -46,9 +46,7 @@ Source2:        %{name}-mk-autotools-patch.sh
 # autotools patch created with source2
 Patch0:         %{name}-%{version}-autotools.patch.bz2
 Patch1:         %{name}-1.1.4-optflags.patch
-Patch2:         %{name}-1.1.9.1-aoclose-429182.patch
 Patch6:         %{name}-1.1.1-deepbind-939.patch
-Patch7:         %{name}-1.1.5-multilib-devel.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # X11
 BuildRequires:  libX11-devel libXv-devel libXinerama-devel libXvMC-devel
@@ -162,17 +160,12 @@ touch -r configure.ac aclocal.m4
 touch -r m4/optimizations.m4 m4/optimizations.m4.stamp
 %patch1 -p1 -b .optflags
 touch -r m4/optimizations.m4.stamp m4/optimizations.m4
-%patch2 -p1 -b .aoclose
 # Patch6 needed at least when compiling with external ffmpeg, #939.
 %patch6 -p1 -b .deepbind
-%patch7 -p0 -b .multilib-devel
 
 # Avoid standard rpaths on lib64 archs:
 sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
 
-# Quick and dirty fix for #429487, check if still needed in > 1.1.9.1:
-sed -i -e 's/^\(Version:\s*\).*/\1%{version}/i' misc/libxine.pc.in
-
 
 %build
 export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" "
@@ -391,6 +384,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 27 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.10-1
+- 1.1.10 (security update).
+
 * Mon Jan 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.9.1-3
 - Fix version number in libxine.pc (#429487).
 

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

end of thread, other threads:[~2026-07-20 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:00 [rpms/xine-lib] epel9-next: Sync with F-8 
2026-07-20 20:00 

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