Hi, I have used the following command to build all gstreamer 1.8.2 packages: Create a package (this automatically invokes build) ---------------- $ cerbero-uninstalled package gstreamer-1.0 And all rpm files are created in cerbero directory as shown below: base-crypto-1.8.2-1.x86_64.rpm gstreamer-1.0-effects-debuginfo-1.8.2-1.x86_64.rpm base-crypto-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-effects-devel-1.8.2-1.x86_64.rpm base-crypto-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-encoding-1.8.2-1.x86_64.rpm base-system-1.0-1.8.2-1.x86_64.rpm gstreamer-1.0-encoding-debuginfo-1.8.2-1.x86_64.rpm base-system-1.0-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-encoding-devel-1.8.2-1.x86_64.rpm base-system-1.0-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-libav-1.8.2-1.x86_64.rpm cerbero gstreamer-1.0-libav-debuginfo-1.8.2-1.x86_64.rpm cerbero-uninstalled gstreamer-1.0-libav-devel-1.8.2-1.x86_64.rpm config gstreamer-1.0-net-1.8.2-1.x86_64.rpm data gstreamer-1.0-net-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-1.8.2-1.x86_64.rpm gstreamer-1.0-net-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-capture-1.8.2-1.x86_64.rpm gstreamer-1.0-net-restricted-1.8.2-1.x86_64.rpm gstreamer-1.0-capture-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-net-restricted-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-capture-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-net-restricted-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-1.8.2-1.x86_64.rpm gstreamer-1.0-playback-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-playback-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-playback-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-gpl-1.8.2-1.x86_64.rpm gstreamer-1.0-system-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-gpl-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-system-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-gpl-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-system-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-restricted-1.8.2-1.x86_64.rpm gstreamer-1.0-visualizers-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-restricted-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-visualizers-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-codecs-restricted-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-visualizers-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-core-1.8.2-1.x86_64.rpm gtk-3.0-1.8.2-1.x86_64.rpm gstreamer-1.0-core-debuginfo-1.8.2-1.x86_64.rpm gtk-3.0-debuginfo-1.8.2-1.x86_64.rpm gstreamer-1.0-core-devel-1.8.2-1.x86_64.rpm gtk-3.0-devel-1.8.2-1.x86_64.rpm gstreamer-1.0-devel-1.8.2-1.x86_64.rpm LICENSE.LGPL gstreamer-1.0-devtools-1.8.2-1.x86_64.rpm Makefile gstreamer-1.0-devtools-debuginfo-1.8.2-1.x86_64.rpm MANIFEST.in.in gstreamer-1.0-devtools-devel-1.8.2-1.x86_64.rpm packages gstreamer-1.0-dvd-1.8.2-1.x86_64.rpm README gstreamer-1.0-dvd-debuginfo-1.8.2-1.x86_64.rpm recipes gstreamer-1.0-dvd-devel-1.8.2-1.x86_64.rpm recipe-upgrade-list.txt gstreamer-1.0-editing-1.8.2-1.x86_64.rpm setup.py gstreamer-1.0-editing-debuginfo-1.8.2-1.x86_64.rpm test gstreamer-1.0-editing-devel-1.8.2-1.x86_64.rpm tools gstreamer-1.0-effects-1.8.2-1.x86_64.rpm What's step to install the built gstreamer rpm files? I want to verify gstreamer sdk. Where can I get some sample code that uses gstreamer sdk? Thanks Regards Andrew
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le mardi 12 juillet 2016 à 09:58 +0800, qw a écrit :
> What's step to install the built gstreamer rpm files? I want to > verify gstreamer sdk. Where can I get some sample code that uses > gstreamer sdk? Note that the RPM generator is not well maintain at the moment. We will try and clean it up as we find the time. Installing RPM depends on the OS you are running. On Fedora and recent Redhat Enterprise, this would be achieved using: dnf install rpm1.rpm rpm2.rpm ... You could also create a repository using the createrepo_c command. Other distributions have other tools (i.e Suse uses zypper iirc). You may also install using rpm command directly, but most distribution don't recomment it. rpm -i rpm1.rpm rpm2.rpm ... When installed, you'll need to run gst-env script to get a properly setup environment. If you don't want to deal with rpms, you can pass the -t option to package command, it will produce tarballs instead. If you don't want to install anything on your system, the simplest is to pass -b (build only) and to use cerbero shell. ./cerbero-uninstalled shell --use-system-libs $ gst-inspect-1.0 regards, Nicolas _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (188 bytes) Download Attachment |
Free forum by Nabble | Edit this page |