[mp3splt/f24] Update to 2.6.2.
by Sérgio M. Basto
Summary of changes:
ab625bc... Update to 2.6.2. (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[mp3splt] Update to 2.6.2.
by Sérgio M. Basto
commit ab625bc12a7e693d8c9ed397b4b13a9728e91a69
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 9 17:11:44 2016 +0100
Update to 2.6.2.
.gitignore | 1 +
mp3splt.spec | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 120 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1ef1a79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mp3splt-2.6.2.tar.gz
diff --git a/mp3splt.spec b/mp3splt.spec
new file mode 100644
index 0000000..5d76623
--- /dev/null
+++ b/mp3splt.spec
@@ -0,0 +1,118 @@
+Summary: A Free, command-line, AlbumWrap and mp3wrap file exctractor
+Name: mp3splt
+Version: 2.6.2
+Release: 1%{?dist}
+License: GPLv2
+Group: Applications/Multimedia
+Source: http://download.sourceforge.net/sourceforge/mp3splt/mp3splt-%{version}.ta...
+URL: http://mp3splt.sourceforge.net/
+BuildRequires: libmp3splt-devel > 0.7.0
+BuildRequires: libtool-ltdl-devel
+BuildRequires: gettext
+
+%description
+Mp3Splt is a command line utility to split mp3 and ogg files,
+by selecting a begin and an end time position, without decoding.
+It is very useful to split large mp3/ogg into smaller files,
+or to split entire albums to obtain original tracks.
+To split an album, the split points and filenames can be selected
+manually or automatically from CDDB (internet or a local file),
+or from .cue files.
+
+It supports VBR mp3, and it is also possible to extract tracks
+from Mp3Wrap or AlbumWrap files in a few seconds.
+
+%prep
+%setup -q
+%{_bindir}/iconv -f iso8859-1 -t utf8 AUTHORS -o AUTHORS.txt
+touch -r AUTHORS AUTHORS.txt
+mv AUTHORS.txt AUTHORS
+
+%build
+%configure --enable-oggsplt_symlink --disable-static
+
+%__make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+%find_lang %{name}
+
+%clean
+rm -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr (-,root,root,-)
+%doc AUTHORS README
+%license COPYING
+%{_bindir}/mp3splt
+%{_bindir}/oggsplt
+%{_mandir}/man1/%{name}*.gz
+%{_mandir}/man1/oggsplt.1.gz
+
+%changelog
+* Thu Jul 02 2015 Sérgio Basto <sergio(a)serjux.com> - 2.6.2-1
+- Update to 2.6.2.
+
+* Fri Aug 30 2013 Paulo Roma <roma(a)lcg.ufrj.br> 2.6-13
+- Updated to 2.6
+
+* Sun Mar 31 2013 Paulo Roma <roma(a)lcg.ufrj.br> 2.5.2-12
+- Updated to 2.5.2
+
+* Fri Sep 07 2012 Paulo Roma <roma(a)lcg.ufrj.br> 2.4.3-11
+- Updated to 2.4.3
+
+* Wed Jun 06 2012 Paulo Roma <roma(a)lcg.ufrj.br> 2.4.2-10
+- Updated to 2.4.2
+
+* Wed Jan 04 2012 Paulo Roma <roma(a)lcg.ufrj.br> 2.4.1-9
+- Updated to 2.4.1
+
+* Sat Sep 03 2011 Paulo Roma <roma(a)lcg.ufrj.br> 2.4-8
+- Updated to 2.4
+
+* Sun Mar 13 2011 Paulo Roma <roma(a)lcg.ufrj.br> 2.3a-7
+- Updated to 2.3a
+
+* Mon Sep 27 2010 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.9-6
+- Updated to 2.2.9
+
+* Wed Feb 17 2010 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.8-6
+- Updated to 2.2.8
+
+* Wed Nov 04 2009 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.7a-6
+- Updated to 2.2.7a
+
+* Sat Oct 31 2009 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.7-6
+- Updated to 2.2.7
+
+* Thu Jul 30 2009 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.6a-6
+- Bugfix release: 2.2.6a
+
+* Mon Jul 27 2009 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.6-6
+- Updated to 2.2.6
+- Using find_lang.
+
+* Sat May 16 2009 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.5-5
+- Updated to 2.2.5
+
+* Mon May 11 2009 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.4-5
+- Added BR libtool-ltdl-devel.
+
+* Sat May 09 2009 Paulo Roma <roma(a)lcg.ufrj.br> 2.2.4-4
+- Updated to 2.2.4
+- Touching AUTHORS file.
+- Updated Source download link.
+- Removed obsolete gcc 4.1 patch.
+
+* Wed Jul 30 2008 Paulo Roma <roma(a)lcg.ufrj.br> 2.1-3
+- Patched for building on gcc 4.1.
+- Converted AUTHORS to utf8.
+
+* Sat Nov 17 2007 Paulo Roma <roma(a)lcg.ufrj.br> 2.1-2
+- Using CC=gcc and relying on forcegcc
+ for chosing the appropriate compiler (gcc34 or gcc32).
+
+* Thu Jul 12 2007 Paulo Roma <roma(a)lcg.ufrj.br> 2.1-1
+- Initial spec file.
diff --git a/sources b/sources
index e69de29..8c7c66d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6f25341bdadb54d51c3c5d0644e6307a mp3splt-2.6.2.tar.gz
8 years, 4 months
[libmp3splt/f24] Update to 0.9.2 .
by Sérgio M. Basto
Summary of changes:
3b8573c... Update to 0.9.2 . (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[gstreamer1-plugins-bad-nonfree] Update to 1.8.2
by jwrdegoede
commit 0e8e5432f1003fc5d1054f8972c8ae37a61a2bb5
Author: Hans de Goede <hdegoede(a)redhat.com>
Date: Sat Jul 9 16:08:42 2016 +0200
Update to 1.8.2
.gitignore | 1 +
gstreamer1-plugins-bad-nonfree.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6faef2..2553f02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/gst-plugins-bad-1.4.5.tar.xz
/gst-plugins-bad-1.6.4.tar.xz
+/gst-plugins-bad-1.8.2.tar.xz
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 6efb3c3..edba256 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,7 +3,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.6.4
+Version: 1.8.2
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
@@ -65,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Sat Jul 9 2016 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.8.2-1
+- Update to 1.8.2
+
* Sat Jul 9 2016 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.6.4-1
- Update to 1.6.4
diff --git a/sources b/sources
index 7268d15..84c4fea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6768524cb8bcdcaf1345d9c66f3bd7bd gst-plugins-bad-1.6.4.tar.xz
+83abc2e70684e7b195f18ca2992ef6e8 gst-plugins-bad-1.8.2.tar.xz
8 years, 4 months
[gstreamer1-plugins-bad-nonfree] Update to 1.6.4
by jwrdegoede
commit a5c05c4c8233bf5cfb45dfee69d2a3e4d010f56e
Author: Hans de Goede <hdegoede(a)redhat.com>
Date: Sat Jul 9 16:06:53 2016 +0200
Update to 1.6.4
.gitignore | 1 +
gstreamer1-plugins-bad-nonfree.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fef0db..b6faef2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/gst-plugins-bad-1.4.5.tar.xz
+/gst-plugins-bad-1.6.4.tar.xz
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index ab0a039..6efb3c3 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,7 +3,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.4.5
+Version: 1.6.4
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
@@ -65,5 +65,8 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Sat Jul 9 2016 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.6.4-1
+- Update to 1.6.4
+
* Sat Aug 22 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.4.5-1
- Initial gstreamer1-plugins-bad-nonfree rpmfusion package
diff --git a/sources b/sources
index 89472aa..7268d15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0bb39412cf4a48fe0397bcf3a7cd451 gst-plugins-bad-1.4.5.tar.xz
+6768524cb8bcdcaf1345d9c66f3bd7bd gst-plugins-bad-1.6.4.tar.xz
8 years, 4 months
[gstreamer1-plugins-bad-nonfree] Import gstreamer1-plugins-bad-nonfree-1.4.5-1.fc19.src.rpm
by jwrdegoede
commit 345c84b0bfa738955d38310faf98dc373f3dd41e
Author: Hans de Goede <hdegoede(a)redhat.com>
Date: Sat Jul 9 16:01:16 2016 +0200
Import gstreamer1-plugins-bad-nonfree-1.4.5-1.fc19.src.rpm
.gitignore | 1 +
gstreamer1-plugins-bad-nonfree.spec | 69 +++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 71 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9fef0db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gst-plugins-bad-1.4.5.tar.xz
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
new file mode 100644
index 0000000..ab0a039
--- /dev/null
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -0,0 +1,69 @@
+# which plugins to actually build and install
+%global extdirs ext/faac
+
+Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
+Name: gstreamer1-plugins-bad-nonfree
+Version: 1.4.5
+Release: 1%{?dist}
+License: LGPLv2+
+Group: Applications/Multimedia
+URL: http://gstreamer.freedesktop.org/
+Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
+BuildRequires: gstreamer1-devel >= 1.4.0
+BuildRequires: gstreamer1-plugins-base-devel >= 1.4.0
+BuildRequires: check
+BuildRequires: gettext-devel
+BuildRequires: libXt-devel
+BuildRequires: gtk-doc
+BuildRequires: orc-devel
+BuildRequires: libdca-devel
+BuildRequires: faac-devel
+
+%description
+GStreamer is a streaming media framework, based on graphs of elements which
+operate on media data.
+
+This package contains plug-ins that depend on libraries which use a non-free
+license.
+
+
+%prep
+%setup -q -n gst-plugins-bad-%{version}
+
+
+%build
+# Note we don't bother with disabling everything which is in Fedora, that
+# is unmaintainable, instead we selectively run make in subdirs
+%configure \
+ --with-package-name="gst-plugins-bad 1.0 nonfree rpmfusion rpm" \
+ --with-package-origin="http://rpmfusion.org/" \
+ --enable-debug --disable-static --enable-experimental
+# Don't use rpath!
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+for i in %{extdirs}; do
+ pushd $i
+ make %{?_smp_mflags} V=2
+ popd
+done
+
+
+%install
+for i in %{extdirs}; do
+ pushd $i
+ make install V=2 DESTDIR=$RPM_BUILD_ROOT
+ popd
+done
+rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
+
+
+%files
+%doc AUTHORS NEWS README RELEASE
+%license COPYING.LIB
+# Plugins with external dependencies
+%{_libdir}/gstreamer-1.0/libgstfaac.so
+
+
+%changelog
+* Sat Aug 22 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.4.5-1
+- Initial gstreamer1-plugins-bad-nonfree rpmfusion package
diff --git a/sources b/sources
index e69de29..89472aa 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e0bb39412cf4a48fe0397bcf3a7cd451 gst-plugins-bad-1.4.5.tar.xz
8 years, 4 months