|
@@ -1,11 +1,24 @@
|
|
%define devtool b25dir
|
|
%define devtool b25dir
|
|
|
|
|
|
Name: fuse_b25
|
|
Name: fuse_b25
|
|
-Version: 0.4.0
|
|
+Version: 0.4.5
|
|
Summary: FUSE filesystem to descramble streams from ISDB-T/S DVB devices
|
|
Summary: FUSE filesystem to descramble streams from ISDB-T/S DVB devices
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Source0: http://2sen.dip.jp/cgi-bin/dtvup/source/up0594.zip
|
|
+## 0.4.1
|
|
-Patch0: fuse_b25-0.3.0-b25dvr-console_apps.patch
|
|
+Source0: http://2sen.dip.jp/cgi-bin/dtvup/source/up0596.zip
|
|
|
|
+## 0.4.1 -> 0.4.2
|
|
|
|
+Source1: http://2sen.dip.jp/cgi-bin/dtvup/source/up0600.zip
|
|
|
|
+## 0.4.2 -> 0.4.3
|
|
|
|
+Source2: http://2sen.dip.jp/cgi-bin/dtvup/source/up0606.zip
|
|
|
|
+## 0.4.3 -> 0.4.4
|
|
|
|
+Source3: http://2sen.dip.jp/cgi-bin/dtvup/source/up0607.zip
|
|
|
|
+## 0.4.4 -> 0.4.5
|
|
|
|
+Source4: http://2sen.dip.jp/cgi-bin/dtvup/source/up0623.zip
|
|
|
|
+Patch0: fuse_b25-0.4.0-stream-iconv_open-utf16be.patch
|
|
|
|
+
|
|
|
|
+## Vine
|
|
|
|
+Patch10: fuse_b25-0.4.0-b25dir-console_apps.patch
|
|
|
|
+
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
License: GPLv3
|
|
License: GPLv3
|
|
|
|
|
|
@@ -29,11 +42,31 @@ This package includes a helper script to backup/restore the real dvr0 device.
|
|
[ -d %{name}-%{version} ] && %__rm -rf %{name}-%{version}
|
|
[ -d %{name}-%{version} ] && %__rm -rf %{name}-%{version}
|
|
|
|
|
|
%__unzip -o %{SOURCE0}
|
|
%__unzip -o %{SOURCE0}
|
|
|
|
+%__unzip -o %{SOURCE1}
|
|
|
|
+%__unzip -o %{SOURCE2}
|
|
|
|
+%__unzip -o %{SOURCE3}
|
|
|
|
+%__unzip -o %{SOURCE4}
|
|
|
|
+
|
|
|
|
+#%__tar zxf %{name}-%{version}/%{name}-%{version}.tar.gz
|
|
|
|
+%__tar zxf %{name}-0.4.1/%{name}-0.4.1.tar.gz
|
|
|
|
|
|
-%__tar zxf %{name}-%{version}/%{name}-%{version}.tar.gz
|
|
+#% setup -D -T %{name}-%{version}
|
|
|
|
+%setup -D -T -n %{name}-0.4.1
|
|
|
|
|
|
-%setup -D -T %{name}-%{version}
|
|
+## 0.4.1 -> 0.4.2
|
|
|
|
+patch -p1 < ../fuse_b25-0.41to0.42/0003-convert-text-to-UTF16BE.patch || exit 1
|
|
|
|
+patch -p1 < ../fuse_b25-0.41to0.42/0004-convert-genre-info.patch || exit 1
|
|
|
|
+## 0.4.2 -> 0.4.3
|
|
|
|
+patch -p1 < ../0005-nonblock-read.patch || exit 1
|
|
|
|
+## 0.4.3 -> 0.4.4
|
|
|
|
+patch -p1 < ../0006-mutex-demuxer.patch || exit 1
|
|
|
|
+## 0.4.4 -> 0.4.5
|
|
|
|
+patch -p1 < ../fuse_b25-0.4.5/0007-fix-memory-corruption.patch || exit 1
|
|
|
|
+%__cp -a ../fuse_b25-0.4.5/README . || exit 1
|
|
|
|
|
|
|
|
+%patch0 -p0 -b .utf16be
|
|
|
|
+
|
|
|
|
+%patch10 -p1 -b .vine
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -65,6 +98,14 @@ This package includes a helper script to backup/restore the real dvr0 device.
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Apr 15 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
|
|
+* Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- applied fuse_b25-0.4.0-stream-iconv_open-utf16be.patch
|
|
|
|
+- applied fuse_b25-0.4.0-b25dir-console_apps.patch
|
|
|
|
+
|
|
* Fri Mar 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.0-1
|
|
* Fri Mar 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- dropped rendvr0, fuse_b25.org
|
|
- dropped rendvr0, fuse_b25.org
|