[xmms-mp3] enable ipv6 (rfbz#4181)
by Leigh Scott
commit a5f3949d536a5803a4de9b17e7d47919633368ab
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Oct 16 16:09:09 2016 +0100
enable ipv6 (rfbz#4181)
xmms-mp3.spec | 51 +++++++++++++++++++++------------------------------
1 file changed, 21 insertions(+), 30 deletions(-)
---
diff --git a/xmms-mp3.spec b/xmms-mp3.spec
index 85fe8b9..ef92eb8 100644
--- a/xmms-mp3.spec
+++ b/xmms-mp3.spec
@@ -1,73 +1,64 @@
-%define inputplugindir %(xmms-config --input-plugin-dir 2>/dev/null)
-%define xmmsepoch 1
+%global inputplugindir %(xmms-config --input-plugin-dir 2>/dev/null)
+%global xmmsepoch 1
Summary: MP3 output plugin for XMMS
Name: xmms-mp3
Version: 1.2.11
-Release: 6.20071117cvs%{?dist}
-License: GPL
+Release: 7.20071117cvs%{?dist}
+License: GPL+
Group: Applications/Multimedia
URL: http://www.xmms.org/
Source: http://www.xmms.org/files/1.2.x/xmms-%{version}-20071117cvs.tar.gz
Requires: xmms-libs = %{xmmsepoch}:%{version}
-BuildRequires: gtk+-devel glib-devel
+BuildRequires: gtk+-devel
+BuildRequires: glib-devel
BuildRequires: xmms-devel = %{xmmsepoch}:%{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%ifarch x86_64
-BuildRequires: libtool
+BuildRequires: libtool
%endif
-# --------------------------------------------------------------------
-
%description
XMMS is a multimedia (Ogg Vorbis, CDs) player for the X Window System
with an interface similar to Winamp's. XMMS supports playlists and
-streaming content and has a configurable interface.
+streaming content and has a configurable interface.
This is the output plugin needed to play MP3 audio files.
-# --------------------------------------------------------------------
-
%prep
%setup -q -n xmms-%{version}-20071117cvs
-# --------------------------------------------------------------------
-
%build
%configure \
%ifarch athlon i686
--enable-simd \
%endif
- --enable-kanji --enable-texthack --enable-arts-shared
+ --enable-kanji \
+ --enable-texthack \
+ --enable-arts-shared \
+ --with-pic \
+ --enable-ipv6 \
+ --disable-esd \
+ --disable-static
perl -pi -e 's#\$\(top_builddir\)/libxmms/libxmms.la##g' Input/mpg123/Makefile
make -C Input/mpg123 \
%ifarch x86_64
LIBTOOL=/usr/bin/libtool \
%endif
- %{?_smp_mflags}
-
-# --------------------------------------------------------------------
+ %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{inputplugindir}
install -p -m 0755 Input/mpg123/.libs/libmpg123.so $RPM_BUILD_ROOT%{inputplugindir}
-# --------------------------------------------------------------------
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-# --------------------------------------------------------------------
-
-%files
-%defattr(-,root,root,-)
+%files
%{inputplugindir}/libmpg123.so
-# --------------------------------------------------------------------
-
%changelog
+* Sun Oct 16 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.11-7.20071117cvs
+- enable ipv6 (rfbz#4181)
+- spec file clean up
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 1.2.11-6.20071117cvs
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 2 months
[qmplay2/f23] Update to 16.10.14
by Martin Gansser
Summary of changes:
b824b08... Update to 16.10.14 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[qmplay2/f24] Update to 16.10.14
by Martin Gansser
Summary of changes:
b824b08... Update to 16.10.14 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[qmplay2/f25] Update to 16.10.14
by Martin Gansser
Summary of changes:
b824b08... Update to 16.10.14 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[qmplay2] Update to 16.10.14
by Martin Gansser
commit b824b08622eb719bfe267af7e543f4b6c302fa3b
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sun Oct 16 09:33:35 2016 +0200
Update to 16.10.14
.gitignore | 1 +
qmplay2.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e14885d..34caa29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/QMPlay2-src-16.09.04.tar.xz
/QMPlay2-src-16.09.21.tar.xz
/QMPlay2-src-16.09.24.tar.xz
+/QMPlay2-src-16.10.14.tar.xz
diff --git a/qmplay2.spec b/qmplay2.spec
index e3d5ba2..72a3f69 100644
--- a/qmplay2.spec
+++ b/qmplay2.spec
@@ -1,7 +1,7 @@
%global pname QMPlay2
Name: qmplay2
-Version: 16.09.24
+Version: 16.10.14
Release: 1%{?dist}
Summary: A Qt based media player, streamer and downloader
License: LGPLv3+
@@ -125,6 +125,9 @@ fi
%{_includedir}/%{pname}
%changelog
+* Sun Oct 16 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 16.10.14-1
+- Update to 16.10.14
+
* Sun Sep 25 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 16.09.24-1
- Update to 16.09.24
diff --git a/sources b/sources
index 7dbfb67..bebefae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87814680f75f8e87dec54fe081f73f79 QMPlay2-src-16.09.24.tar.xz
+eb9d65870edc68fcb82acc4ba9d0e657 QMPlay2-src-16.10.14.tar.xz
8 years, 2 months
[VirtualBox] Minor improves on VirtualBox-5.0.18-xserver_guest
by Sérgio M. Basto
commit 92f4bb5773a971eaa37a9348eb630b31786a6d29
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 15 17:09:29 2016 +0100
Minor improves on VirtualBox-5.0.18-xserver_guest
VirtualBox-5.0.18-xserver_guest.patch | 56 ++++++++++++++++-------------------
1 file changed, 25 insertions(+), 31 deletions(-)
---
diff --git a/VirtualBox-5.0.18-xserver_guest.patch b/VirtualBox-5.0.18-xserver_guest.patch
index 033d297..1a94a05 100644
--- a/VirtualBox-5.0.18-xserver_guest.patch
+++ b/VirtualBox-5.0.18-xserver_guest.patch
@@ -45,25 +45,17 @@ xf86_ansic.h doesn't exist anymore.
VBOX_DARWIN_OPENGL_INST = obj/VBoxOGL/GL/
VBOX_DARWIN_OPENGL_HEADERS = gl.h glu.h
---- ./src/VBox/Additions/common/crOpenGL/Makefile.kmk.orig 2016-10-12 02:45:13.748143934 +0100
-+++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2016-10-12 02:51:58.881590957 +0100
-@@ -67,6 +67,15 @@ endif
+--- ./src/VBox/Additions/common/crOpenGL/Makefile.kmk.orig 2016-10-15 16:06:41.137161024 +0100
++++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2016-10-15 16:09:48.477540551 +0100
+@@ -67,6 +67,7 @@ endif
VBoxOGL_TEMPLATE = VBOXCROGLR3GUESTDLL
VBoxOGL_INCS = .
if1of ($(KBUILD_TARGET), linux solaris freebsd)
-+ ifdef VBOX_USE_SYSTEM_XORG_HEADERS
-+ VBoxOGL_INCS += \
-+ /usr/include/X11 \
-+ /usr/include/xorg \
-+ /usr/include/pixman-1 \
-+ $(VBOX_MESA_INCS) \
-+ /usr/include/drm \
-+ /usr/include/libdrm
-+ else
++ ifndef VBOX_USE_SYSTEM_XORG_HEADERS
VBoxOGL_INCS += \
$(VBOX_PATH_X11_ROOT)/libXdamage-1.1 \
$(VBOX_PATH_X11_ROOT)/libXcomposite-0.4.0 \
-@@ -81,6 +90,7 @@ if1of ($(KBUILD_TARGET), linux solaris f
+@@ -81,6 +82,7 @@ if1of ($(KBUILD_TARGET), linux solaris f
$(VBOX_MESA_INCS) \
$(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13
VBoxOGL_DEFS += VBOX_NO_NATIVEGL
@@ -71,17 +63,13 @@ xf86_ansic.h doesn't exist anymore.
endif
ifdef VBoxOGL_DRI
-@@ -213,11 +223,19 @@ VBoxOGL_LIBS.win += \
+@@ -213,11 +215,15 @@ VBoxOGL_LIBS.win += \
$(PATH_STAGE_LIB)/additions/VBoxCrHgsmi$(VBOX_SUFF_LIB)
if1of ($(KBUILD_TARGET), linux solaris freebsd)
- VBoxOGL_LIBS += \
+ ifdef VBOX_USE_SYSTEM_XORG_HEADERS
-+ VBoxOGL_LIBS += \
-+ Xcomposite \
-+ Xdamage \
-+ Xfixes \
-+ Xext
++ VBoxOGL_LIBS += Xcomposite Xdamage Xfixes Xext
+ else
+ VBoxOGL_LIBS += \
$(PATH_STAGE_LIB)/libXcomposite.so \
@@ -92,6 +80,16 @@ xf86_ansic.h doesn't exist anymore.
ifdef VBoxOGL_FAKEDRI
ifeq ($(KBUILD_TARGET), freebsd)
VBoxOGL_LIBS += \
+@@ -709,7 +715,9 @@ $(VBOX_PATH_CROGL_GENFILES)/feedbackspu_
+
+ VBoxEGL_TEMPLATE = VBOXCROGLR3GUESTDLL
+ VBoxEGL_SOURCES = egl.c
++ifndef VBOX_USE_SYSTEM_XORG_HEADERS
+ VBoxEGL_INCS = $(VBOX_PATH_X11_ROOT)/mesa-11.0.7
++endif
+ VBoxEGL_LIBS = $(VBOX_LIB_OGL) $(VBOX_LIB_IPRT_GUEST_R3_SHARED)
+ VBoxEGL_SONAME.linux = libEGL.so.1
+
--- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.orig 2014-10-11 13:03:35.000000000 +0100
+++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 2014-10-12 00:11:00.925507543 +0100
@@ -40,9 +40,11 @@ LIBRARIES += \
@@ -117,15 +115,11 @@ xf86_ansic.h doesn't exist anymore.
SYSMODS := $(filter-out vboxvideo_drv%,$(SYSMODS))
vboxvideo_drv_system_TEMPLATE = VBOXGUESTR3XORGMOD
vboxvideo_drv_system_CFLAGS := \
---- ./src/VBox/Additions/common/crOpenGL/Makefile.kmk.orig 2016-10-12 02:45:13.748143934 +0100
-+++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2016-10-13 23:20:27.876516475 +0100
-@@ -709,7 +709,9 @@ $(VBOX_PATH_CROGL_GENFILES)/feedbackspu_
-
- VBoxEGL_TEMPLATE = VBOXCROGLR3GUESTDLL
- VBoxEGL_SOURCES = egl.c
-+ifndef VBOX_USE_SYSTEM_XORG_HEADERS
- VBoxEGL_INCS = $(VBOX_PATH_X11_ROOT)/mesa-11.0.7
-+endif
- VBoxEGL_LIBS = $(VBOX_LIB_OGL) $(VBOX_LIB_IPRT_GUEST_R3_SHARED)
- VBoxEGL_SONAME.linux = libEGL.so.1
-
+@@ -384,7 +384,6 @@ ifdef VBOX_USE_SYSTEM_XORG_HEADERS
+ vboxvideo_drv_system_DEFS := $(filter-out _XORG_SERVER_H_ _DIX_CONFIG_H_, $(vboxvideo_15_DEFS))
+ vboxvideo_drv_system_INCS += \
+ $(PATH_ROOT)/src/VBox/Runtime/include \
+- /usr/include/x11 \
+ /usr/include/xorg \
+ /usr/include/pixman-1
+ vboxvideo_drv_system_SOURCES := $(vboxvideo_drv_17_SOURCES)
8 years, 2 months
[VirtualBox] Minor issues
by Sérgio M. Basto
commit 59f1cc21cb879231a5ce92aba2ba8ddc111e938a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 15 03:11:37 2016 +0100
Minor issues
29-fix-ftbfs-as-needed.patch | 16 ----------------
VirtualBox-5.0.18-xserver_guest.patch | 2 +-
VirtualBox.spec | 7 ++++---
3 files changed, 5 insertions(+), 20 deletions(-)
---
diff --git a/VirtualBox-5.0.18-xserver_guest.patch b/VirtualBox-5.0.18-xserver_guest.patch
index d9d2ccb..033d297 100644
--- a/VirtualBox-5.0.18-xserver_guest.patch
+++ b/VirtualBox-5.0.18-xserver_guest.patch
@@ -53,7 +53,7 @@ xf86_ansic.h doesn't exist anymore.
if1of ($(KBUILD_TARGET), linux solaris freebsd)
+ ifdef VBOX_USE_SYSTEM_XORG_HEADERS
+ VBoxOGL_INCS += \
-+ /usr/include/x11 \
++ /usr/include/X11 \
+ /usr/include/xorg \
+ /usr/include/pixman-1 \
+ $(VBOX_MESA_INCS) \
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 3116942..611a851 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -25,7 +25,7 @@
Name: VirtualBox
Version: 5.1.6
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -49,7 +49,6 @@ Patch26: VirtualBox-4.3.0-no-bundles.patch
Patch27: VirtualBox-gcc.patch
# from Debian
Patch28: 02-gsoap-build-fix.patch
-Patch29: 29-fix-ftbfs-as-needed.patch
# glibc fix is just for glibc-2.24 (Fedora 25+) but Oracle opt by another fix
# https://www.virtualbox.org/ticket/15205
Patch34: VirtualBox-5.0.16-glibc.patch
@@ -268,7 +267,6 @@ rm -r src/libs/zlib-1.2.8/
%if 0%{?fedora} > 20
%patch28 -p1 -b .gsoap2
%endif
-%patch29 -p1 -b .as_need
%if 0%{?fedora} > 24
#patch34 -p1 -b .glibc
%endif
@@ -754,6 +752,9 @@ getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sat Oct 15 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-6
+- Minor issues
+
* Thu Oct 13 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-5
- Add more one ifdef in VirtualBox-5.0.18-xserver_guest.patch
8 years, 2 months