OrangePi_CM5/external/packages/extras-buildpkgs/libvdpau/debian
leeboby e5f9bb65ac First Commit 2020-10-30 09:50:39 +08:00
..
patches First Commit 2020-10-30 09:50:39 +08:00
source First Commit 2020-10-30 09:50:39 +08:00
README.source First Commit 2020-10-30 09:50:39 +08:00
bug-script First Commit 2020-10-30 09:50:39 +08:00
changelog First Commit 2020-10-30 09:50:39 +08:00
clean First Commit 2020-10-30 09:50:39 +08:00
compat First Commit 2020-10-30 09:50:39 +08:00
control First Commit 2020-10-30 09:50:39 +08:00
copyright First Commit 2020-10-30 09:50:39 +08:00
libvdpau-dev.README.Debian First Commit 2020-10-30 09:50:39 +08:00
libvdpau-dev.install First Commit 2020-10-30 09:50:39 +08:00
libvdpau1.install First Commit 2020-10-30 09:50:39 +08:00
rules First Commit 2020-10-30 09:50:39 +08:00

README.source

The upstream repository:

  git remote add libvdpau git://people.freedesktop.org/~aplattner/libvdpau
  git fetch --all --prune

Importing a new upstream tarball:

The tarball contains all the autotools generated files that we don't need
in the master branch thanks to dh_autoreconf.

  VER=0.7
  git-import-orig --upstream-vcs-tag libvdpau-$VER libvdpau-$VER.tar.bz2

Merge the new upstream release:

  git checkout upstream
  git merge --ff-only libvdpau-$VER^{commit}
  git tag -m "Upstream version $VER" upstream/$VER libvdpau-$VER^{commit}

  git checkout master
  git merge upstream/$VER

Pushing to origin:

  git push origin libvdpau-$VER tarball pristine-tar tarball/$VER upstream upstream/$VER master