[ffms2] initial import
by Igor Gnatenko
commit a17a4579de0c8a8880cfcd481477295ddd6cdea9
Author: Igor Gnatenko <i.gnatenko.brain(a)gmail.com>
Date: Thu Jan 5 12:35:02 2017 +0100
initial import
Signed-off-by: Igor Gnatenko <i.gnatenko.brain(a)gmail.com>
.gitignore | 1 +
ffms2.spec | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 84 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bca25ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ffms2-2.23.tar.gz
diff --git a/ffms2.spec b/ffms2.spec
new file mode 100644
index 0000000..97b3797
--- /dev/null
+++ b/ffms2.spec
@@ -0,0 +1,82 @@
+Name: ffms2
+Version: 2.23
+Release: 1%{?dist}
+License: MIT
+Summary: Wrapper library around libffmpeg
+URL: https://github.com/FFMS/ffms2
+Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires: gcc
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pkgconfig(libavformat)
+BuildRequires: pkgconfig(libavcodec)
+BuildRequires: pkgconfig(libswscale)
+BuildRequires: pkgconfig(libavutil)
+BuildRequires: zlib-devel
+
+%description
+FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper
+library around libffmpeg, plus some additional components to deal with file
+formats libavformat has (or used to have) problems with.
+
+%package devel
+Summary: Development package for %{name}
+Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
+
+%description devel
+FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper
+library around libffmpeg, plus some additional components to deal with file
+formats libavformat has (or used to have) problems with.
+
+%prep
+%autosetup
+sed -i 's/\r$//' COPYING
+
+%build
+autoreconf -vfi
+%configure --disable-static --disable-silent-rules
+%make_build
+
+%install
+%make_install
+rm %{buildroot}%{_libdir}/lib%{name}.la
+rm -rf %{buildroot}%{_docdir}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%license COPYING
+%doc README.md
+%{_bindir}/ffmsindex
+%{_libdir}/lib%{name}.so.*
+
+%files devel
+%doc doc/*
+%{_libdir}/lib%{name}.so
+%{_includedir}/ffms*
+%{_libdir}/pkgconfig/%{name}.pc
+
+%changelog
+* Thu Jan 05 2017 Igor Gnatenko <i.gnatenko.brain(a)gmail.com> - 2.23-1
+- Update to 2.23
+
+* Tue Aug 30 2016 Igor Gnatenko <i.gnatenko.brain(a)gmail.com> - 2.22-3
+- Couple of trivial fixes
+
+* Tue Jun 14 2016 Arkady L. Shane <ashejn(a)russianfedora.pro> - 2.2-2
+- rebuilt against new ffmpeg
+
+* Wed Nov 04 2015 Vasiliy N. Glazov <vascom2(a)gmail.com> 2.22-1
+- Update to 2.22
+
+* Sun Jun 28 2015 Ivan Epifanov <isage.dna(a)gmail.com> - 2.21-1
+- Update to 2.21
+
+* Mon Jan 5 2015 Ivan Epifanov <isage.dna(a)gmail.com> - 2.20-1
+- Update to 2.20
+
+* Fri Mar 28 2014 Ivan Epifanov <isage.dna(a)gmail.com> - 2.19-1
+- Initial spec for Fedora
diff --git a/sources b/sources
index e69de29..bfe29f1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e7728ae581e278ade6bc9f204faaff9e ffms2-2.23.tar.gz
7 years, 10 months
[kodi/f25] Update to 17.0 RC2
by Michael Cronenworth
Summary of changes:
f2829dc... Update to 17.0 RC2 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[kodi] Update to 17.0 RC2
by Michael Cronenworth
commit f2829dcbbd8b61db5727bf719b25bb454985ab8a
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Jan 4 19:26:11 2017 -0600
Update to 17.0 RC2
.gitignore | 1 +
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
sources | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2782aa8..38f63d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/kodi-17.0rc1-patched.tar.xz
+/kodi-17.0rc2-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index db92402..57a464e 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0rc1
+MINORVERSION=0rc2
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 8d9cefb..c363cec 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE rc1
+%global PRERELEASE rc2
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -8,7 +8,7 @@
Name: kodi
Version: 17.0
-Release: 0.11.%{PRERELEASE}%{?dist}
+Release: 0.12.%{PRERELEASE}%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -410,6 +410,9 @@ fi
%changelog
+* Wed Jan 04 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.11.rc2
+- Kodi 17 RC2
+
* Thu Dec 29 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.11.rc1
- Kodi 17 RC1
diff --git a/sources b/sources
index 5d5abf1..8cfd057 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bca188b2d3a11839bbe9eab745d1a21 kodi-17.0rc1-patched.tar.xz
+553c44196e3199298b2c62048d3c4f91 kodi-17.0rc2-patched.tar.xz
7 years, 10 months
[x264/el7] rework asm treatment on i686 and ppc64
by Nicolas Chauvet
commit 945e29bf663afe93ebee112fa62651d4c22755e8
Author: Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net>
Date: Sun Aug 28 00:38:52 2016 +0200
rework asm treatment on i686 and ppc64
- fix adding the 10b suffix to the library name
- correct the list of ASM-enabled arches:
* ppc64 can be Power5, which doesn't have AltiVec
* ppc64le always has it
* no implementation for sparc
- force non-executable stack on armv7 (#3975)
- explicitly disable OpenCL support, it's dlopened at the moment
and not working without ocl-icd-devel
- drop doc and license from main package, libs already contain it
- update URL
x264-10b.patch | 37 ++++++++++++++++++
x264.spec | 116 ++++++++++++++++++++++++++++++++++++++-------------------
2 files changed, 114 insertions(+), 39 deletions(-)
---
diff --git a/x264-10b.patch b/x264-10b.patch
new file mode 100644
index 0000000..6c58b9f
--- /dev/null
+++ b/x264-10b.patch
@@ -0,0 +1,37 @@
+diff -up generic10/configure.10b generic10/configure
+--- generic10/configure.10b 2016-08-26 19:48:41.447839506 +0200
++++ generic10/configure 2016-08-26 19:49:26.902033893 +0200
+@@ -1372,6 +1374,12 @@ PROF_USE_LD=$PROF_USE_LD
+ HAVE_OPENCL=$opencl
+ EOF
+
++if [ "$bit_depth" -gt "8" ]; then
++ echo "LIBNAME=libx264${bit_depth}b" >> config.mak
++else
++ echo "LIBNAME=libx264" >> config.mak
++fi
++
+ if [ $compiler_style = MS ]; then
+ echo '%.o: %.c' >> config.mak
+ echo ' $(CC) $(CFLAGS) -c -Fo$@ $<' >> config.mak
+@@ -1410,7 +1418,7 @@ if [ "$shared" = "yes" ]; then
+ echo "SOFLAGS=-shared -Wl,-h,\$(SONAME) $SOFLAGS" >> config.mak
+ else
+ echo "SOSUFFIX=so" >> config.mak
+- echo "SONAME=libx264.so.$API" >> config.mak
++ echo "SONAME=\$(LIBNAME).so.$API" >> config.mak
+ echo "SOFLAGS=-shared -Wl,-soname,\$(SONAME) $SOFLAGS" >> config.mak
+ fi
+ echo 'default: lib-shared' >> config.mak
+diff -up generic10/Makefile.10b generic10/Makefile
+--- generic10/Makefile.10b 2016-06-14 14:04:37.000000000 +0200
++++ generic10/Makefile 2016-08-26 19:48:41.449839514 +0200
+@@ -302,7 +302,7 @@ ifneq ($(IMPLIBNAME),)
+ $(INSTALL) -m 755 $(SONAME) $(DESTDIR)$(bindir)
+ $(INSTALL) -m 644 $(IMPLIBNAME) $(DESTDIR)$(libdir)
+ else ifneq ($(SONAME),)
+- ln -f -s $(SONAME) $(DESTDIR)$(libdir)/libx264.$(SOSUFFIX)
++ ln -f -s $(SONAME) $(DESTDIR)$(libdir)/$(LIBNAME).$(SOSUFFIX)
+ $(INSTALL) -m 755 $(SONAME) $(DESTDIR)$(libdir)
+ endif
+
diff --git a/x264.spec b/x264.spec
index 25a44f4..3f60dfa 100644
--- a/x264.spec
+++ b/x264.spec
@@ -14,31 +14,42 @@
%global _without_libswscale 1
}
#Whitelist of arches with dedicated ASM code
-#i686 is disabled on purpose - re-enabled with sse2 build
-%ifnarch x86_64 armv7hl armv7hnl ppc ppc64 %{sparc} aarch64
+%global asmarch x86_64 armv7hl armv7hnl ppc64le aarch64
+# list of arches where ASM must be optional
+%global simdarch i686 ppc64
+%ifnarch %{asmarch}
%global _without_asm 1
%endif
+%ifarch i686
+%global slibdir %{_libdir}/sse2
+%endif
+%ifarch ppc64
+%global slibdir %{_libdir}/altivec
+%endif
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 10%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 11%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
-URL: http://developers.videolan.org/x264.html
+URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
Source1: x264-snapshot.sh
-BuildRequires: perl-Digest-MD5
# don't remove config.h and don't re-run version.sh
Patch0: x264-nover.patch
+# add 10b suffix to high bit depth build
+Patch1: x264-10b.patch
Patch10: x264-gpac.patch
%{!?_without_gpac:BuildRequires: gpac-devel-static zlib-devel openssl-devel libpng-devel libjpeg-devel}
%{!?_without_libavformat:BuildRequires: ffmpeg-devel}
%{?_with_ffmpegsource:BuildRequires: ffmpegsource-devel}
-%{!?_without_asm:BuildRequires: yasm >= 1.0.0}
-# for sse2 build
-%ifarch i686
+# https://bugzilla.rpmfusion.org/show_bug.cgi?id=3975
+%ifarch armv7hl armv7hnl
+BuildRequires: execstack
+%endif
+%ifarch %{asmarch} %{simdarch}
BuildRequires: yasm >= 1.0.0
%endif
# we need to enforce the exact EVR for an ISA - not only the same ABI
@@ -73,6 +84,7 @@ This package contains the development files.
%{?_without_libavformat:--disable-lavf} \\\
%{?_without_libswscale:--disable-swscale} \\\
%{!?_with_ffmpegsource:--disable-ffms} \\\
+ --disable-opencl \\\
--enable-debug \\\
--enable-shared \\\
--system-libx264 \\\
@@ -82,12 +94,13 @@ This package contains the development files.
%setup -q -c -n %{name}-0.%{api}-%{snapshot}
pushd %{name}-0.%{api}-%{snapshot}
%patch0 -p1 -b .nover
+%patch1 -p1 -b .10b
%patch10 -p1 -b .gpac
popd
variants="generic generic10"
-%ifarch i686
-variants="$variants simd"
+%ifarch %{simdarch}
+variants="$variants simd simd10"
%endif
for variant in $variants ; do
rm -rf ${variant}
@@ -103,78 +116,103 @@ pushd generic
%{__make} %{?_smp_mflags}
popd
-%ifarch i686
+pushd generic10
+%{x_configure}\
+ %{?_without_asm:--disable-asm}\
+ --disable-cli\
+ --bit-depth=10
+
+%{__make} %{?_smp_mflags}
+popd
+
+%ifarch %{simdarch}
pushd simd
%{x_configure}\
- --libdir=%{_libdir}/sse2
+ --libdir=%{slibdir}
%{__make} %{?_smp_mflags}
popd
-%endif
-pushd generic10
+pushd simd10
%{x_configure}\
-%ifnarch i686
- %{?_without_asm:--disable-asm}\
-%endif
+ --disable-cli\
+ --libdir=%{slibdir}\
--bit-depth=10
-sed -i -e "s/SONAME=libx264.so./SONAME=libx26410b.so./" config.mak
-
%{__make} %{?_smp_mflags}
popd
+%endif
%install
-pushd generic
+for variant in generic generic10 ; do
+pushd ${variant}
%make_install
popd
-%ifarch i686
-pushd simd
+done
+%ifarch %{simdarch}
+for variant in simd simd10 ; do
+pushd ${variant}
%make_install
-rm %{buildroot}%{_libdir}/*/pkgconfig/x264.pc
+rm %{buildroot}%{slibdir}/pkgconfig/x264.pc
popd
+done
%endif
-pushd generic10
-SONAME=`grep "^SONAME=" config.mak`
-export $SONAME
-install -m 755 ${SONAME} %{buildroot}%{_libdir}
-ln -fs ${SONAME} %{buildroot}%{_libdir}/libx26410b.so
-popd
#Fix timestamp on x264 generated headers
touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_includedir}/x264_config.h
+# https://bugzilla.rpmfusion.org/show_bug.cgi?id=3975
+%ifarch armv7hl armv7hnl
+execstack -c %{buildroot}%{_libdir}/libx264{,10b}.so.%{api}
+%endif
+
+install -dm755 %{buildroot}%{_pkgdocdir}
+install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files
-%doc generic/AUTHORS
-%license generic/COPYING
%{_bindir}/x264
%files libs
-%doc generic/AUTHORS
-%license generic/COPYING
+%dir %{_pkgdocdir}
+%{_pkgdocdir}/AUTHORS
+%license %{_pkgdocdir}/COPYING
%{_libdir}/libx264.so.%{api}
-%ifarch i686
-%{_libdir}/sse2/libx264.so.%{api}
-%endif
%{_libdir}/libx26410b.so.%{api}
+%ifarch %{simdarch}
+%{slibdir}/libx264.so.%{api}
+%{slibdir}/libx26410b.so.%{api}
+%endif
%files devel
%doc generic/doc/*
%{_includedir}/x264.h
%{_includedir}/x264_config.h
%{_libdir}/libx264.so
+%{_libdir}/libx26410b.so
%{_libdir}/pkgconfig/%{name}.pc
-%ifarch i686
-%{_libdir}/sse2/libx264.so
+%ifarch %{simdarch}
+%{slibdir}/libx264.so
+%{slibdir}/libx26410b.so
%endif
-%{_libdir}/libx26410b.so
%changelog
+* Fri Aug 26 2016 Dominik Mierzejewski <rpm(a)greysector.net> - 0.148-11.20160614gita5e06b9
+- rework asm treatment on i686 and ppc64
+- fix adding the 10b suffix to the library name
+- correct the list of ASM-enabled arches:
+ * ppc64 can be Power5, which doesn't have AltiVec
+ * ppc64le always has it
+ * no implementation for sparc
+- force non-executable stack on armv7 (#3975)
+- explicitly disable OpenCL support, it's dlopened at the moment
+ and not working without ocl-icd-devel
+- drop doc and license from main package, libs already contain it
+- update URL
+
* Thu Aug 18 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-10.20160614gita5e06b9
- Add license tag also to x264-libs
7 years, 10 months
[x264/el7] Revert "Bootstrap x264"
by Nicolas Chauvet
commit 33b4b822335ac55213ea334aebc7f46ce364524e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jan 4 16:00:05 2017 +0100
Revert "Bootstrap x264"
This reverts commit 3a6f8838be539bf6bfc7c456fd49b9595ef2a223.
x264.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index bcab5aa..25a44f4 100644
--- a/x264.spec
+++ b/x264.spec
@@ -6,7 +6,7 @@
%global gver .%{gitdate}git%{gitversion}
%global branch stable
-%global _with_bootstrap 1
+#global _with_bootstrap 1
%{?_with_bootstrap:
%global _without_gpac 1
@@ -22,7 +22,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 0%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 10%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: http://developers.videolan.org/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
7 years, 10 months
[gpac/el7] (10 commits) ...Update to 0.6.1
by Nicolas Chauvet
Summary of changes:
f86cca6... * Tue Mar 25 2014 Sérgio Basto <sergio(a)serjux.com> - 0.5.0 (*)
e8308cf... Rebuilt for ffmpeg-2.3 (*)
f92d8fd... * Mon Sep 15 2014 Sérgio Basto <sergio(a)serjux.com> - 0.5.0 (*)
477ea08... * Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5 (*)
5bc1615... Rebuilt for FFmpeg 2.4.3 (*)
fe0f1ac... Update gpac to lastest svn (*)
6f37385... Update to 0.5.2 (*)
71acd88... Update to 0.6.0 (*)
efa8bba... Update to 0.6.0 (*)
b9cc1ff... Update to 0.6.1 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[gstreamer-plugins-ugly/el7] squashed merge from master to el7
by Nicolas Chauvet
commit d02e3e09e878d96c9fcdd74b4e889f573950ca0c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jan 4 13:08:44 2017 +0100
squashed merge from master to el7
0002-fix-build-with-new-gtkdoc.patch | 18 ++
gstreamer-plugins-ugly.spec | 427 +++--------------------------------
2 files changed, 45 insertions(+), 400 deletions(-)
---
diff --git a/0002-fix-build-with-new-gtkdoc.patch b/0002-fix-build-with-new-gtkdoc.patch
new file mode 100644
index 0000000..34dae3f
--- /dev/null
+++ b/0002-fix-build-with-new-gtkdoc.patch
@@ -0,0 +1,18 @@
+Fix Building with GTK-Doc >= 1.25
+
+GTK-Doc >= 1.25 No longer generates index.sgml files, so do not try
+to fix them up.
+
+diff -up gst-plugins-ugly-0.10.19/docs/plugins/Makefile.in~ gst-plugins-ugly-0.10.19/docs/plugins/Makefile.in
+--- gst-plugins-ugly-0.10.19/docs/plugins/Makefile.in~ 2012-02-21 02:06:11.000000000 +0100
++++ gst-plugins-ugly-0.10.19/docs/plugins/Makefile.in 2016-05-21 12:00:59.085435822 +0200
+@@ -917,9 +917,6 @@ update:
+ @ENABLE_GTK_DOC_TRUE@ fi; \
+ @ENABLE_GTK_DOC_TRUE@ fi; \
+ @ENABLE_GTK_DOC_TRUE@ cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE)
+-@ENABLE_GTK_DOC_TRUE@ @mv html/index.sgml html/index.sgml.bak
+-@ENABLE_GTK_DOC_TRUE@ @$(SED) "s/ href=\"$(DOC_MODULE)\// href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
+-@ENABLE_GTK_DOC_TRUE@ @rm -f html/index.sgml.bak
+ @ENABLE_GTK_DOC_TRUE@ @rm -f html/$(DOC_MAIN_SGML_FILE)
+ @ENABLE_GTK_DOC_TRUE@ @rm -rf html/xml
+ @ENABLE_GTK_DOC_TRUE@ @rm -f html/version.entities
diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec
index 2d59eda..9ca4679 100644
--- a/gstreamer-plugins-ugly.spec
+++ b/gstreamer-plugins-ugly.spec
@@ -11,12 +11,13 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.19
-Release: 14%{?dist}
+Release: 21%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{...
Patch1: 0001-new-libcdio.patch
+Patch2: 0002-fix-build-with-new-gtkdoc.patch
Requires: %{gstreamer} >= %{gst_minver}
BuildRequires: %{gstreamer}-devel >= %{gst_minver}
BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
@@ -74,6 +75,7 @@ be shipped in gstreamer-plugins-good because:
%prep
%setup -q -n gst-plugins-ugly-%{version}
%patch1 -p1
+%patch2 -p1
%build
@@ -95,7 +97,8 @@ be shipped in gstreamer-plugins-good because:
%files -f gst-plugins-ugly-%{majorminor}.lang
-%doc AUTHORS COPYING README REQUIREMENTS
+%doc AUTHORS README REQUIREMENTS
+%license COPYING
%{_datadir}/gstreamer-%{majorminor}
# Plugins without external dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
@@ -114,9 +117,6 @@ be shipped in gstreamer-plugins-good because:
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so
-%if 0%{?fedora} <= 17
-%{_libdir}/gstreamer-%{majorminor}/libgstsid.so
-%endif
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
@@ -125,6 +125,28 @@ be shipped in gstreamer-plugins-good because:
%changelog
+* Wed Jan 04 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.19-21
+- Clean-up sidplay
+
+* Fri Nov 18 2016 Adrian Reber <adrian(a)lisas.de> - 0.10.19-20
+- Rebuilt for libcdio-0.94
+
+* Sat May 21 2016 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.10.19-19
+- Fix FTBFS
+- Prune changelog
+
+* Mon Sep 01 2014 Sérgio Basto <sergio(a)serjux.com> - 0.10.19-18
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Mar 22 2014 Sérgio Basto <sergio(a)serjux.com> - 0.10.19-17
+- Rebuilt for x264
+
+* Thu Mar 06 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.19-16
+- Rebuilt for x264
+
+* Fri Feb 21 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.19-15
+- Rebuilt
+
* Tue Nov 05 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.19-14
- Rebuilt for x264/FFmpeg
@@ -202,398 +224,3 @@ be shipped in gstreamer-plugins-good because:
- Temporarily boost mp3parse element rank so that it gets prefered
over the new (and buggy) mpegaudioparse element from
gstreamer-plugins-bad-free (gnome#641047)
-
-* Fri Oct 15 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.16-2
-- Rebuilt for gcc bug
-
-* Sun Sep 12 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.16-1
-- New upstream release 0.10.15
-
-* Sat Jul 17 2010 Hans de Goede <j.w.r.degoede(a)gmail.com> 0.10.15-2
-- Rebuild for new x264
-- Make devel-docs subpackage noarch (rf#1310)
-
-* Sun Jun 13 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.15-1
-- New upstream release 0.10.15
-
-* Sat May 29 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.14-2
-- Rebuild for new libx264 (rfbz#1235)
-- Build and package gtk-doc (rbfz#1213)
-
-* Sun Mar 14 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.14-1
-- New upstream release 0.10.14
-
-* Mon Jan 25 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-2
-- Rebuild for new libcdio and new x264
-
-* Sat Nov 7 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-1
-- New upstream release 0.10.13
-
-* Fri Nov 06 2009 Dominik Mierzejewski <rpm(a)greysector.net> - 0.10.12-4
-- Fix compilation against current x264
-
-* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.10.12-3
-- rebuilt
-
-* Tue Aug 11 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.12-2
-- Add patch which adds amrnb / amrwb decoding using opencore-amr
-
-* Fri Jun 19 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.12-1
-- New upstream release 0.10.12
-
-* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-2
-- Rebuild for changes in the gstreamer provides script
-
-* Sun Mar 22 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-1
-- New upstream release 0.10.11
-
-* Sun Jan 25 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.10-5
-- Rebase asfdemux patches too latest upstream git
-
-* Fri Jan 23 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.10-4
-- Patch asfdemux plugin to properly handle seeking with push based sources
-
-* Wed Jan 21 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.10-3
-- Rebuild for new libcdio (rpmfusion 335)
-
-* Mon Dec 29 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.10-2
-- Take a stab at fixing rpmfusion bug 282
-
-* Wed Dec 17 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.10-1
-- New upstream release 0.10.10
-- Backport some mpeg2dec crash fixes from CVS
-
-* Tue Nov 4 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.9-2
-- Fix decoding of certain mp3 files (rpmfusion bug 108)
-
-* Sat Sep 14 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.9-1
-- New upstream release 0.10.9
-
-* Fri Aug 15 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-3
-- Fix building of dvdread plugin with libdvdread includes rename
-
-* Wed Jul 23 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-2
-- Release bump for rpmfusion
-
-* Thu May 22 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-1
-- New upstream release 0.10.8
-- Drop upstreamed patches
-
-* Sun Feb 24 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.7-1
-- New upstream release 0.10.7
-- Drop upstreamed patches
-
-* Tue Dec 18 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.6-5
-- Fix a crash when reading certain DVD's (livna #1770, gnome #358891)
-
-* Sun Dec 9 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.6-4
-- Add patch which makes asf ask its source if it can convert a timestamp
- to a byte offset before doing byte based seeking, this makes mms/mmsh
- seeking (supported in gstreamer-plugins-bad-0.10.5-12) much smoother,
- as gstmmssrc can actually do that
-
-* Mon Nov 26 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.6-3
-- Rebuild for new libdvdread (bz 1738)
-
-* Mon Oct 8 2007 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.6-2
-- Merge livna spec bugfixes into freshrpms spec for rpmfusion:
-- Set release to 2 to be higher as both livna and freshrpms latest release
-- Set package name and origin to rpmfusion
-- Remove amrnb plugin because of licensing issues
-- Update license tag in accordance with new license tag guidelines
-- Add a patch to fix "streaming task paused, reason error (-5)" with certain
- mp3's (livna bug 1625)
-- Build in livna development for testing and for new ffmpeg in livna
-
-* Tue Aug 21 2007 Matthias Saou <http://freshrpms.net/> 0.10.6-1
-- Update to 0.10.6.
-
-* Wed Mar 30 2007 Matthias Saou <http://freshrpms.net/> 0.10.5-2
-- Remove gtk-doc entirely, do devel package too.
-
-* Fri Dec 15 2006 Matthias Saou <http://freshrpms.net/> 0.10.5-1
-- Update to 0.10.5.
-- Remove no longer needed AC3 sound patch.
-
-* Sun Nov 26 2006 Paulo Roma <roma(a)lcg.ufrj.br> 0.10.4-3
-- Patched to fix AC3 sound.
-
-* Tue Oct 17 2006 Matthias Saou <http://freshrpms.net/> 0.10.4-2
-- Include translations which are now built.
-
-* Sun Sep 17 2006 Matthias Saou <http://freshrpms.net/> 0.10.4-1
-- Update to 0.10.4.
-
-* Wed Apr 19 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-1
-- Update to 0.10.3.
-- Remove no longer needed asfdemux fixes patch.
-- Include new dvdsub plugin.
-- Still don't add and include dvdnav plugin, "not stable yet".
-
-* Tue Mar 28 2006 Matthias Saou <http://freshrpms.net/> 0.10.2-2
-- Include backported asfdemux fixes patch from Daniel S. Rogers.
-
-* Wed Feb 22 2006 Matthias Saou <http://freshrpms.net/> 0.10.2-1
-- Update to 0.10.2.
-- Add libgstasf.so.
-- Enable re-added libgstdvdread.so.
-
-* Thu Jan 19 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-1
-- Update to 0.10.1.
-
-* Fri Dec 16 2005 Matthias Saou <http://freshrpms.net/> 0.10.0.1-1
-- Update to CVS snapshot.
-- Enable amrnb support.
-
-* Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.10.0-0.gst.1
-- new release
-
-* Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.7-0.gst.1
-- new release with 0.10 major/minor
-- added mpegstream
-
-* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- new release
-
-* Tue Oct 25 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.4-0.gst.1
-- added a52dec plugin
-- new release
-
-* Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.3-0.gst.1
-- new release
-- add -devel and -docs
-
-* Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- clean out for split into ugly
-
-* Mon Feb 14 2005 Christian Schaller <christian at fluendo dot com>
-- Add vnc plugin
-
-* Wed Jan 19 2005 Christian Schaller <christian at fluendo dot com>
-- add dv1394 plugin
-
-* Wed Dec 22 2004 Christian Schaller <christian at fluendo dot com>
-- Add -plugins- to plugin names
-
-* Thu Dec 9 2004 Christian Schaller <christian a fluendo dot com>
-- Add the mms plugin
-
-* Wed Oct 06 2004 Christian Schaller <christian at fluendo dot com>
-- Add Wim's new mng decoder plugin
-- add shout2 plugin for Zaheer, hope it is correctly done :)
-
-* Wed Sep 29 2004 Christian Schaller <uraeus at gnome dot org>
-- Fix USE statement for V4L2
-
-* Thu Sep 28 2004 Christian Schaller <uraeus at gnome dot org>
-- Remove kio plugin (as it was broken)
-
-* Wed Sep 21 2004 Christian Schaller <uraeus at gnome dot org>
-- Reorganize SPEC to fit better with fedora.us and freshrpms.net packages
-- Make sure gstinterfaces.so is in the package
-- Add all new plugins
-
-* Mon Mar 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
-- put back media-info
-- add ffmpegcolorspace plugin
-
-* Sun Mar 07 2004 Christian Schaller <Uraeus(a)gnome.org>
-- Remove rm commands for media-info stuff
-- Add libdir/*
-
-* Thu Mar 04 2004 Christian Schaller <Uraeus(a)gnome.org>
-- Add missing gconf schema install in %%post
-
-* Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
-- Libraries/Multimedia doesn't exist, remove it
-
-* Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
-- added speex plugin.
-
-* Mon Mar 01 2004 Thomas Vander Stichele <thomas at apestaart dot org>
-- Cleaned up the mess. Could we PLEASE keep this sort of organized and
-- alphabetic for easy lookup ?
-
-* Fri Feb 13 2004 Christian Schaller <Uraeus(a)gnome.org>
-- Added latest new headers
-
-* Wed Jan 21 2004 Christian Schaller <Uraeus(a)gnome.org>
-- added NAS plugin
-- added i18n locale dir
-
-* Fri Jan 16 2004 Christian Schaller <uraeus(a)gnome.org>
-- added libcaca plugin
-- added libgstcolorspace - fixed name of libgsthermescolorspace
-
-* Wed Jan 14 2004 Christian Schaller <uraeus(a)gnome.org>
-- Add gamma plugin
-- Have the pixbuf plugin deleted for now
-
-* Wed Dec 18 2003 Christian Schaller <Uraeus(a)gnome.org>
-- remove gsttagediting.h as it is gone
-- replace it with gst/tag/tag.h
-
-* Sun Nov 23 2003 Christian Schaller <Uraeus(a)gnome.org>
-- Update spec file for latest changes
-- add faad plugin
-
-* Thu Oct 16 2003 Christian Schaller <Uraeus(a)gnome.org>
-- Add new colorbalance and tuner and xoverlay stuff
-- Change name of kde-audio-devel to arts-devel
-
-* Sat Sep 27 2003 Christian Schaller <Uraeus(a)gnome.org>
-- Add majorminor to man page names
-- add navigation lib to package
-
-* Tue Sep 11 2003 Christian Schaller <Uraeus(a)gnome.org>
-- Add -%%{majorminor} to each instance of gst-register
-
-* Tue Aug 19 2003 Christian Schaller <Uraeus(a)Gnome.org>
-- Add new plugins
-
-* Sat Jul 12 2003 Thomas Vander Stichele <thomas at apestaart dot org>
-- move gst/ mpeg plugins to base package
-- remove hermes conditional from snapshot
-- remove one instance of resample plugin
-- fix up silly versioned plugins efence and rmdemux
-
-* Sat Jul 05 2003 Christian Schaller <Uraeus(a)gnome.org>
-- Major overhaul of SPEC file to make it compatible with what Red Hat ships
- as default
-- Probably a little less sexy, but cross-distro SPEC files are a myth anyway
- so making it convenient for RH users wins out
-- Keeping conditionals even with new re-org so that developers building the
- RPMS don't need everything installed
-- Add bunch of obsoletes to ease migration from earlier official GStreamer RPMS
-- Remove plugins that doesn't exist anymore
-
-* Sun Mar 02 2003 Christian Schaller <Uraeus(a)gnome.org>
-- Remove USE_RTP statement from RTP plugin
-- Move RTP plugin to no-deps section
-
-* Sat Mar 01 2003 Christian Schaller <Uraeus(a)gnome.org>
-- Remove videosink from SPEC
-* Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
-- various fixes
-- make video output packages provide gstreamer-videosink
-
-* Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
-- split out ffmpeg stuff to separate plugin
-
-* Fri Dec 27 2002 Thomas Vander Stichele <thomas at apestaart dot org>
-- add virtual provides for audio sources and sinks
-
-* Sun Dec 15 2002 Christian Schaller <Uraeus(a)linuxrising.org>
-- Update mpeg2dec REQ to be 0.3.1
-
-* Tue Dec 10 2002 Thomas Vander Stichele <thomas at apestaart dot org>
-- only install schema once
-- move out devel lib stuff to -devel package
-
-* Sun Dec 08 2002 Thomas Vander Stichele <thomas at apestaart dot org>
-- fix location of libgstpng
-- changes for parallel installability
-
-* Thu Nov 28 2002 Christian Schaller <Uraeus(a)linuxrising.org>
-- Put in libgstpng plugin
-- rm the libgstmedia-info stuff until thomas think they are ready
-
-* Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
-- don't use compprep until ABI issues can be fixed
-
-* Wed Oct 30 2002 Thomas Vander Stichele <thomas at apestaart dot org>
-- added smpte plugin
-- split out dvdnavread package
-- fixed snapshot deps and added hermes conditionals
-
-* Tue Oct 29 2002 Thomas Vander Stichele <thomas at apestaart dot org>
-- added -play package, libs, and .pc files
-
-* Thu Oct 24 2002 Christian Schaller <Uraeus(a)linuxrising.org>
-- Added wavenc to audio formats package
-
-* Sat Oct 20 2002 Christian Scchaller <Uraeus(a)linuxrising.org>
-- Removed all .la files
-- added separate non-openquicktime demuxer plugin
-- added snapshot plugin
-- added videotest plugin
-- Split avi plugin out to avi and windec plugins since aviplugin do not depend on avifile
-- Added cdplayer plugin
-
-* Fri Sep 20 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- added gst-compprep calls
-
-* Wed Sep 18 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- add gst-register-%%{majorminor} calls everywhere again since auto-reregister doesn't work
-- added gstreamer-audio-formats to mad's requires since it needs the typefind
- to work properly
-
-* Mon Sep 9 2002 Christian Schaller <Uraeus(a)linuxrising.org>
-- Added v4l2 plugin
-* Thu Aug 27 2002 Christian Schaller <Uraeus(a)linuxrising.org>
-- Fixed USE_DV_TRUE to USE_LIBDV_TRUE
-- Added Gconf and floatcast headers to gstreamer-plugins-devel package
-- Added mixmatrix plugin to audio-effects package
-
-* Thu Jul 11 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- fixed oss package to buildrequire instead of require glibc headers
-
-* Mon Jul 08 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- fixed -devel package group
-
-* Fri Jul 05 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- release 0.4.0 !
-- added gstreamer-libs.pc
-- removed all gst-register-%%{majorminor} calls since this should be done automatically now
-
-* Thu Jul 04 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- fix issue with SDL package
-- make all packages STRICTLY require the right version to avoid
- ABI issues
-- make gst-plugins obsolete gst-plugin-libs
-- also send output of gst-register-%%{majorminor} to /dev/null to lower the noise
-
-* Wed Jul 03 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- require glibc-devel instead of glibc-kernheaders since the latter is only
- since 7.3 and glibc-devel pulls in the right package anyway
-
-* Sun Jun 23 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- changed header location of plug-in libs
-
-* Mon Jun 17 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- major cleanups
-- adding gst-register-%%{majorminor} on postun everywhere
-- remove ldconfig since we don't actually install libs in system dirs
-- removed misc package
-- added video-effects
-- dot every Summary
-- uniformify all descriptions a little
-
-* Thu Jun 06 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- various BuildRequires: additions
-
-* Tue Jun 04 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- added USE_LIBADSPA_TRUE bits to ladspa package
-
-* Mon Jun 03 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- Added libfame package
-
-* Mon May 12 2002 Christian Fredrik Kalager Schaller <Uraeus(a)linuxrising.org>
-- Added jack, dxr3, http packages
-- Added visualisation plug-ins, effecttv and synaesthesia
-- Created devel package
-- Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
-- Replaced prefix/dirname with _macros
-
-* Mon May 06 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- added gstreamer-GConf package
-
-* Wed Mar 13 2002 Thomas Vander Stichele <thomas(a)apestaart.org>
-- added more BuildRequires and Requires
-- rearranged some plug-ins
-- added changelog ;)
-
7 years, 10 months
[gstreamer-plugins-ugly] Bump
by Nicolas Chauvet
commit af62ac9eb0ca2afbb09bbbeb2869d2e8173b9088
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jan 4 13:07:23 2017 +0100
Bump
gstreamer-plugins-ugly.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec
index 2e71901..9ca4679 100644
--- a/gstreamer-plugins-ugly.spec
+++ b/gstreamer-plugins-ugly.spec
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.19
-Release: 20%{?dist}
+Release: 21%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -125,6 +125,9 @@ be shipped in gstreamer-plugins-good because:
%changelog
+* Wed Jan 04 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.19-21
+- Clean-up sidplay
+
* Fri Nov 18 2016 Adrian Reber <adrian(a)lisas.de> - 0.10.19-20
- Rebuilt for libcdio-0.94
7 years, 10 months
[gstreamer-plugins-ugly] Remove sidplay in file
by Nicolas Chauvet
commit e7322a57e56ef58682156421d89f7fddf3ee0a9b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jan 4 13:03:27 2017 +0100
Remove sidplay in file
gstreamer-plugins-ugly.spec | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec
index 37fd094..2e71901 100644
--- a/gstreamer-plugins-ugly.spec
+++ b/gstreamer-plugins-ugly.spec
@@ -117,9 +117,6 @@ be shipped in gstreamer-plugins-good because:
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so
-%if 0%{?fedora} <= 17
-%{_libdir}/gstreamer-%{majorminor}/libgstsid.so
-%endif
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
7 years, 10 months