diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8873671 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/gstreamer-video-sys-0.7.0.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf new file mode 100644 index 0000000..8d97b37 --- /dev/null +++ b/.rust2rpm.conf @@ -0,0 +1,25 @@ +[DEFAULT] +buildrequires = + pkgconfig(gstreamer-video-1.0) >= 1.0 +lib.requires = + pkgconfig(gstreamer-video-1.0) >= 1.0 +lib+v1_0_3.requires = + pkgconfig(gstreamer-video-1.0) >= 1.0.3 +lib+v1_2.requires = + pkgconfig(gstreamer-video-1.0) >= 1.2 +lib+v1_2_2.requires = + pkgconfig(gstreamer-video-1.0) >= 1.2.2 +lib+v1_4.requires = + pkgconfig(gstreamer-video-1.0) >= 1.4 +lib+v1_6.requires = + pkgconfig(gstreamer-video-1.0) >= 1.6 +lib+v1_8.requires = + pkgconfig(gstreamer-video-1.0) >= 1.8 +lib+v1_10.requires = + pkgconfig(gstreamer-video-1.0) >= 1.10 +lib+v1_12.requires = + pkgconfig(gstreamer-video-1.0) >= 1.12 +lib+v1_14.requires = + pkgconfig(gstreamer-video-1.0) >= 1.14 +lib+v1_16.requires = + pkgconfig(gstreamer-video-1.0) >= 1.16 diff --git a/rust-gstreamer-video-sys.spec b/rust-gstreamer-video-sys.spec new file mode 100644 index 0000000..438d712 --- /dev/null +++ b/rust-gstreamer-video-sys.spec @@ -0,0 +1,224 @@ +# Generated by rust2rpm +%bcond_without check +%global debug_package %{nil} + +%global crate gstreamer-video-sys + +Name: rust-%{crate} +Version: 0.7.0 +Release: 1%{?dist} +Summary: Rust FFI bindings for GStreamer (Video library) + +# Upstream license specification: MIT +License: MIT +URL: https://crates.io/crates/gstreamer-video-sys +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging +BuildRequires: (crate(glib-sys/default) >= 0.8.0 with crate(glib-sys/default) < 0.9.0) +BuildRequires: (crate(gobject-sys/default) >= 0.8.0 with crate(gobject-sys/default) < 0.9.0) +BuildRequires: (crate(gstreamer-base-sys/default) >= 0.7.0 with crate(gstreamer-base-sys/default) < 0.8.0) +BuildRequires: (crate(gstreamer-sys/default) >= 0.7.0 with crate(gstreamer-sys/default) < 0.8.0) +BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) +BuildRequires: (crate(pkg-config/default) >= 0.3.7 with crate(pkg-config/default) < 0.4.0) +%if %{with check} +BuildRequires: (crate(shell-words/default) >= 0.1.0 with crate(shell-words/default) < 0.2.0) +BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0) +%endif +BuildRequires: pkgconfig(gstreamer-video-1.0) >= 1.0 + +%global _description \ +GStreamer (Video library) FFI bindings for Rust.\ +\ +These bindings are providing unsafe FFI API that can be used to interface with\ +GStreamer. Generally they are meant to be used as the building block for\ +higher-level abstractions like:\ +\ +• Bindings for GStreamer applications and plugins:\ +https://gitlab.freedesktop.org/gstreamer/gstreamer-rs\ +\ +• Various GStreamer plugins written in Rust:\ +https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs\ +\ +The bindings are autogenerated with gir\ +based on the GObject-Introspection\ +API metadata provided by the GStreamer project. + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.0 + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%doc README.md +%license LICENSE +%{cargo_registry}/%{crate}-%{version}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages +which use "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+dox-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+dox-devel %{_description} + +This package contains library source intended for building other packages +which use "dox" feature of "%{crate}" crate. + +%files -n %{name}+dox-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_0_3-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.0.3 + +%description -n %{name}+v1_0_3-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_0_3" feature of "%{crate}" crate. + +%files -n %{name}+v1_0_3-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_10-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.10 + +%description -n %{name}+v1_10-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_10" feature of "%{crate}" crate. + +%files -n %{name}+v1_10-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_12-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.12 + +%description -n %{name}+v1_12-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_12" feature of "%{crate}" crate. + +%files -n %{name}+v1_12-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_14-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.14 + +%description -n %{name}+v1_14-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_14" feature of "%{crate}" crate. + +%files -n %{name}+v1_14-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_2-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.2 + +%description -n %{name}+v1_2-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_2" feature of "%{crate}" crate. + +%files -n %{name}+v1_2-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_2_2-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.2.2 + +%description -n %{name}+v1_2_2-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_2_2" feature of "%{crate}" crate. + +%files -n %{name}+v1_2_2-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_4-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.4 + +%description -n %{name}+v1_4-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_4" feature of "%{crate}" crate. + +%files -n %{name}+v1_4-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_6-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.6 + +%description -n %{name}+v1_6-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_6" feature of "%{crate}" crate. + +%files -n %{name}+v1_6-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+v1_8-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gstreamer-video-1.0) >= 1.8 + +%description -n %{name}+v1_8-devel %{_description} + +This package contains library source intended for building other packages +which use "v1_8" feature of "%{crate}" crate. + +%files -n %{name}+v1_8-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Sun May 05 18:45:00 EEST 2019 Artem Polishchuk - 0.7.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..9f865ed --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gstreamer-video-sys-0.7.0.crate) = 01c7fd75b2ecc6a9e1745d6e5af0e52312e4e95b549fd34def37dd02093e0999c0ec644a118c96fb9a576dfb7e65c35da7dd8114f0a98aa0bf40878b421b42df