mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 486e28904c | |||
| 15c850ff6b |
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "audacity-freeworld.spec"
|
||||
}
|
||||
}
|
||||
+2
-4
@@ -1,8 +1,8 @@
|
||||
%global __requires_exclude ^lib-.*.so
|
||||
%global __provides_exclude ^lib-.*.so
|
||||
|
||||
Name: audacity
|
||||
Version: 3.7.1
|
||||
Name: audacity-freeworld
|
||||
Version: Audacity.3.7.1
|
||||
Release: 1%?dist
|
||||
Summary: Multitrack audio editor
|
||||
License: GPLv2
|
||||
@@ -13,8 +13,6 @@ Conflicts: %{realname}
|
||||
|
||||
Source0: https://github.com/audacity/audacity/releases/download/Audacity-%{version}/audacity-sources-%{version}.tar.gz
|
||||
|
||||
Obsoletes: audacity-freeworld < %{version}
|
||||
|
||||
# manual can be installed from the base Fedora Audacity package.
|
||||
|
||||
BuildRequires: cmake
|
||||
@@ -1,8 +0,0 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "audacity.spec"
|
||||
}
|
||||
labels {
|
||||
extra = 1
|
||||
}
|
||||
}
|
||||
@@ -253,7 +253,7 @@ Conflicts: libpostproc-free
|
||||
Conflicts: libswresample-free
|
||||
Conflicts: libswscale-free
|
||||
%{?_with_vmaf:Recommends: vmaf-models}
|
||||
Provides: libavcodec = %{version}-%{release}
|
||||
Provides: libavcodec-freeworld = %{version}-%{release}
|
||||
|
||||
%description libs
|
||||
FFmpeg is a complete and free Internet live audio and video
|
||||
@@ -287,14 +287,13 @@ and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
|
||||
This package contains development files for %{name}
|
||||
|
||||
%if %{with libavcodec_freeworld}
|
||||
%package -n libavcodec
|
||||
%package -n libavcodec-freeworld
|
||||
Summary: Freeworld libavcodec to complement the distro counterparts
|
||||
# Supplements doesn't work well yet - we can rely on comps for now
|
||||
#Supplements: libavcodec-free >= %%{version}
|
||||
Conflicts: libavcodec-free < %{version}
|
||||
Obsoletes: libavcodec-freeworld < %{version}
|
||||
|
||||
%description -n libavcodec
|
||||
%description -n libavcodec-freeworld
|
||||
Freeworld libavcodec to complement the distro counterparts
|
||||
%endif
|
||||
|
||||
@@ -537,7 +536,7 @@ cp -pa %{buildroot}%{_libdir}/libavcodec.so.* \
|
||||
%{_libdir}/lib*.so
|
||||
|
||||
%if %{with libavcodec_freeworld}
|
||||
%files -n libavcodec
|
||||
%files -n libavcodec-freeworld
|
||||
%{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
|
||||
%{_libdir}/%{name}/libavcodec.so.*
|
||||
%endif
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "HandBrake.spec"
|
||||
}
|
||||
labels {
|
||||
extra = 1
|
||||
spec = "terra-HandBrake.spec"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,12 +16,11 @@
|
||||
|
||||
%global desktop_id fr.handbrake.ghb
|
||||
|
||||
Name: HandBrake
|
||||
Name: terra-HandBrake
|
||||
Version: 1.6.1
|
||||
Release: 1%?dist
|
||||
Summary: An open-source multiplatform video transcoder
|
||||
License: GPL-2.0-or-later
|
||||
Obsoletes: terra-%{name} < %{version}
|
||||
URL: https://handbrake.fr/
|
||||
|
||||
%if 0%{?tag:1}
|
||||
@@ -126,7 +125,6 @@ This package contains the command line version of the program.
|
||||
Summary: An open-source multiplatform video transcoder (GUI)
|
||||
Provides: handbrake-gui = %version-%release
|
||||
Requires: hicolor-icon-theme
|
||||
Obsoletes: terra-%{name}-gui < %{version}
|
||||
# needed for reading encrypted DVDs
|
||||
%{?fedora:Recommends: libdvdcss%_isa}
|
||||
# needed for live preview
|
||||
Reference in New Issue
Block a user