Browse Source

upgrading package: x265 2.6 -> 2.7

master
parent
commit
46e40df932
  1. 8
      x265/x265.spec

8
x265/x265.spec

@ -22,8 +22,8 @@
## ##
# package version # package version
%define V_dist 2.6 %define V_dist 2.7
%define V_subdir 2.6 %define V_subdir 2.7
# package information # package information
Name: x265 Name: x265
@ -36,7 +36,7 @@ Class: EVAL
Group: Video Group: Video
License: GPL License: GPL
Version: %{V_dist} Version: %{V_dist}
Release: 20171129 Release: 20180221
# list of sources # list of sources
Source0: https://bitbucket.org/multicoreware/x265/downloads/x265_%{V_dist}.tar.gz Source0: https://bitbucket.org/multicoreware/x265/downloads/x265_%{V_dist}.tar.gz
@ -58,7 +58,7 @@ PreReq: OpenPKG, openpkg >= 20160101
} }
%prep %prep
%setup -q -n x265_v%{V_subdir} %setup -q -n x265_%{V_subdir}
%build %build
cd build cd build

Loading…
Cancel
Save