Commit dfcf4443 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack *codecs-ffmpeg: disable autoreq, cleanup

parent 5f6be316
...@@ -4,10 +4,6 @@ ...@@ -4,10 +4,6 @@
BUILDROOT="$1" BUILDROOT="$1"
SPEC="$2" SPEC="$2"
PRODUCT=vivaldi-snapshot-codecs-ffmpeg-extra
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
add_requires vivaldi-snapshot add_requires vivaldi-snapshot
set_autoreq 'yes'
...@@ -4,10 +4,6 @@ ...@@ -4,10 +4,6 @@
BUILDROOT="$1" BUILDROOT="$1"
SPEC="$2" SPEC="$2"
PRODUCT=vivaldi-stable-codecs-ffmpeg-extra
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
add_requires vivaldi-stable add_requires vivaldi-stable
set_autoreq 'yes'
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
BUILDROOT="$1" BUILDROOT="$1"
SPEC="$2" SPEC="$2"
PRODUCT=yandex-browser-stable-codecs-ffmpeg-extra
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
add_requires yandex-browser-beta add_requires yandex-browser-beta
set_autoreq 'yes'
...@@ -8,4 +8,3 @@ SPEC="$2" ...@@ -8,4 +8,3 @@ SPEC="$2"
add_requires yandex-browser-corporate add_requires yandex-browser-corporate
set_autoreq 'yes'
...@@ -3,11 +3,6 @@ ...@@ -3,11 +3,6 @@
# It will be run with two args: buildroot spec # It will be run with two args: buildroot spec
BUILDROOT="$1" BUILDROOT="$1"
SPEC="$2" SPEC="$2"
PRODUCT=yandex-browser-stable-codecs-ffmpeg-extra
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
add_requires yandex-browser-stable add_requires yandex-browser-stable
set_autoreq 'yes'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment