- Update to 0.24.1:

* ci: bump go version to 1.22 #1350

OBS-URL: https://build.opensuse.org/package/show/network:utilities/lux?expand=0&rev=11
This commit is contained in:
2024-05-06 08:38:07 +00:00
committed by Git OBS Bridge
commit 17c4d1d8d2
7 changed files with 144 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
-------------------------------------------------------------------
Mon May 6 08:37:13 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.24.1:
* ci: bump go version to 1.22 #1350
-------------------------------------------------------------------
Tue Apr 23 19:18:29 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.24.0:
* fixes rumble loop #1320
* 解決: windows os 下,嘗試在當前目錄中查找ffmpeg失敗 #1322
* fix: refactor instagram extractor by using embedding #1327
* build(deps): bump google.golang.org/protobuf from 1.24.0 to 1.33.0 #1328
* build(deps): bump github.com/antchfx/xmlquery from 1.2.4 to 1.3.1 #1329
* chore: fix some typos in comments #1335
* 优化小红书下载 #1337
* 重写iXigua(Toutiao)视频获取方式 #1338
* build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #1339
-------------------------------------------------------------------
Wed Feb 21 06:43:31 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.23.0:
* Update douyinData types.go #1299
* Update README.md #1302
* Add --audio-only flag #1304
* Bilibili Festival #1315
* Solve bilibili download playlist when LUX will skip files
with same names #1316
* With the -items parameter, the serial number of the video
should be the serial number of the entire collection, not
the first one downloaded. #1317
-------------------------------------------------------------------
Mon Nov 6 08:09:25 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.22.0:
* build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #1283
* Updated API for requesting subtitles from bilibili #1285
* feat: support bilibili b23.tv domain #1287
* Updated Bilibili bangumi extractor due to an API change #1291
-------------------------------------------------------------------
Mon Oct 9 13:34:01 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.21.0:
* feat: add zingmp3 extractor #1280
* Add goreleaser action #1281
-------------------------------------------------------------------
Sun Sep 24 07:34:13 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Initial package of lux 0.20.0 for openSUSE
+51
View File
@@ -0,0 +1,51 @@
#
# spec file for package lux
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: lux
Version: 0.24.1
Release: 0
Summary: A video downloader built with Go
License: MIT
Group: Productivity/Networking/Web/Utilities
URL: https://github.com/iawia002/lux
Source: https://github.com/iawia002/lux/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: golang-packaging
BuildRequires: zstd
Requires: ffmpeg
%description
Lux is a video downloader built with Go.
%prep
%autosetup -p1 -a1
%build
go build \
-mod=vendor \
-buildmode=pie
%install
install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name}
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog
+5
View File
@@ -0,0 +1,5 @@
<services>
<service name="go_modules" mode="disabled">
<param name="compression">zst</param>
</service>
</services>
+24
View File
@@ -0,0 +1,24 @@
*.changes merge=merge-changes
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
+4
View File
@@ -0,0 +1,4 @@
*.obscpio
*.osc
_build.*
.pbuild
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69d4fe58c588cc6957b8682795210cd8154170ac51af83520c6b1334901c6d3d
size 116552
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efc2bc1727f35c23476cebaac6a1d592fc5cecd8de91c34b7b0e398a836c4041
size 2872094