-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Add monitoring.yml - Fix license - Fix source location - Add missing builddep - Fix setup Part of #3554 Signed-off-by: Evan Maddock <[email protected]>
- Loading branch information
1 parent
dca1689
commit 07dc091
Showing
6 changed files
with
83 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
libc.so.6 | ||
libm.so.6 | ||
libpopt.so.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
releases: | ||
id: 230925 | ||
rss: https://sourceforge.net/projects/libdv/rss?limit=200 | ||
# No known CPE, checked 2024-08-12 | ||
security: | ||
cpe: ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
name : libdv | ||
version : 1.0.0 | ||
release : 2 | ||
source : | ||
- https://netix.dl.sourceforge.net/project/libdv/libdv/1.0.0/libdv-1.0.0.tar.gz : a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba | ||
homepage : http://libdv.sourceforge.net/ | ||
license : GPL-2.0 | ||
component : | ||
name : libdv | ||
version : 1.0.0 | ||
release : 3 | ||
source : | ||
- https://sourceforge.net/projects/libdv/files/libdv/1.0.0/libdv-1.0.0.tar.gz : a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba | ||
homepage : http://libdv.sourceforge.net/ | ||
license : LGPL-2.1-or-later | ||
component : | ||
- multimedia.codecs | ||
- devel: programming.devel | ||
- utils: multimedia.video | ||
summary : | ||
- devel : programming.devel | ||
- utils : multimedia.video | ||
summary : | ||
- Quasar DV codec, common for digital camcorders | ||
- devel: Development files for libdv | ||
- utils: ommand line utilities for libdv | ||
description : | ||
- devel : Development files for libdv | ||
- utils : Command line utilities for libdv | ||
description: | ||
- The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. | ||
- devel: Development files for libdv | ||
- utils: ommand line utilities for libdv | ||
- devel : Development files for libdv | ||
- utils : Command line utilities for libdv | ||
builddeps : | ||
- pkgconfig(popt) | ||
patterns : | ||
- utils: | ||
- /usr/bin | ||
- /usr/share | ||
- pkgconfig(sdl) | ||
setup : | | ||
%configure --disable-static --disable-xv | ||
%reconfigure --disable-static --disable-xv | ||
build : | | ||
%make | ||
install : | | ||
%make_install | ||
patterns : | ||
- utils : | ||
- /usr/bin | ||
- /usr/share |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,23 @@ | |
<Name>libdv</Name> | ||
<Homepage>http://libdv.sourceforge.net/</Homepage> | ||
<Packager> | ||
<Name>Joshua Strobl</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-2.0</License> | ||
<License>LGPL-2.1-or-later</License> | ||
<PartOf>multimedia.codecs</PartOf> | ||
<Summary xml:lang="en">Quasar DV codec, common for digital camcorders</Summary> | ||
<Description xml:lang="en">The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface.</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>libdv</Name> | ||
<Summary xml:lang="en">Quasar DV codec, common for digital camcorders</Summary> | ||
<Description xml:lang="en">The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface.</Description> | ||
<PartOf>multimedia.codecs</PartOf> | ||
<Files> | ||
<Path fileType="library">/usr/lib64/lib*.so.*</Path> | ||
<Path fileType="library">/usr/lib64/libdv.so.4</Path> | ||
<Path fileType="library">/usr/lib64/libdv.so.4.0.3</Path> | ||
</Files> | ||
</Package> | ||
<Package> | ||
|
@@ -27,34 +28,39 @@ | |
<Description xml:lang="en">Development files for libdv</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="2">libdv</Dependency> | ||
<Dependency release="3">libdv</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/</Path> | ||
<Path fileType="library">/usr/lib64/lib*.so</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path> | ||
<Path fileType="header">/usr/include/libdv/dv.h</Path> | ||
<Path fileType="header">/usr/include/libdv/dv_types.h</Path> | ||
<Path fileType="library">/usr/lib64/libdv.so</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/libdv.pc</Path> | ||
</Files> | ||
</Package> | ||
<Package> | ||
<Name>libdv-utils</Name> | ||
<Summary xml:lang="en">ommand line utilities for libdv</Summary> | ||
<Description xml:lang="en">ommand line utilities for libdv</Description> | ||
<Summary xml:lang="en">Command line utilities for libdv</Summary> | ||
<Description xml:lang="en">Command line utilities for libdv</Description> | ||
<PartOf>multimedia.video</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="2">libdv</Dependency> | ||
<Dependency release="3">libdv</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="executable">/usr/bin</Path> | ||
<Path fileType="data">/usr/share</Path> | ||
<Path fileType="executable">/usr/bin/dubdv</Path> | ||
<Path fileType="executable">/usr/bin/dvconnect</Path> | ||
<Path fileType="executable">/usr/bin/encodedv</Path> | ||
<Path fileType="man">/usr/share/man/man1/dubdv.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/dvconnect.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/encodedv.1</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="2"> | ||
<Date>2018-01-26</Date> | ||
<Update release="3"> | ||
<Date>2024-08-12</Date> | ||
<Version>1.0.0</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Joshua Strobl</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |