|
@@ -1,9 +1,11 @@
|
|
%global commit 5e604833c5aa
|
|
%global commit 5e604833c5aa
|
|
|
|
|
|
Summary: H.265/HEVC encoder library
|
|
Summary: H.265/HEVC encoder library
|
|
|
|
+Summary(ja): H.265/HEVC エンコーダライブラリ
|
|
Name: x265
|
|
Name: x265
|
|
Version: 1.4
|
|
Version: 1.4
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
+Group: System Environment/Libraries
|
|
URL: http://x265.org/
|
|
URL: http://x265.org/
|
|
Source0: https://bitbucket.org/multicoreware/x265/get/%{version}.tar.bz2
|
|
Source0: https://bitbucket.org/multicoreware/x265/get/%{version}.tar.bz2
|
|
# fix pkgconfig file installation path
|
|
# fix pkgconfig file installation path
|
|
@@ -16,6 +18,7 @@ Patch2: x265-pic.patch
|
|
# source/Lib/TLibEncoder - BSD
|
|
# source/Lib/TLibEncoder - BSD
|
|
# everything else - GPLv2+
|
|
# everything else - GPLv2+
|
|
License: GPLv2+ and BSD
|
|
License: GPLv2+ and BSD
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
BuildRequires: yasm
|
|
BuildRequires: yasm
|
|
|
|
|
|
@@ -28,7 +31,9 @@ This package contains the command line encoder and the shared library.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: H.265/HEVC encoder library development files
|
|
Summary: H.265/HEVC encoder library development files
|
|
-Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
+Summary(ja): H.265/HEVC エンコーダライブラリの開発用ファイル
|
|
|
|
+Group: Development/Libraries
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
The primary objective of x265 is to become the best H.265/HEVC encoder
|
|
The primary objective of x265 is to become the best H.265/HEVC encoder
|
|
@@ -88,6 +93,9 @@ exit 0
|
|
%{_libdir}/pkgconfig/x265.pc
|
|
%{_libdir}/pkgconfig/x265.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Feb 7 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4-2
|
|
|
|
+- added Group tag
|
|
|
|
+
|
|
* Fri Jan 2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4-1
|
|
* Fri Jan 2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- initial build based on RPM Fusion rawhide
|
|
- initial build based on RPM Fusion rawhide
|