packages feed

gi-gsttag 1.0.25 → 1.0.27

raw patch · 4 files changed

+13/−5 lines, 4 filessetup-changedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- GI.GstTag.Functions: tagFreeformStringToUtf8 :: (HasCallStack, MonadIO m) => [Int8] -> [Text] -> m Text
+ GI.GstTag.Functions: tagFreeformStringToUtf8 :: (HasCallStack, MonadIO m) => [Int8] -> [Text] -> m (Maybe Text)
- GI.GstTag.Functions: tagFromId3Tag :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagFromId3Tag :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagFromId3UserTag :: (HasCallStack, MonadIO m) => Text -> Text -> m Text
+ GI.GstTag.Functions: tagFromId3UserTag :: (HasCallStack, MonadIO m) => Text -> Text -> m (Maybe Text)
- GI.GstTag.Functions: tagFromVorbisTag :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagFromVorbisTag :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLanguageCodeIso6391 :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLanguageCodeIso6391 :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLanguageCodeIso6392B :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLanguageCodeIso6392B :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLanguageCodeIso6392T :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLanguageCodeIso6392T :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLanguageName :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLanguageName :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLicenseDescription :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLicenseDescription :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLicenseJurisdiction :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLicenseJurisdiction :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLicenseNick :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLicenseNick :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLicenseTitle :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLicenseTitle :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagGetLicenseVersion :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagGetLicenseVersion :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagId3GenreGet :: (HasCallStack, MonadIO m) => Word32 -> m Text
+ GI.GstTag.Functions: tagId3GenreGet :: (HasCallStack, MonadIO m) => Word32 -> m (Maybe Text)
- GI.GstTag.Functions: tagImageDataToImageSample :: (HasCallStack, MonadIO m) => ByteString -> TagImageType -> m Sample
+ GI.GstTag.Functions: tagImageDataToImageSample :: (HasCallStack, MonadIO m) => ByteString -> TagImageType -> m (Maybe Sample)
- GI.GstTag.Functions: tagListFromId3v2Tag :: (HasCallStack, MonadIO m) => Buffer -> m TagList
+ GI.GstTag.Functions: tagListFromId3v2Tag :: (HasCallStack, MonadIO m) => Buffer -> m (Maybe TagList)
- GI.GstTag.Functions: tagListFromVorbiscomment :: (HasCallStack, MonadIO m) => ByteString -> ByteString -> m (TagList, Text)
+ GI.GstTag.Functions: tagListFromVorbiscomment :: (HasCallStack, MonadIO m) => ByteString -> ByteString -> m (Maybe TagList, Text)
- GI.GstTag.Functions: tagListFromVorbiscommentBuffer :: (HasCallStack, MonadIO m) => Buffer -> ByteString -> m (TagList, Text)
+ GI.GstTag.Functions: tagListFromVorbiscommentBuffer :: (HasCallStack, MonadIO m) => Buffer -> ByteString -> m (Maybe TagList, Text)
- GI.GstTag.Functions: tagListFromXmpBuffer :: (HasCallStack, MonadIO m) => Buffer -> m TagList
+ GI.GstTag.Functions: tagListFromXmpBuffer :: (HasCallStack, MonadIO m) => Buffer -> m (Maybe TagList)
- GI.GstTag.Functions: tagListNewFromId3v1 :: (HasCallStack, MonadIO m) => ByteString -> m TagList
+ GI.GstTag.Functions: tagListNewFromId3v1 :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe TagList)
- GI.GstTag.Functions: tagListToXmpBuffer :: (HasCallStack, MonadIO m) => TagList -> Bool -> [Text] -> m Buffer
+ GI.GstTag.Functions: tagListToXmpBuffer :: (HasCallStack, MonadIO m) => TagList -> Bool -> [Text] -> m (Maybe Buffer)
- GI.GstTag.Functions: tagToId3Tag :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagToId3Tag :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)
- GI.GstTag.Functions: tagToVorbisTag :: (HasCallStack, MonadIO m) => Text -> m Text
+ GI.GstTag.Functions: tagToVorbisTag :: (HasCallStack, MonadIO m) => Text -> m (Maybe Text)

Files

ChangeLog.md view
@@ -1,3 +1,11 @@+### 1.0.27+++ Bump base lower bound++### 1.0.26+++ Bump base lower bound+ ### 1.0.25  + Relax constraint on text
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gsttag-1.0.25/docs/GI-GstTag.html](https://hackage.haskell.org/package/gi-gsttag-1.0.25/docs/GI-GstTag.html)+[https://hackage.haskell.org/package/gi-gsttag-1.0.27/docs/GI-GstTag.html](https://hackage.haskell.org/package/gi-gsttag-1.0.27/docs/GI-GstTag.html)  For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
Setup.hs view
@@ -11,7 +11,7 @@   where name = "GstTag"         version = "1.0"         pkgName = "gi-gsttag"-        pkgVersion = "1.0.25"+        pkgVersion = "1.0.27"         overridesFile = Just "GstTag.overrides"         verbose = False         outputDir = Nothing
gi-gsttag.cabal view
@@ -1,5 +1,5 @@ name:                 gi-gsttag-version:              1.0.25+version:              1.0.27 synopsis:             GStreamer Tag bindings description:          Bindings for the GStreamer Tag library, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -14,8 +14,8 @@ extra-source-files: README.md ChangeLog.md stack.yaml GstTag.overrides  custom-setup-      setup-depends: base >= 4.9 && < 5,-                     Cabal >= 1.24,+      setup-depends: base >= 4.11 && < 5,+                     Cabal >= 1.24 && < 4,                      haskell-gi >= 0.26 && < 0.27,                      gi-gstbase == 1.0.*,                      gi-gst == 1.0.*,